html, body, div, span, applet, object, iframe, h3, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    color: #8c8c8c;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
h3 {
    font-size: 18px;
    line-height: 1.0909090909;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    padding: 10px 0;
    font-weight: 500;
    margin: 0;
}
input, textarea {
    border: 1px solid #d9d9d9;
    padding: 8px 10px;
}

button, input {
    line-height: normal;
}
button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
}
audio,canvas,video {
    display: inline-block;
    max-width: 100%;
}
a {
    color: #808080;
    text-decoration: none;
    cursor: pointer;
}

a:hover,a:active {
    outline: 0;
}
a:active,a:hover {
    color: #000000;
}
h1,h2,h3,h4,h5,h6 {
    clear: both;
    padding: 10px 0;
    font-weight: 500;
    margin: 0;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
    line-height: 1;
}
h3 {
    font-size: 18px;
    line-height: 1.0909090909;
}
h4 {
    font-size: 16px;
    line-height: 1.2;
}
h5 {
    font-size: 14px;
    line-height: 1.3333333333;
}
h6 {
    font-size: 12px;
    line-height: 1.5;
}
address {
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
b,strong {
    font-weight: 600;
}
code,kbd,tt,var,samp,pre {
    font-family: monospace, serif;
    font-size: 15px;
    line-height: 1.6;
}
pre {
    border: 1px solid #f0f0f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote,q {
    quotes: none;
    clear: both;
    line-height: 24px;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 24px;
}
ul,
ol {
    margin: 0 0 24px 15px;
}
ul {
    clear: both;
}
ol {
    list-style: decimal;
}
li > ul,li > ol {
    margin: 0 0 0 20px;
}
.list > li {
    margin: 0 0 5px;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #f0f0f2;
    margin: 0 0 24px;
    padding: 11px 12px 0;
}
legend {
    white-space: normal;
}
button,input,select,textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
}
button,input {
    line-height: normal;
}
input,textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],input[disabled],.button.disabled,.added_to_cart.disabled,.added_to_cart:disabled,.button.disabled,.button:disabled,button.disabled,button:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled {
    opacity: .5 !important;
    -khtml-opacity: .5 !important;
    -webkit-opacity: .5 !important;
    -moz-opacity: .5 !important;
    cursor: not-allowed !important;
}
input[type="checkbox"],input[type="radio"] {
    padding: 0;
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table,th,td {
    border: 1px solid #d9d9d9;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption,th,td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
del {
}
hr {
    background-color: #f5f5f5;
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
textarea {
    width: 100%;
    min-height: 150px;
}
input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
/* Buttons */
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"],
a.button,
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    width: auto;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
}

a.button:hover,
a.button:focus,
button:hover,
button:focus,
.contributor-posts-link:hover,
.contributor-posts-link: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 {
    color: #fff;
    text-decoration: none;
    background: #000;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #fff;
    background: #000000;
}
.widget button,
.loadgridlist-wrapper .woocount {
    background: #FF7E00;
    color: #FFFFFF;
	margin: 40px auto 0px;
}
a.button:hover, 
a.button:focus, 
button:hover, 
button:focus, 
.loadgridlist-wrapper .woocount:hover {
    background: #000000;
    color: #FFFFFF;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #aaa;
}
:-moz-placeholder {
    color: #aaa;
}
::-moz-placeholder {
    color: #aaa;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #aaa;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.entry-content img, img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* FontAwesome */
.menu-toggle:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 14px/1 FontAwesome;
    text-decoration: inherit;
    vertical-align: text-bottom;
}
/* Basic Structure */
.site {
    margin: 0 auto;
    position: relative;
}
.main-content {
    overflow: visible;
}
.main-content-inner,
.theme-container,
.full-width .inner-container,
.site-footer .inner-container,
.middle-container{
    width: 1400px;
    margin: 0 auto;
}
.wide-page .main-content-inner {
    padding: 30px 0 40px;
    width: 100%;
}
.full-width .wpb_row .wpb_wrapper .wpb_wrapper {
    width: 100%;
    margin: 0;
}
/*---------------  .full-width --------------*/
.vc_row {
    margin: 0 auto !important;
}
.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
    padding: 0;
}
.vc_column-inner {
    padding: 0 !important;
}

.wpb_content_element {
    margin: 0 !important;
}
.full-width .wpb_row .wpb_wrapper .wpb_wrapper {
    width: 100%;
    margin: 0;
}
.vc_row,
.wpb_content_element {
    box-sizing: border-box;
}

/*--------------------------------------------------
	[1. Header]
----------------------------------------------------*/
.main-navigation {
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    display: none;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */;
}

.header-bottom {
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
	border-bottom: 1px solid #dbdbdb
}

.header-left {
    float: left;
    position: relative;
    margin: 21px 0;
}

.header-center {
    display: inline-block;
    vertical-align: top;
	margin: 21px 0;
}
.header-bottom.sticky-menu {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0px;
    box-sizing: border-box;
    margin-top: 0;
    background: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    animation: 0.9s ease 0s running fixedAnim;
    -webkit-animation: 0.9s ease 0s running fixedAnim;
    -moz-animation: 0.9s ease 0s running fixedAnim;
    -o-animation: 0.9s ease 0s running fixedAnim;
    box-shadow: 0px -20px 30px 6px #000;
    -moz-box-shadow: 0px -20px 30px 6px #000;
    -webkit-box-shadow: 0px -20px 30px 6px #000;
}
@media only screen and (max-width: 767px){
	.header-right {
		margin: 26px 0;
	}
}
.header-right {
    float: right;
    position: relative;
    margin: 29.5px 0;
}
.site-header-fix.header-style {
    min-height: 110px;
}
.site-header-fix.non.header-style {
    min-height: 60px;
}
.mega-menu ul,
.mega-menu ul li {
    list-style: none;
}
.mega-menu ul,
.mega-menu ul,
.mega-menu ul li {
    margin: 0;
    padding: 0;
    border: none;
}
.mega-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.mega-menu ul li a{
	color: #000000;
    display: block;
    position: relative;
    padding: 3px 15px;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
    font-weight: 500;
    border-radius: 50px;
}
.header-center .nav-pills>li.active>a,
.header-center .nav-pills>li.active>a:focus,
.header-center .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ff7e00;
}

.mega-menu ul li a:hover,
.mega-menu .active > a {
    background-color: #ff7e00;
	color: #fff;
}

.header-main {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.header-logo {
    display: inline-block;
    vertical-align: top;
}
.header-logo > a {
    display: inline-block;
}


.site-header{
	position: relative;
    z-index: 999;
}

.mobile-menu .close-menu{
    border: 0;
    width: 25px;
    height: 25px;
    margin-bottom: 20px;
}
.close-menu {
    line-height: 40px;
    position: relative;
    cursor: pointer;
    float: right;
    height: 40px;
    margin: 0 0px;
    width: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.mobile-menu {
    display: none;
}
.mobile-menu-inner {
    margin: 0;
}

.mobile-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    margin-left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 999999;
    transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.mobile-menu ul li {
    width: 100%;
    text-align: left;
    list-style-type: none;
    padding: 5px 0;
}
.mobile-menu-inner > ul {
    margin: 0;
}
.mobile-menu ul li a {
    display: block;
    font-size: 14px;
    color: #000;
}

.menu-toggle {
    display: none;
}

.nav-right .menu-toggle:before, 
.mobile-menu .close-menu:before {
    content: "\f0c9";
    font-size: 21px;
    margin-top: 0;
    position: absolute;
    left: auto;
    top: 0px;
    right: 0;
}
.nav-right.active .menu-toggle:before,
.mobile-menu .close-menu:before, 
.mobile-menu .close-menu:after,
.nav-right.active .menu-toggle:after {
    background-color: #000000;
    content: "";
    display: block;
    height: 3px;
    left: auto;
    right: 0px;
    position: absolute;
    width: 100%;
}
.nav-right.active .menu-toggle:before , 
.mobile-menu .close-menu:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.nav-right.active .menu-toggle:after , 
.mobile-menu .close-menu:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.nav-right.active .menu-toggle:before,
.mobile-menu .close-menu:before, 
.mobile-menu .close-menu:after,
.nav-right.active .menu-toggle:after {
    top: 10px;
    width: 20px
}
.nav-right {
    display: none;
}
.nav-right .menu-toggle {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 21px;
    line-height: 24px;
    margin: auto;
    padding: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-left: 30px;
}
.nav-right.active .mobile-menu {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow-y: auto;
}



/*--------------------------------------------------
	[3. About us]
----------------------------------------------------*/
.section_image-with-text .item_wrap {
    margin: 0 -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_image-with-text .section_bg {
	background-color: #f3f3f3;
}
.section_image-with-text .item_img, .section_image-with-text .item_txt {
    width: 50%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section_image-with-text .item_txt {
    padding-top: 30px;
}
.section_image-with-text h3 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-left: 15%;
    color: #000;
    text-transform: capitalize;
}
.section_image-with-text p {
    margin: 10px 0 0 0;
    width: 60%;
    line-height: 2.0em;
    margin-left: 15%;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #000;
}
@media (max-width: 639px){
	.section_image-with-text .item_wrap {
		flex-direction: column;
	}
}
@media (max-width: 639px){
	.section_image-with-text .item_img, 
	.section_image-with-text .item_txt {
		width: 100%;
	}
}

/*--------------------------------------------------
	[4. Product]
----------------------------------------------------*/
.shortcode-title {
    margin: 0;
    width: 100%;
    position: relative;
    float: left;
}
.normal-title {
    margin-bottom: 20px;
}
.normal-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    line-height: 30px;
    padding-right: 50px;
    float: left;
    width: auto;
    background: #fff;
    padding: 5px 0;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px){
	.vc_col-sm-12 {
		width: 100%;
	}
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media (min-width: 768px){
	.vc_col-sm-12 {
		float: left;
	}
}
.vc_col-sm-12{
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#horizontalTab {
    text-align: center;
}
#horizontalTab .resp-tabs-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.resp-tabs-list {
    position: absolute;
    right: 0;
    background: #fff;
	top:0;
}
.resp-tabs-list li {
    display: inline-block;
    position: relative;
    list-style-type: none;
}
.resp-tabs-list li .tab-title {
    color: #000;
    display: block;
    line-height: 24px;
    padding: 3px 15px;
    position: relative;
    z-index: 6;
    cursor: pointer;
    font-weight: 400;
    margin-left: 15px;
    font-size: 16px;
    border-radius: 50px;
}
.resp-tabs-list li:first-child .tab-title {
    margin-left: 0;
}
.resp-tabs-list li.resp-tab-active .tab-title,
.resp-tabs-list li:hover .tab-title {
    color: #ffffff;
    background-color: #ff7e00;
}
.resp-tabs-list li:last-child .tab-title:after {
    border: 0;
}
.resp-tab-content {
    display: none;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
    padding: 5px;
}
.woofeature .woo-grid .products li,
.woonew .woo-grid .products li,
.woobest .woo-grid .products li {
    display: none;
}
.tmpmela-message {
    margin: 20px 0;
    display: none;
    font-size: 20px;
    text-align: center;
}
.tmpmela-message .fa {
    font-size: 20px;
    margin: 0 10px;
    color: #666666;
}

.woocommerce ul.products {
    padding: 0;
    clear: both;
    *zoom: 1;
    background: #fff;
    position: relative;
}

.woocommerce ul.products:before {
    content: " ";
    display: table;
}
.woocommerce ul.products li.product {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.woocommerce ul.products li .container-inner {
    clear: both;
    display: inline-block;
    margin: 15px;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.woocommerce ul.products li.product .image-block {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-block;
    vertical-align: top;
	background-color:#F7F5F5
}
.woocommerce ul.products li {
    list-style: none outside;
}
.columns-4 li.product {
    width: 25%;
}
.woocommerce img {
    max-width: 100%;
}
.product-detail-wrapper {
    min-height: 60px;
    position: relative;
    padding: 18px 0;
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.woocommerce ul.products li.product .product-name {
    padding: 0;
    text-decoration: none;
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #000;
	text-align: center;
}
.woocommerce ul.products {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
}
.woo-products {
    clear: both;
    position: unset;
}
.woo-products {
    margin: 0 -15px;
}
/*--------------------------------------------------
	[5. Gallery]
----------------------------------------------------*/
.post-image {
    overflow: hidden;
}
.post-image img {
	transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}

.post-image:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);

}

/*--------------------------------------------------
	[6. Contact us]
----------------------------------------------------*/
.site-footer {
    background-color: #eae9e9;
	position: relative;
    z-index: 3;
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
}
.theme-container {
    width: 1400px;
    margin: 0 auto;
}
#footer-widget-area {
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 35px;
    box-sizing: border-box;
}
.footer-widget {
	float: left;
    padding: 0 35px;
    box-sizing: border-box;
    width: 100%;
}
.footer-widget .widget {
    margin-bottom: 20px;
}
.site-footer h3 {
    margin: 0 0 30px;
    padding: 0px;
	color: #000;
    font-size: 30px;
    line-height: 22px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}
.contact-form {
    margin-top: 37px;
}
.contact-form input {
    width: 100%;
    height: 47px;
    padding-left: 20px;
    padding-right: 20px;
}
.contact-form .form-group {
    margin-top: 12px;
	margin-bottom: 15px;
}
.footer-top {
    width: 100%;
    position: relative;
    float: left;
}
.footer-bottom {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-top: 1px solid #d6d6d6;
}
.footer-bottom-container {
    box-sizing: border-box;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.site-info {
    display: inline-block;
    vertical-align: top;
    float: left;
}


/*--------------------------------------------------
	[7. Back to top]
----------------------------------------------------*/
#to_top {
    font-size: 0;
    z-index: 9;
    display: none;
    text-align: center;
    background: #ff7e00;
    border: 2px solid #ff7e00;
    bottom: 30px;
    font-size: 0;
    height: 32px;
    position: fixed;
    right: 30px;
    width: 32px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#to_top:hover {
    background: #000000;
    border: 2px solid #ff7e00;
}
#to_top:before {
    color: #ffffff;
    font-family: fontawesome;
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
    content: "\f106";
    text-align: center;
    font-weight: 800;
}
#to_top:hover:before {
    color: #fff;
}