/**
    * Name: Ibox
    * Version: 1.0
    * Author: Themesflat
    * Author URI: http://www.themesflat.com
**/

/* Import
----------------------------------------------------------- */
@import url('font-awesome.min.css');
@import url('themify-icons.css');
@import url('ionicons.css');
@import url("owl.carousel.css");
@import url("flexslider.css");
@import url('shortcodes.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


/**
    * Reset
    * Repeatable Patterns
    * Parallax
    * Page title
    * Breadcrumbs
    * Blog posts
    * Custom hover
    * Widget
    * Widget search
    * Widget recent posts
    * Widget categories
    * Widget tags
    * Blog pagination
    * Topbar
    * Header
    * Mainnav
    * Mainnav mobi
    * Menu extra
    * Footer
    * Widget brand
    * Widget socials
    * Widget twitter
    * Widget instagram
    * Widget subscribe
    * Bottom
    * Nav footer
    * Section padding
    * Grid three
    * Grid sidebar
    * Blog single
    * Related post
    * Main single
    * Flat row
    * Recent blogs
    * Go top
    * Top search
    * Btn menu
    * Btn submenu
    * Preloader
    * Box header
    * Img arrow
    * Recent blog v3 
**/

/* Reset
----------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
    font-family: inherit; 
    font-size: 100%; 
    font-weight: inherit; 
    font-style: inherit; 
    vertical-align: baseline; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
                          
ol, ul {
    list-style: none;
}

blockquote, q { 
    -webkit-hyphens: none;
      -moz-hyphens: none;
       -ms-hyphens: none;
           hyphens: none;
            quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table { 
    border-collapse: collapse; 
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}

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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
} 

/* Repeatable patterns 
----------------------------------------------------------- */
*,
*:before,
*:after {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #737373;
}

.boxed {
    position: relative;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #737373;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #2bd383;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

ol,
ul {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="search"],
input[type="submit"],
input[type="email"],
input[type="text"],
textarea {
    box-shadow: none;
    text-shadow: none;
    color: #989696;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

input[type="search"] {
    display: block;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 6px 12px 5px 13px;
    line-height: 32.73px;
    font-weight: 300;
    letter-spacing: -0.1px;
}

input[type="email"],
input[type="text"],
textarea {
    display: block;
    width: 100%;
    background: #212121;
    font-family: "Arial";
    font-size: 14px;
    line-height: 39px;
    padding: 0px 10px 0px 10px;
    letter-spacing: 0.2px;
    color: #989696;
    border-radius: 3px;
    border: 1px solid #212121;
}

input[type="submit"] {
    display: inline-block;
}

input[type="submit"]:hover,
button:hover {
    color: #2bd383;
}

input[type="text"].style2,
input[type="email"].style2,
textarea.style2 {
    background: transparent;
    border: 1px solid #e1e1e1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
    font-style: italic;
    color: #989696;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #2bd383 !important;
}

button {
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

h1,
h6 {
    font-weight: 600;
}

h2,
h4,
h5 {
    font-weight: 500;
}

h1 {
    font-size: 36px;
    line-height: normal;
}

h2 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 32px;
}

h5 {
    font-size: 16px;
    line-height: 28px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

p {
    line-height: 28px;
    font-weight: 300;
}
/* Header absolute
----------------------------------------------------------- */
.header-absolute {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
}

.img-arrow a i {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.wrap-page-title {
    position: relative;
}

/* Topbar
----------------------------------------------------------- */
.topbar {
    background: #0a0a0a;
    padding: 8px 0px 11px 0px;
}

/* Style 2 */
.topbar.style2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    padding: 15px 0px 8px 0px;
}

.topbar.style2 .flat-information li::after,
.topbar.style2 .flat-socials::before {
    background: rgba(255, 255, 255, 0.2);
}

/* Flat socials */
.topbar .flat-socials {
    float: right;
    position: relative;
}

.flat-socials::before {
    content: "";
    width: 1px;
    height: 18px;
    background: #2e2a41;
    position: absolute;
    top: 3px;
    left: 0;
}

.flat-socials li {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 26px;
}

.flat-socials li:first-child {
    padding: 0px 0px 0px 23px;
}

.flat-socials li a {
    color: #fff;
    line-height: 26px;
    position: relative;
}

.flat-socials li a i {
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
}

.flat-socials li a:hover i {
    transform: scale(1.2);
}

.flat-socials.team-socials::before {
    width: 0;
}

.flat-socials.team-socials li:first-child {
    padding: 0px;
}

.flat-socials.team-socials li a {
    color: #d9d9d9;
    line-height: 24px;
}

/* Flat information */
.topbar .flat-information {
    float: left;
}

.flat-information li {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0px 3px;
    margin-right: 10px;
}

.flat-information li::after {
    content: "";
    width: 1px;
    height: 18px;
    background: #2e2a41;
    position: absolute;
    top: 3px;
    right: 0;
}

.flat-information li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.flat-information li:last-child::after {
    width: 0;
}

.flat-information li a {
    color: #fff;
    font-size: 12px;
}

.flat-information li a i {
    padding-right: 10px;
}

.flat-information li.phone a {
    letter-spacing: 0.3px;
}

.flat-information li.phone a i {
    padding-right: 12px;
}

/* Header
----------------------------------------------------------- */
.header {
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.header .logo{
    margin: 23px 0px 0px 0px;
}

.header .flat-wrap-header, .header .menu.menu-extra, .header .nav-wrap  {
    position: relative;
}

.header .menu.menu-extra, .header .nav-wrap {
    float: right;
}

/* Style 2 */
.header.style2 {
    background: transparent;
}
.header.style2 .logo {
    margin: 19px 0px 0px 19px;
}
/* Header shadow */
.header .header-shadow {
    position: absolute;
    top: 0;
    left: -33px;
    width: 40.1%;
    height: 118%;
    background: #151515;
    transform: skewX(-30deg);
    z-index: -1;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Header fix */
#header.downscrolled {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
            box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
#header.downscrolled.style2 {
    background: rgba(26,30,26,0.7);
}
/* Navigation */
#mainnav ul li {
    position: relative;
}

#mainnav > ul > li {
    display: inline-block;
    position: relative;
}

#mainnav > ul > li > a {
    font-weight: 600;
    color: #1a1e1a;
    margin: 0px 19px 0px 21px;
    display: inline-block;
    line-height: 95px;
    position: relative;
}

#mainnav > ul > li.parent > a::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    color: #1a1e1a;
    position: absolute;
    top: 0;
    right: -15px;
}

#mainnav > ul > li.parent:hover > a::after,
#mainnav > ul > li.parent:hover > a,
#mainnav > ul > li.active a,
#mainnav > ul > li.parent.active > a::after,#mainnav ul li a:hover {
    color: #2bd383;
}
/* Style 2 */
#mainnav.style2 >ul > li > a {
    margin: 0px 19px 0px 20.2px;
    line-height: 86px;
}
#mainnav.style2 >ul > li:last-child >a {
    margin-right: 0;
}
#mainnav.style2 > ul > li > a, #mainnav.style2 > ul > li.parent > a::after, #mainnav.style2 > ul > li.parent > a::after, #mainnav.style2 ul li a:hover,#mainnav.style2 > ul > li.parent:hover > a{
    color: #ffffff;
}
/* Submenu */
#mainnav ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 270px;
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,30px,0);
       -moz-transform: translate3d(0,30px,0);
        -ms-transform: translate3d(0,30px,0);
         -o-transform: translate3d(0,30px,0);
            transform: translate3d(0,30px,0);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu.right-submenu {
    left: auto;
    right:0;
}

#mainnav ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

#mainnav ul.submenu > li {
    border-top: 1px solid rgba(26,24,35,0.087);
}

#mainnav ul.submenu > li:first-child {
    border: none;
}

#mainnav ul.submenu > li > a {
    line-height: 41px;
    color: #555;
    text-transform: capitalize;
    display: block;
    padding: 0px 0px 0px 31px;
}

#mainnav ul.submenu > li > a:hover,#mainnav ul.submenu > li.active > a {
    color: #2bd383;
}

/* Menu extra */
.header .menu.menu-extra{
  margin-left: 50px;  
}

.menu.menu-extra a {
    line-height: 95px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0px 20px;
    position: relative;
}

.menu.menu-extra a:hover,.menu.menu-extra a.active {
    color: #2bd383;
}

.show-search.active i:before {
    content: "\f00d";
}

/* Top search */
.top-search {
    position: absolute;
    top: 100%;
    right: 14px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
            box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.05);
    -webkit-transform: translate3d(0,30px,0);
       -moz-transform: translate3d(0,30px,0);
        -ms-transform: translate3d(0,30px,0);
         -o-transform: translate3d(0,30px,0);
            transform: translate3d(0,30px,0);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.top-search.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0px,0);
       -moz-transform: translate3d(0,0px,0);
        -ms-transform: translate3d(0,0px,0);
         -o-transform: translate3d(0,0px,0);
            transform: translate3d(0,0px,0);
}

.top-search.widget.widget-search .search-form {
    width: 300px;
}

.top-search.widget.widget-search .search-form label {
    margin: 0px;
}

.top-search.widget.widget-search .search-form input[type="search"] {
    border-color: #fff;
    padding: 4px 12px 4px 21px;
    letter-spacing: -1px;
}

.top-search.widget.widget-search .search-form .search-submit {
    font-size: 14px;
    right: 16px;
    top: 2px;
}

/* Mobi navigation */
#mainnav-mobi {
    background: #222222;
    position: absolute;
    width: 100%;
    z-index: 999;
}

#mainnav-mobi > ul > li,
#mainnav-mobi ul.submenu li {
    border-top: 1px solid #333333;
    position: relative;
}

#mainnav-mobi > ul > li:first-child {
    border-top: 0px;
}

#mainnav-mobi ul li a {
    line-height: 41px;
    color: #fff;
    text-transform: capitalize;
    display: block;
    padding: 0px 0px 0px 31px;
}

#mainnav-mobi ul li a:hover {
    color: #2bd383;
}

#mainnav-mobi ul.submenu li a {
    padding-left: 60px;
}

/* Button menu mobi */
.btn-menu {
    display: none;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 38px 0px 29px 20px;
    width: 26px;
    height: 16px;
    float: right;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
    background-color: #2bd383;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
            transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

.header-absolute .btn-menu::before,.header-absolute .btn-menu::after,.header-absolute .btn-menu span {
    background-color: #FFF;
}
/* Img arrow
----------------------------------------------------------- */
.img-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -18px;
    z-index: 99;
}

.img-arrow a i {
    font-size: 36px;
    color: #fff;
}
/* Page title
----------------------------------------------------------- */
.page-title {
    position: relative;
    padding: 126px 0px 134px 0px;
}

.page-title-heading h1 {
    color: #1a1e1a;
}

.page-title .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 255, 255, 255, 0.4); 
}

.page-title.page-contact {
    padding: 126px 0px 249px 0px;
}

/* Breadcrumbs
----------------------------------------------------------- */
.breadcrumbs ul {
    padding-top: 4px;
}
.breadcrumbs ul li {
    position: relative;
    display: inline-block;
    margin-right: 22px;
    color: #1a1e1a;
    font-weight: 500;
}

.breadcrumbs ul li::before {
    content: "\f30f";
    font-family: "Ionicons";
    color: #1a1e1a;
    position: absolute;
    top: 0;
    right: -17px;
}

.breadcrumbs ul li:last-child::before {
    content: "";
}

.breadcrumbs ul li a {
    color: #1a1e1a;
    
}

.breadcrumbs ul li a:hover {
    color: #2bd383;
}

/* Blog posts
----------------------------------------------------------- */
.main-content {
    padding: 84px 0px 102px 0px;
}
.main-content .post-left,.main-content .post-right{
    position: relative;
    padding: 0px 15px 0px 15px;
    float: left;
}
.main-content .post-left {
    width: 69.1%;
}

.main-content .post-right {
    width: 30.9%;
}

article {
    margin-bottom: 60px;
}

article p {
    margin-bottom: 16px;
}

article .featured-post {
    margin-right: 40px;
    position: relative;
    float: left;
    overflow: hidden;
}

article .featured-post a {
    position: relative;
    display: block;
}

article .featured-post a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,100%,0);
       -moz-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
         -o-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d);
    background: -o-linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    opacity: 0;
    visibility: hidden;
}

article .featured-post:hover a::before{
    opacity: 0.7;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

article .featured-post:hover .overlay-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

article .content-post {
    overflow: hidden;
}

article .content-post .title-post {
    margin: 16px 0px 10px 0px;
    letter-spacing: 0.15px;
}

article .content-post .title-post a {
    color: #1a1e1a;
}

article .content-post .title-post a:hover {
    color: #2bd383;
}

article .content-post .entry-post {
    border-bottom: 1px solid #f2f2f2;
}

article ul.meta-post {
   margin: 16px 0px 0px 0px;
}

article ul.meta-post li {
    display: inline-block;
}

article ul.meta-post li.author-thumbnail {
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

article ul.meta-post li.position {
    overflow: hidden;
}

article ul.meta-post li.position .name,article ul.meta-post li.position .date {
    display: block;
    line-height: 21px;
}

article ul.meta-post li.position .name {
    margin-bottom: -1px;
    font-weight: 600;
    color: #1a1e1a;
}

article ul.meta-post li.position .date {
    font-weight: 300;
    color: #737373;
}

article ul.meta-post li.position a:hover {
    color: #2bd383;
}

/* Blog shortcode */
.blog-shortcode {
    position: relative;
    margin: 0px -15px;
}

/* Blog grid-three
----------------------------------------------------------- */
.grid-three article.post {
    float: left;
    width: 33.33%;
    padding: 0px 15px;
}

.grid-three article.post .post-inner {
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
}

.grid-three article.post .featured-post {
    float: none;
    margin: 0px 0px 26px 0px;
}

.grid-three article.post .content-post {
    padding: 0px 15px 9px;
}

.grid-three article.post .content-post .title-post {
    margin: 0px 0px 9px 0px;
}

.grid-three article.post p {
    margin-bottom: 25px;
}

/* Blog grid sidebar
----------------------------------------------------------- */
.blog-gridsidebar {
    padding: 84px 0px 86px 0px;
}

.grid-sidebar article.post {
    margin-bottom: 70px;
}
.grid-sidebar article.post .featured-post {
    float: none;
    margin: 0px 0px 27px 0px;
}

.grid-sidebar .content-post .title-post {
    font-size: 24px;
    margin: 0px 0px 13px 0px;
    letter-spacing: 0.22px;
}

.grid-sidebar article.post .content-post .entry-post {
    border: none;
}

.grid-sidebar article.post  .content-post p {
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.03px;
    position: relative;
    margin-bottom: 18px;
}

.grid-sidebar article.post .content-post p::after {
    content: "";
    width: 53px;
    height: 3px;
    background: #f2f2f2;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* Meta-post */
.grid-sidebar article.post .meta-post{
    margin: 0px;
}

.grid-sidebar article.post .content-post .meta-post li {
    margin-right: 10px;
}

.grid-sidebar article.post .content-post .meta-post li:last-child {
    margin-right: 0;
}

/*  Style 2 */
ul.meta-post.style2 li::before {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    top: 0px;
    left: 6px;
}

ul.meta-post.style2 li.date::before {
    content: "\f3b3";
}

ul.meta-post.style2 li.name::before {
    content: "\f3a0";
}

ul.meta-post.style2 li.comments::before {
    content: "\f11f";
}

ul.meta-post.style2 li,
ul.meta-post.style2 a {
    line-height: 20px;
    color: #737373;
    position: relative;
    padding-left: 13px;
}

ul.meta-post.style2 a:hover {
    color: #2bd383;
}

/* Blog single
----------------------------------------------------------- */
.blog-single article.post {
    margin-bottom: 67px;
}

.blog-single article.post .featured-post {
    margin: 0px 0px 28px 0px;
}

.blog-single article.post .content-post .title-post {
    margin: 0px 0px 13px 0px;
    color: #1A1E1A;
}

.blog-single article.post .content-post .meta-post li::before {
    left: 0px;
}

.blog-single article.post .content-post .meta-post li {
    padding-left: 8px;
    margin-right: 15px;
}

.blog-single article.post .content-post .meta-post {
    margin-bottom: 29px;
}

.blog-single article.post .content-post .title {
    letter-spacing: 0.25px;
}

.blog-single article.post .content-post p {
    line-height: 28px;
    letter-spacing: -0.12px;
    margin-bottom: 28px;
}

.blog-single article.post .content-post p::after {
    width: 0;
    height: 0;
}

.blog-single article.post .content-post .meta-post {
    margin-bottom: 19px;
    padding-bottom: 9px;
    border-bottom: 1px solid #f2f2f2;
}

.blog-single article.post .entry-post .message {
    position: relative;
    overflow: hidden;
}

.blog-single article.post .entry-post .message::before {
    content: '“';
    font-family: 'Poppins', sans-serif;
    font-size: 242px;
    line-height: normal;
    color: #555;
    position: absolute;
    top: -65px;
    left: -8px;
    overflow: hidden;
}

.blog-single article.post .entry-post .message blockquote {
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    padding-left: 68px;
    margin-bottom: 33px;
}

.blog-single article.post .content-post .direction {
    background: #f7f7f7;
    padding: 9px 32px;
    margin: 61px 0px 0px 0px;
}

.blog-single article.post .direction > div {
    display: inline-block;
}

.blog-single article.post .direction a {
    color: #737373;
}

.blog-single article.post .direction .tags-list a {
    line-height: 22px;
    margin-right: 1px;
}

.blog-single article.post .direction .tags-list a:hover {
    color: #2bd383;
}

.blog-single article.post .direction .flat-socials::before {
    width: 0;
    height: 0;
} 

.blog-single article.post .direction .flat-socials li{
    padding: 0px;
    margin-left: 17px;
}

.blog-single article.post .direction .flat-socials a {
    font-size: 16.5px;
    line-height: 28px;
    margin: 0;
}

/* Related post */
.flat-related-post .related-post-wrap .title {
    line-height: 22px;
    color: #1a1e1a;
    margin-bottom: 35px;
}

.flat-related-post .related-post {
    position: relative;
}

.related-post article.related-post-box {
    float: left;
    margin-right: 45px;
    margin-bottom: 55px;
}

.related-post article.related-post-box:last-of-type {
    margin-right: 0;
}

.related-post article.related-post-box .featured-post{
    float: none;
    margin: 0px 0px 15px 0px;
}

.related-post article.related-post-box .content-post .title-post {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0px 0px 0px 0px;
}

.related-post article  ul.meta-post{
    margin: 0px 0px 0px 0px;
}
.related-post article  ul.meta-post li::before {
    left: 2px;
}
.related-post article  ul.meta-post li, .related-post article ul.meta-post li a{
    font-size: 12px;
    padding-left: 8px;
}

/* Main single
----------------------------------------------------------- */
.comments-area .comments-title {
    line-height: 22px;
    color: #1a1e1a;
    margin-bottom: 39px;
}

.comments-area .comments-title span {
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    letter-spacing: 1.1px;
}

.comments-area .comments-list {
    margin-bottom: 51px;
}

.comments-area .comments-list .comment-author {
    margin: 6px 32px 0px 0px;
}

.comments-area .comments-list .comment-author,
.comments-area .comments-list .comment-text {
    float: left;
    overflow: hidden;
}

.comments-area .comments-list .comment-body {
    position: relative;
}

.comments-area .comments-list .comment-reply {
    position: absolute;
    right: 10px;
    top: 17px;
}

.comments-area .comments-list .comment-metadata {
    margin-bottom: 3px;
}

.comments-area .comments-list .comment-metadata li {
    margin-right: 21px;
    padding-left: 6px;
}

.comments-area .comments-list .comment-metadata li::before {
    left: 0px;
}

.comments-area .comments-list .comment-metadata li,
.comments-area .comments-list .comment-metadata li a {
    color: #1a1e1a;
    display: inline-block;
}

.comments-area .comments-list .comment-metadata li a:hover {
    color: #2bd383;
}
.comments-area .comments-list p {
    line-height: 22px;
    letter-spacing: -0.07px;
}

.comments-area .comment-reply .flat-button {
    padding: 10px 35px 10px 30px;
}

.comments-area .comment-reply .flat-button::before {
    background: #2bd383;
}

.comments-area .comment-reply .flat-button:hover {
    color: #ffffff;
}

.comments-area .comments-list .parents {
    margin-bottom: 15px;
}

.comments-area .comments-list > li {
    margin-bottom: 25px;
}

.comments-area .comments-list > li:last-child {
    margin: 0;
}

.comments-area .comments-list ol.children {
    margin-left: 82px;
    position: relative;
    padding: 11px 0px 21px 19px;
}

.comments-area .comments-list ol.children .comment-metadata {
    margin-bottom: 0px;
}

.comments-area .comments-list ol.children::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.comments-area .comment-respond .comment-form label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form input,
.comments-area .comment-respond .comment-form textarea {
    line-height: 41px;
    padding: 0px 0px 0px 30px;
    background: transparent;
    border: 1px solid #e1e1e1;
}

.comments-area .comment-respond .comment-form input:focus,
.comments-area .comment-respond .comment-form textarea:focus {
    border: 1px solid #2bd383;
}

.comments-area .comment-respond .comment-form textarea {
    height: 119px;
}

.comments-area .comment-respond .comment-form input::placeholder,
.comments-area .comment-respond .comment-form textarea::placeholder {
    color: rgba(152, 150, 150, 0.5);
}

.comments-area .comment-respond .comments-title {
    margin-bottom: 35px;
    letter-spacing: 0.2px;
}

.comments-area .comment-respond .comment-form .flat-button {
    padding: 8px 27px 8px 24px;
}

.comments-area .comment-respond .comment-form .flat-button:hover {
    border-color: #1a1e1a;
}

.comments-area .comment-respond .comment-form .flat-button::before {
    background: #1a1e1a;
}

/* Blog pagination
----------------------------------------------------------- */
.blog-pagination .flat-pagination li {
    display: inline-block;
    margin-left: 2px;
}

.blog-pagination .flat-pagination li a {
    line-height: 38px;
    color: #1a1e1a;
    text-align: center;
    padding: 0px 12px 0px 13px;
    border: 1px solid #f2f2f2;
    display: inline-block;
    position: relative;
    letter-spacing: 0.25px;
}

.blog-pagination .flat-pagination li a:hover {
    color: #2bd383;
}

.blog-pagination .flat-pagination li.active a {
    color: #2bd383;
}

.blog-pagination .flat-pagination li a i{
    padding-left: 2px;
}

/* Sidebar
----------------------------------------------------------- */
.sidebar {
    margin-left: 40px;
}

.sidebar .widget {
    margin-bottom: 58px;
}

.sidebar .widget:last-of-type {
    margin-bottom: 0;
}

.widget .widget-title {
    line-height: 20px;
    color: #1a1e1a;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}

.widget ul li {
    border-bottom: 1px solid #f2f2f2;
}

.widget ul li:last-child {
    border: none;
    padding-bottom: 0px;
}

.widget ul li a {
    color: #1a1e1a;
}
.widget ul li a:hover {
    color: #2bd383;
}

/* Widget search */
.widget.widget-search .search-form {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.widget.widget-search .search-form label {
    display: block;
    margin-right: 4px;
}

.widget.widget-search .search-form .search-submit {
    background: transparent;
    font-size: 18px;
    position: absolute;
    top: 4px;
    right: 8px;
    line-height: 32.73px;
    color: rgba(0, 0, 0, 0.2);
}

.widget.widget-search .search-form .search-submit:hover {
    color: #2bd383;
    right: 5px;
}

/* Widget recent posts */
.sidebar .widget.widget-recent-posts {
    margin-bottom: 56px;
}

.widget.widget-recent-posts .widget-title {
    margin-bottom: 32px;
}
.widget.widget-recent-posts ul li {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding: 0px 0px 15px 0px;
    margin-bottom: 18px;
}

.widget.widget-recent-posts ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.widget.widget-recent-posts ul li .thumb {
    float: left;
    margin-right: 16px;
    max-width: 70px;
    position: relative;
    overflow: hidden;
}

.widget.widget-recent-posts ul li .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,100%,0);
       -moz-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
         -o-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d);
    background: -o-linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    opacity: 0;
    visibility: hidden;
}

.widget.widget-recent-posts ul li .thumb:hover::before {
    opacity: 0.7;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.widget.widget-recent-posts ul li .text {
    overflow: hidden;
    position: relative;
}

.widget.widget-recent-posts ul li .text h6 {
    line-height: 20px;
    margin-bottom: 8px;
}

.widget.widget-recent-posts ul li .text .post_meta {
    font-size: 12px;
    line-height: 20px;
    color: #989696;
    position: relative;
    padding-left: 15px;
}

.widget.widget-recent-posts ul li .text .post_meta::before {
    content: "\f402";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 2px;
}
.widget.widget-recent-posts ul li .text .post_meta:hover{
    color: #2bd383;
}

/* Widget categories */
.sidebar .widget.widget-categories {
    margin-bottom: 38px;
}

.widget.widget-categories .widget-title {
    margin-bottom: 22px;
}

.widget.widget-categories ul li a {
    line-height: 28px;
    position: relative;
    font-weight: 500;
    padding-left: 17px;
}

.widget.widget-categories ul li a::before {
    content: "\f10a";
    font-family: "Ionicons";
    font-weight: 400;
    position: absolute;
    top: -3px;
    left: 1px;
    vertical-align: top;
}

.widget.widget-categories ul li {
    padding: 0px 0px 8px 0px;
    margin-bottom: 5px;
}

/* Widget tags */
.widget.widget-tags .widget-title {
    margin-bottom: 27px;
}

.widget.widget-tags a {
    line-height: 30px;
    color: #737373;
    background: transparent;
    text-align: center;
    display: inline-block;
    margin: 0px 5px 8px 0px;
    padding: 0px 14px 0px 14px;
    border: 1px solid #f2f2f2;
    position: relative;
    overflow: hidden;
}

.widget.widget-tags a.active {
    background: #2bd383;
    border-color: #2bd383;
    color: #fff;
}

.widget.widget-tags a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2bd383;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translate3d(-100%,0,0);
       -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
         -o-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.widget.widget-tags a:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.widget.widget-tags a:hover {
    color: #ffffff;
}

/* Footer
----------------------------------------------------------- */
.footer {
    background: #151515;
    padding: 86px 0px 80px 0px;
}

.footer-widgets .widget-title {
    line-height: 48px;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    margin-bottom: 8px;
}

.footer-widgets p {
    line-height: 21px;
}

.footer-widgets .widget.widget-twitter,
.footer-widgets .widget.widget-instagram,
.footer-widgets .widget.widget-subscribe-us {
    padding-top: 4px;
}

/* Widget brand
----------------------------------------------------------- */
.footer-widgets .widget.widget-brand .logo-footer {
    margin-bottom: 21px;
}

.footer-widgets .widget.widget-brand p {
    margin-bottom: 7px;
    letter-spacing: -0.15px;
}

/* Widget socials
----------------------------------------------------------- */
.flat-social.style2 a {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #212121;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 1.5px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.flat-social.style2 a:hover {
    background: linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -webkit-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -o-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
}

.flat-social.style2 a a:first-child {
    margin-left: 0px;
}

.flat-social.style2 a a i {
    font-size: 16px;
}

/* Widget twitter
----------------------------------------------------------- */
.footer-widgets .widget.widget-twitter {
    padding-left: 1.5px;
}

.footer-widgets .widget.widget-twitter .widget-title {
    margin-bottom: 16px;
}

.footer-widgets .widget.widget-twitter p {
    margin-bottom: 20px;
}

.footer-widgets .widget.widget-twitter p span {
    position: relative;
    color: #fff;
}

.footer-widgets .widget.widget-twitter p span::before {
    content: "\f243";
    font-family: "Ionicons";
}

/* Widget instagram
----------------------------------------------------------- */
.footer-widgets .widget.widget-instagram {
    margin-left: -3px;
}

.footer-widgets .widget.widget-instagram .widget-title {
    margin-bottom: 25px;
}

.footer-widgets .widget.widget-instagram ul li {
    display: inline-block;
    padding: 0px 7px 0px 0px;
    margin-bottom: 10px;
    border: none;
}

.footer-widgets .widget.widget-instagram .thumb {
    overflow: hidden;
}

.footer-widgets .widget.widget-instagram .thumb .instagram-images, .form-subscribe .wrap-input-email {
    position: relative;
}

.footer-widgets .widget-instagram .instagram-images a {
    display: block;
    background: linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -webkit-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -o-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
}

.footer-widgets .widget-instagram .instagram-images a:hover img {
    opacity: 0.2;
}

.footer-widgets .widget-instagram .instagram-images a img {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


/* Widget subscribe
----------------------------------------------------------- */
.footer-widgets .widget.widget-subscribe-us .form-subscribe {
    position: relative;
    margin-bottom: 18px;
}

.footer-widgets .widget.widget-subscribe-us .widget-title {
    margin-bottom: 6px;
}

.footer-widgets .widget.widget-subscribe-us p {
    letter-spacing: -0.15px;
}

.footer-widgets .widget.widget-subscribe-us .form-subscribe .legend {
    line-height: 40px;
    color: #fff;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
}

.footer-widgets .widget.widget-subscribe-us .form-subscribe label {
    width: 100%;
}

.form-subscribe div#subscribe-msg {
    text-align: center;
    margin-top: 10px;
    color: #2bd383;
}

.footer-widgets .widget.widget-subscribe-us .form-subscribe .subscribe-submit {
    background: transparent;
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.footer-widgets .widget.widget-subscribe-us .form-subscribe .subscribe-submit i {
    font-size: 14px;
    line-height: 39px;
    color: #fff;
    font-weight: 500;
    display: block;
}

.footer-widgets .widget.widget-subscribe-us .form-subscribe .subscribe-submit i:hover {
    color: #2bd383;
}

/* Bottom
----------------------------------------------------------- */
.bottom {
    background: #0a0a0a;
    padding: 22px 0px 21px 8px;
}

.copyright p {
    line-height: normal;
    color: #868686;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.copyright p, .copyright p a:hover {
    color: #868686;
}

.copyright p a {
    color: #2bd383;
}

/* Nav footer */
.nav-footer > ul > li {
    display: inline-block;
}

.nav-footer > ul > li > a {
    font-size: 12px;
    line-height: 24px;
    color: #868686;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    margin: 0px 4px 0px 18px;
}

.nav-footer > ul > li > a:hover,
.nav-footer > ul > li.active > a {
    color: #ffffff;
}

/* Parallax
----------------------------------------------------------- */
.parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-page {
    background-image: url('../images/parallax/parallax-page.jpg');
}

/* Go top
----------------------------------------------------------- */
.go-top {
    position: fixed;
    width: 42px;
    height: 42px;
    background: #161616;
    border-radius: 10px;
    text-align: center;
    bottom: 15px;
    right: -15px;
    opacity: 0;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
}

.go-top.show {
    opacity: 1;
    right: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    
}
.go-top:hover{
    background: #2bd383;
}
.go-top:hover i {
    font-size: 22px;
    line-height: 35px;
}

.go-top i {
    font-size: 20px;
    line-height: 42px;
    color: #fffefe;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* Preloader
----------------------------------------------------------- */
.loading-overlay {
    background: #ffffff;
    color: #2bd383;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

@-webkit-keyframes textx {
    50% {
        color: #1a1e1a;
    }
    100% {
        top: 61%;
    }
}

@-moz-keyframes textx {
    50% {
        color: #1a1e1a;
    }
    100% {
        top: 61%;
    }
}

@-ms-keyframes textx {
    50% {
        color: #1a1e1a;
    }
    100% {
        top: 61%;
    }
}

@-o-keyframes textx {
    50% {
        color: #1a1e1a;
    }
    100% {
        top: 61%;
    }
}

@keyframes textx {
    50% {
        color: #1a1e1a;
    }
    100% {
        top: 61%;
    }
}

.loading-overlay .loading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 0px;
    line-height: normal;
    transform: rotate(45deg);
}

.loading-overlay .loading-inner span {
    position: relative;
    width: 25px;
    height: 25px;
    transform: scale(1.1);
    display: inline-block;
}

.loading-overlay .loading-inner span::before {
    content: "";
    background: #2bd383;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: folding 2.50s infinite linear both;
    -moz-animation: folding 2.50s infinite linear both;
    -ms-animation: folding 2.50s infinite linear both;
    -o-animation: folding 2.50s infinite linear both;
    animation: folding 2.50s infinite linear both;
}

@-moz-keyframes folding {
    0% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
}

@-o-keyframes folding {
    0% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
}

@-ms-keyframes folding {
    0% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes folding {
    0% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
}

@keyframes folding {
    0% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(140px) rotateX(180deg);
        transform: perspective(140px) rotateX(180deg);
        opacity: 0;
    }
}

.loading-overlay .loading-inner span.leaf2 {
    transform: rotateZ(90deg) scale(1.1);
}

.loading-overlay .loading-inner span.leaf2::before {
    animation-delay: .30s;
    background-color: #1a1e1a;
}

.loading-overlay .loading-inner span.leaf3 {
    transform: rotateZ(270deg) scale(1.1);
}

.loading-overlay .loading-inner span.leaf3::before {
    animation-delay: .90s;
    background-color: #1a1e1a;
}

.loading-overlay .loading-inner span.leaf4 {
    transform: rotateZ(180deg) scale(1.1);
}

.loading-overlay .loading-inner span.leaf4::before {
    animation-delay: .60s;
    background-color: #2bd383;
}

.loading-overlay .loading-inner i {
    font-size: 45px;
    color: #2bd383;
}



/* Recent blog v3 
----------------------------------------------------------- */
.post .content-post .meta-post li.name.style3::before {
    content: "\f47d";
}

.flat-recent-blogs.style3 .post {
    box-shadow: none;
}

.flat-recent-blogs.style3 .post .content-post {
    padding: 16px 0px 0px 0px;
}

.flat-recent-blogs.style3 .post .meta-post {
    margin-bottom: 7px;
}

.flat-recent-blogs.style3 .post .meta-post li::before {
    left: 2px;
    top: 3px;
}

.flat-recent-blogs.style3 .post .meta-post li {
    padding-left: 17px;
    margin-right: 19px;
}

.flat-recent-blogs.style3 .post .meta-post li a {
    letter-spacing: -0.2px;
}

.flat-recent-blogs.style3 .post .meta-post li {
    letter-spacing: 0.2px;
}

.flat-recent-blogs.style3 .post .meta-post li,
.flat-recent-blogs.style3 .post .meta-post li a {
    font-size: 12px;
    line-height: normal;
    color: #7a7a7a;
}

.flat-recent-blogs.style3 .post .meta-post li a:hover {
    color: #2bd383;
}

.flat-recent-blogs.style3 .post .content-post .title-post {
    letter-spacing: 0.15px;
}

.flat-recent-blogs.style3 .post .content-post .entry-post {
    letter-spacing: -0.05px;
    border: none;
    margin-bottom: 0px;
}