/*

Theme Name: Konsultan

Theme URI: http://konsultan.themesawesome.com

Author: Themes Awesome

Author URI: http://www.themesawesome.com

Text Domain: konsultan

Description: Consulting Business WordPress Theme

Tags: left-sidebar, custom-background, custom-colors, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

Version: 1.0

License:      GNU General Public License V2

License URI:      license.txt

-----------------------------------------------------------------------------------

  1. CSS Reset

  2. Header

    2.1. Header Style

        2.1.1. Search Form

  3. Pages

    3.1. Standard Page

    3.2. 404 Page

    3.3. Author Page

  4. Post Formats

  5. Post Loop

  6. Single Post

    6.1. Single Post Meta

    6.2. Single Post Tag

    6.3. Single Post Author

    6.4. Single Post Pagination

    6.5. Single Post Comment Section

  7. Sidebar

    7.1. Sidebar - Search

    7.2. Sidebar - Recent Post

    7.3. Latest Post - Standard with featured image

  8. Services

  9. Single Service

  10. Footer

    10.1. Footer Widget

        10.1.1 Footer Widget - Custom Menu 

    10.2. Footer Copyright

    10.3. Footer Layout 

  11. Page Builder

    11.1. Head Title Block 

        11.1.1 Head Title - Style 1 

        11.1.2 Head Title - Style 2 

        11.1.3 Head Title - Style 3 

        11.1.4 Head Title - Style 4 

        11.1.5 Head Title - Style 5 

        11.1.6 Head Title - Style 6 

        11.1.7 Head Title - Style 7

    11.2. Team Block

    11.3. Testimonial Block

    11.4. Contact Form Block

    11.5. Post Block

    11.6. Instagram Block

-----------------------------------------------------------------------------------*/





/*-----------------------------------------------------------------------------------*/

/*  css for single blog started

/*-----------------------------------------------------------------------------------*/



.single-content .post-thumb {width: 75%; margin-right: 2%; }
.single-content .the-content img{width: 35%; float: left; margin-right: 2%;margin-bottom: 0; } 
.the-content {width: 100%; float: left; }
.the-content p{margin:0px; }

/*-----------------------------------------------------------------------------------*/

/*  css for single blog ended

/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/

/*  1. CSS Reset

/*-----------------------------------------------------------------------------------*/



html {

    font-size: 62.5%;

    -webkit-font-smoothing: antialiased;

    height: 100%;

}


body {

    word-wrap: break-word;

    -ms-word-wrap: break-word;

    font-size: 14px;
    font-weight: 300;

    background: #ffffff;

    color: #2D2D2D;

    line-height: 1.618;

  font-family: Roboto,Georgia, serif;

}




img {

    max-width: 100%;

    height: auto;

    display: block;

}



ul {

    padding-left: 40px;

    -webkit-padding-start: 40px;

    -moz-padding-start: 40px;

    padding-start: 40px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  

    line-height: 1.4;

    margin-bottom: 20px;

    margin-top: 0;

    color: #000000;

  font-family: Roboto,Georgia, serif;

}



.main-menu a {
    font-family: Roboto,Georgia, serif;
    font-weight: 600;
    text-transform: uppercase;
}



.post-content .post-text p, .comment-content p {

    color: #333333;

}



.navigation-paging .post-navigation a {

    border-radius: 0;

}



h1 {

    font-size: 4.5rem;
    font-size: 45px;
    color:#000000;
    font-weight:600;
    line-height: 1.125;

}



h2 {

    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px!important;
    color:#000000;
    font-weight:300;
   

}



h3 {
    font-size: 16px!important;
    font-size: 1.6rem;
    color: #000000;
    line-height: 16px!important;
    font-weight: 500;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}



h4 {
    font-size: 19px;
    font-size: 1.9rem;
    color: #d6db2a;
    line-height: 29px!important;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    letter-spacing: 1.3px!important;
}



h5 {
font-size: 14px;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.37);
    font-weight: 400;
    line-height:20px!important;
    text-transform: uppercase;
    letter-spacing: 3.5px!important;

}



h6 {

    font-size: 14px;

    font-size: 1.4rem;

    line-height: 1.4;

}



a {

    cursor: pointer;

    outline: none;

    color: #000000;

    text-decoration: none !important;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



a:hover,

a:active,

a:focus {

    color: #D6DB29;

    text-decoration: none;

    outline: none;

}



button:focus {

    outline: 0;

}



p {

    margin: 0 0 20px;

}



table {

    width: 80%;

    margin-bottom: 20px;

}



th,

td {

   

    vertical-align: middle;

    
}



th {

    font-weight: bold;

    border-bottom: 2px solid;

    text-align: center;

}



*::-moz-selection {

    background-color: #D6DA28;

    color: #ffffff;

}



*::selection {

    background-color: #D6DA28;

    color: #ffffff;

}



button {

    border: none;

    background-image: none;

    background: transparent;

}



blockquote,

q {

    quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

}



blockquote {

    margin-bottom: 20px;

    padding-left: 12px;

}



ol {

    display: block;

    list-style-type: decimal;

    padding-left: 40px;

    -webkit-padding-start: 40px;

    -moz-padding-start: 40px;

    padding-start: 40px;

}



.bypostauthor > .comment .comment-author cite:after {

    content: "post author";

    font-size: 7px;

    font-size: 0.693333rem;

    font-style: italic;

    margin-left: 6px;

}



.aligncenter {

    text-align: center;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.alignright {

    float: right;

    margin: 0.375em 0 1.75em 1.75em;

}



.alignleft {

    float: left;

    margin: 0.375em 1.75em 1.75em 0;

}



img.aligncenter,

img.alignnone,

figure.aligncenter,

figure.alignnone {

    margin-bottom: 12px;

}



img.alignleft,

figure.alignleft {

    margin: 0.375em 1.75em 1.75em 0;

}



img.alignright,

figure.alignright {

    margin: 0.375em 0 1.75em 1.75em;

}



.page-links {

    clear: both;

    margin-top: 30px;

}



.page-links a,

.page-links > span {

    border: 2px solid #d1d1d1;

    display: inline-block;

    font-size: 13px;

    font-size: 1.3rem;

    height: 1.8461538462em;

    line-height: 1.6923076923em;

    margin-right: 0.3076923077em;

    text-align: center;

    width: 1.8461538462em;

    background-color: #D6DA28;

    border-color: #D6DA28;

    color: #fff;

    margin: 0;

    padding: 5px;

}



.page-links a {

    background-color: #fff;

    border-color: #D6DA28;

    color: #D6DA28;

    border-right: 0;

}



.page-links a:last-child {

    border-right: 2px solid #D6DA28;

}



.page-links a:hover,

.page-links a:focus {

    background-color: #D6DA28;

    border-color: transparent;

    color: #fff;

}



.page-links > .page-links-title {

    border: 0;

    color: #D6DA28;

    height: auto;

    margin: 0;

    padding-right: 0.6153846154em;

    width: auto;

    background: transparent;

}



pre {

    font-size: 16px;

    white-space: pre;

    word-wrap: normal;

    overflow-x: scroll;

    line-height: 1.6;

    margin: 1em 0;

}



figure {

    max-width: 100%;

    height: auto;

}



body {

    min-height: 100%;

}

#content {

    height: 100%;

}



.no-redux .blog-content-wrap {

    margin: 30px 0;

}



.wp-caption .wp-caption-text,

.gallery-caption,

.entry-caption {

    font-style: italic;

    line-height: 1.6;

    margin-top: 10px;

    color: #757575;

    font-size: 12px;

    font-size: 1.2rem;

    text-align: left;

}



.post-content-wrap .post-inner.sticky-sign .title-content h2:before {

    content: "Featured Post";

    padding: 7px 15px;

    color: #D6DA28;

    position: absolute;

    top: 0;

    z-index: 10;

    right: 0;

    font-size: 12px;

    line-height: 1.6;

}

.post-content-wrap .post-inner.sticky-sign .title-content h2 {

    padding-right: 120px;

    position: relative;

}



.pull-left {

    float: left;

}



.pull-right {

    float: right;

}



/* Text meant only for screen readers. */



.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}



.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000;

}



/* Custom Base */



input {

  

    padding: 0 15px;

   

   

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    max-width: 100%;

}



input[type="email"]:focus,

input[type="search"]:focus,

input[type="text"]:focus,

input[type="password"]:focus,

textarea:focus,

select:focus {

    outline: 0;

}



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px white inset;

}



textarea {

    width: 100%;

    border-width: 1px;

    border-style: solid;

    background-color: #EFEFEF;

    border-color: #EFEFEF;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    max-width: 100%;

}



input[type="submit"] {

    display: inline-block;

    color: #ffffff;

    background-color: #D6DA28;

    font-size: 16px;

    letter-spacing: 0.025em;

    width: auto;

    border: none;

    margin-top: 20px;

    cursor: pointer;

}



::-ms-clear {

    display: none;

}



::-webkit-search-decoration,

::-webkit-search-cancel-button,

::-webkit-search-results-button,

::-webkit-search-results-decoration {

    display: none;

}



img {

    max-width: 100%;

    height: auto;

}



.clearfix:before,

.clearfix:after {

    content: "";

    display: table;

}



.clearfix:after {

    clear: both;

}



.clearfix {

    zoom: 1;

}



.container {

    width: 940px!important;

    margin: 0 auto;

    max-width: 100%;

    padding-right: 15px;

    padding-left: 15px;

}



.therow {

    margin-left: -15px;

    margin-right: -15px;

}

.row-10 {

    margin-left: -10px;

    margin-right: -10px;

}



.column {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    padding-right: 15px;

    padding-left: 15px;

    max-width: 100%;

}



.column {

    display: inline-block;

    float: left;

}

.column-1 {

    width: 100%;

}



.column-2 {

    width: 50%;

}



.column-3 {

    width: 33.33333%;

}



.column-2of3 {

    width: 66.66667%;

}



.column-4 {

    width: 25%;

}



.column-5 {

    width: 20%;

}

.column-25 {

    width: 25%;

}

.column-75 {

    width: 75%;

}

.column-40 {

    width: 40%;

}

.column-60 {

    width: 60%;

}

.row {

    margin-right: -15px;

    margin-left: -15px;

}



.icon {

    font-family: "zloob";

}



/* Button */



.btn {

    font-family: inherit;

    cursor: pointer;

    display: inline-block;

    padding: 10px 25px;

    background-color: #000;

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 0.1em;

}



.btn:hover {

    color: #fff;

    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.boxed-wrap  {

    margin: auto;

}



.top-border {

    position: fixed;

    width: 100%;

    top: 0;

    left: 0;

    z-index: 999;

    padding: 12px;

}

.bottom-border {

    position: fixed;

    width: 100%;

    bottom: 0;

    left: 0;

    z-index: 9999;

    padding: 12px;

}

.left-border {

    position: fixed;

    width: 25px;

    left: 0;

    height: 100%;

    z-index: 9999;

}

.right-border {

    position: fixed;

    width: 25px;

    right: 0;

    height: 100%;

    z-index: 9999;

}



#preloader {

    position: fixed;

    height: auto;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #fff;

    z-index: 1000;

}



#status {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 50%;

    top: 50%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 40px 40px;

    transform: translate(-50%, -50%);

    background-image: url(./img/loading.gif);

}



.text-left {

    text-align: left;

}

.text-right {

    text-align: right;

}



/*-----------------------------------------------------------------------------------*/

/*  2. Header

/*-----------------------------------------------------------------------------------*/

.main-menu-btn {

  position: relative;

  display: inline-block;

  width: 28px;

  height: 28px;

  text-indent: 28px;

  white-space: nowrap;

  overflow: hidden;

  cursor: pointer;

  -webkit-tap-highlight-color: rgba(0,0,0,0);

  display: none;

}

header#header.inner-head-wrap {

    max-width: 100%;

    background-color: #ffffff;

}

#header.no-redux {

    padding: 20px 0;

}

#header.no-redux .fl .logo.head-item .logo-title {

    margin-right: 40px;

}



/* only review */

.header-style-1-wrap.no-redux .fl {

    max-width: 100%;

    min-width: 0;

    margin: 0 auto 0 0;

}

.header-style-1-wrap.no-redux .fr {

    display: block;

    -webkit-flex: 0 1 auto;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

}



#header .header-clear {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    webkit-align-items: flex-start;

    -ms-flex-align: start;

    align-items: flex-start;

}

.header-style-1-wrap .header-clear .fl {

    max-width: 100%;

    min-width: 0;

    margin: 0 auto 0 0;

}

.header-style-1-wrap .header-clear .fr {

    display: block;

    -webkit-flex: 0 1 auto;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

}



#header.no-redux .header-clear {

    -webkit-flex-wrap: inherit;

    -ms-flex-wrap: inherit;

    flex-wrap: inherit;

}

#header.no-redux .fc {

    display: block;

    -webkit-flex: 0 1 auto;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

    position: relative;

}

#header.no-redux .logo .site-title {

    font-size: 32px;

    font-size: 3.2rem;

    padding-top: 7px;

}

@media only screen and (max-width: 768px) {

    #header.no-redux .fc {

        position: absolute;

    }

}



/* hamburger icon */

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {

  position: absolute;

  top: 50%;

  left: 2px;

  height: 2px;

  width: 24px;

  background: #bbb;

  -webkit-transition: all 0.25s;

  transition: all 0.25s;

}

.main-menu-btn-icon:before {

  content: '';

  top: -7px;

  left: 0;

}

.main-menu-btn-icon:after {

  content: '';

  top: 7px;

  left: 0;

}

/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {

  height: 0;

  background: transparent;

}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {

  top: 0;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {

  top: 0;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {

  position: absolute;

  width: 1px;

  height: 1px;

  margin: -1px;

  border: 0;

  padding: 0;

  overflow: hidden;

  clip: rect(1px,1px,1px,1px);

visibility: hidden;

}

/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {

  display: none;

}

#main-menu-state:checked ~ #main-menu {

  display: block;

}

#header.inner-head-wrap {

    margin-left: auto;

    margin-right: auto;

    z-index: 101;

    position: relative;

}

#content {

    margin-left: auto;

    margin-right: auto;

    max-width: 100%;

}

.header-clear {

    position: relative;

    max-width: 100%;

}

#header .fc {

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    text-align: center; 

}

#header .fc .logo {

    float: none;

}

#header .fc .logo img {

    margin: auto;

}




#header .fc.horizontal .head-item {

    display: inline-block;

}

#header .fr.horizontal .head-item {

    float: left;

}

#header .fr.horizontal .head-item:first-child {

    margin-left: 0;

}

#header .fr.horizontal .head-item:last-child {

    margin-right: 0;

}



.head-item {

    margin-right: 20px;

}

.head-item:last-child {

    margin-right: 0;

}



/* 2.1. Header Style */

.logo {

    float: left;

    position: relative;

    z-index: 100;

}

.logo .site-title,

.logo-title .site-title {

    margin-bottom: 0;

    font-weight: 600;

    font-size: 40px;

    margin-bottom: 0;

}

#header .logo-image, #header .logo-title {

    float: left;

    margin-right: 20px;

}



.mobile-menu {

    display: none;

}



.header-style-1-wrap .fl {

    float: left;

}

.header-style-1-wrap .fr {

    float: right;

}



.header-style-1-wrap .main-menu {
    float: right;
}



.header-style-1-wrap .main-menu ul.sm-clean>li+li {

    margin-left: 30px;

}



.header-style-1-wrap .main-menu ul.sm-clean>li {

    padding-top: 10px;

    padding-bottom: 10px;

}



.header-style-1-wrap .main-menu ul.sm-clean>li>a {

    font-size: 16px;

    color: #ffffff;

    position: relative;

    display: block;

    padding: 0.65em 0;

    -webkit-transition: background 0.3s, color 0.3s;

    transition: background 0.3s, color 0.3s;

    transition: opacity 0.2s linear, color 0.2s linear;

}

.header-style-1-wrap .main-menu ul.sm-clean>li.menu-item-has-children>a {

    padding-right: 5px;

}





.header-style-1-wrap ul.sm-clean ul {

    border: none;

    background-color: #000;

    border-radius: 0 !important;

    padding: 5px 0;

}



.header-style-1-wrap ul.sm-clean ul:before, .header-style-1-wrap ul.sm-clean ul:after {

    content: none;

}



.header-style-1-wrap ul.sm-clean ul li a {

    color: #ffffff;

    font-size: 14px;

    padding: 8px 20px;

}



.header-style-1-wrap ul.sm-clean ul li a:hover {

    background: none;

    opacity: 0.7;

}



ul.sm-clean > li > a span.sub-arrow {

    right: -10px;

}



/* header top */

.head-info-item {

    display: inline-block;

}

.head-info-item.call-btn {

    margin-left: 20px;

}

.call-btn a {

    border-radius: 50px;

    border-style: solid;

    border-width: 3px 3px 3px 3px;

    border-color: #D6DA28;

    font-size: 15px !important;

    padding: 12px 24px;

    font-weight: bold !important;

    display: inline-block;

    letter-spacing: 0px !important;

    line-height: 1 !important;

}

.call-btn a:hover {

    color: #ffffff;

    background-color: #D6DA28;

    border-color: #D6DA28;

}

.call-btn .small-title {

    display: block;

    font-size: 12px;

    color: #ffffff;

    font-size: 10px;

    font-weight: 300;

    font-style: normal;

    line-height: 1.6;

    letter-spacing: 0.5px;

}

.call-btn .header-button-icon {

    display: inline-block;

    color: #ffffff;

    vertical-align: top;

}

.call-btn .text {

    display: block;

    vertical-align: middle;

}



/* header info */

.head-info-icon, .head-info-text {

    display: inline-block;

    color: #000000;

    vertical-align: -webkit-baseline-middle;

    vertical-align: middle;

    text-align: left;

}

#header .head-info-text .title {

    font-size: 20px !important;

    font-weight: bold !important;

    font-size: 16px !important;

}

.head-info-text .small-title {

    display: block;

    color: #aaaaaa;

    font-size: 12px !important; 

    font-style: italic;

    line-height: 24px;

    letter-spacing: 0px;

    font-weight: 300 !important;

    font-style: italic !important;

}

.head-info-icon  {

    margin-right: 5px;

    font-size: 24px;

}



/*-----------------------------------------------------------------------------------*/

/*  3. Pages

/*-----------------------------------------------------------------------------------*/



.blog-content-wrap .blog {

    padding: 50px 0 100px;

}

.blog .column-75 {

    padding-right: 30px;

}

.single-post-wrap .blog {

    padding: 80px 0 100px;

}

.page-title-wrap {

    padding: 60px 0 70px;

    background: #efefef;

}



.page-template-default .page .page-content {

    margin: 60px 0 45px;

}

.page-comment {

    margin-bottom: 60px;

}



/* 3.1. Standard Page */

.page-template-default .page-title-wrap h1 {

    padding-bottom: 10px;

    margin: 15px 0;

    line-height: 1.1;

    font-weight: 600;

    font-size: 40px;

    letter-spacing: -1px;

}



.page-title {

    margin: 0;

    text-align: center;

}



.page-title h2 {

    color: #D6DA28;

    font-weight: 700;

    margin-bottom: 10px;

}



.page-title span {

    display: block;

    margin: 0;

    font-size: 42px;

    font-weight: 600;

    line-height: 34px;

    color: #D6DA28;

    padding-bottom: 20px;

}



/* 3.2. 404 Page */



.error404 .outer {

    padding: 120px 0;

}



.error404 .outer .inner {

    text-align: center;

}



.error404 .outer .the-title {

    width: 60%;

    margin: auto;

    background: #D6DA28;

    padding: 4% 0;

    border-radius: 20px;

    position: relative;

    margin-bottom: 60px;

}

.error404 .outer .the-title:after {

    content: " ";

    width: 0;

    height: 0;

    bottom: -25px;

    border-color: #D6DA28 transparent transparent;

    border-style: solid;

    border-width: 25px 25px 0;

    position: absolute;

    left: 47%;

}

.not-found .inner h1 span {

    color: #ffffff;

}



.not-found .inner h1 {

    line-height: 1;

    font-weight: 600;

    color: #ffffff;

    font-size: 30vmin;

    margin-bottom: 0;

}



.not-found .inner h3 {

    line-height: 1.6;

}



.not-found .inner h3 span {

    display: block;

    font-weight: normal;

}



.not-found .inner a {

    font-size: 20px;

}



.search-page .page-title.no-option-page {

    margin-top: 30px;

}



.back-to-home {

    padding: 20px 30px;

    display: inline-block;

    background-color: #D6DA28;

    color: #fff;

    font-weight: bold;   

}

.back-to-home:hover {

    color: #ffffff;

}



/* 3.3. Author Page */

/*author*/

.author-box {

    background-color: #0b0b0b;

    padding: 40px;

    margin-bottom: 40px;

    border: 1px solid #eeeeee;

}



.author-box figure.author-ava {

    float: left;

    margin-right: 30px;

}



.author-box .author-desc h2,

.author-box .author-desc p {

    color: #ffffff;

}



.author-box .author-desc .social-profile ul {

    padding: 0;

    list-style: none;

    margin-top: 30px;

    overflow: hidden;

}



.author-box .author-desc .social-profile ul li {

    float: left;

    margin-right: 10px;

}



.author-box .author-desc .social-profile ul li a {

    background: #171717;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    color: #fff;

    display: inline-block;

    line-height: 1;

    padding-top: 11px;

    text-align: center;

    width: 40px;

    height: 29px;

}



.author-box .author-desc .social-profile ul li a:hover {

    opacity: 0.5;

}



.author-post h3.post-by {

    font-weight: 700;

    font-size: 20px;

}



.related-content {

    margin-top: 0;

    border-top: 1px solid #eaeaea;

    padding: 20px 0 40px;

}

.related-content .date a {

    color: #666666;

}

.related-title {

    margin-top: 5px;

    position: relative;

    margin-bottom: 20px;

}

.related-content h3 {

    font-size: 30px;

    margin-bottom: 40px;

}

.related-title h3 {

    margin-bottom: 5px;

    padding-bottom: 20px;

    font-size: 26px;

}

.related-title .separator {

    background-color: #D6DA28;

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 30px;

    height: 2px;

    transition: width .2s ease-in-out;

}

.content-related-post:hover .separator {

    width: 50px;

}



.related-content .post-thumb {

    overflow: hidden;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    margin-bottom: 20px;

}



/* Content No Result */

.search-bar-no-res {

    position: relative;

    margin-bottom: 30px;

    margin-top: 40px;

}

.search-bar-no-res input {

    width: 100%;

    height: 60px;

    font-size: 18px;

}

.search-bar-no-res .search-button {

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    width: 60px;

    background-color: #D6DA28;

    color: #ffffff;

    font-size: 18px;

}

.search-bar-no-res .search-button:hover {

    cursor: pointer;

}

.single-post.no-result .suggest-title {

    margin-top: 40px;

}



.error404 .search-bar-no-res {

    width: 60%;

    margin: auto;

    margin-bottom: 50px;

    margin-top: 40px;

}



.author-post h3.post-by {

    font-weight: 700;

    font-size: 20px;

    margin-left: 12.5px;

}



/*-----------------------------------------------------------------------------------*/

/*  4. Post Formats

/*-----------------------------------------------------------------------------------*/



/* gallery */

.standard-carousel-slider {

    position: relative;

    background-color: #f4f3f0;

}

.post-thumb {

    position: relative;

    overflow: hidden;

}

.format-gallery .post-thumb {

    position: relative;

}

.format-gallery .post-thumb span.play-icon i {

    display: inline-flex;

    font-size: 3em;

    background-color: #7ecddf;

    padding: 14px 14px;

    color: #ffffff;

    border-radius: 100%;

    webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);

    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);

    box-shadow: 0 0 40px rgba(0, 0, 0, 0.666); 

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.format-gallery .post-thumb:hover span.play-icon i {

    opacity: 0.7;

}

.standard-carousel-slider .slider-pagination i {

    position: absolute;

    top: 50%;

    z-index: 99;

    background-color: rgba(17, 17, 17, 0.4);

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 60px;

    font-size: 32px;

    vertical-align: middle;

    color: #ffffff;

    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.standard-carousel-slider .slider-pagination i:hover {

    background-color: rgba(17, 17, 17, 0.7);

}

.standard-carousel-slider .slider-pagination i.running-news-prev {

    left: 10px;

}

.standard-carousel-slider .slider-pagination i.running-news-next {

    right: 10px;

}



.blog-section .post-car-arrow-wrap {

    position: absolute;

    top: 50%;

    left: auto;

    z-index: 1;

    left: 0;

    right: 0;

    cursor: pointer;

}

.blog-section .owl-nav {

    position: absolute;

    top: 50%;

    left: auto;

    z-index: 1;

    left: 0;

    right: 0;

    cursor: pointer;

    transform: translateY(-50%);

}

.blog-section .post-car-arrow-wrap .owl-prev,

.blog-section .owl-nav .owl-prev {

    text-align: left;

    float: left;

}

.blog-section .post-car-arrow-wrap .owl-next,

.blog-section .owl-nav .owl-next {

    text-align: right;

    float: right;

}



.elementor-image-gallery .gallery-item {

    float: left;

}

.elementor-image-gallery .gallery-item .item-wrap {

    line-height: 0;

}



.main-blog-loop {

    display: block;

}



/* video */

.featured-video {

    line-height: 0;

}



.format-video .post-thumb {

    position: relative;

}

.format-video .post-thumb span.play-icon, .format-gallery .post-thumb span.play-icon {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.format-video .post-thumb span.play-icon i {

    display: inline-flex;

    font-size: 4em;

    background-color: #7ecddf;

    padding: 5px 6px;

    color: #ffffff;

    border-radius: 100%;

    webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);

    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);

    box-shadow: 0 0 40px rgba(0, 0, 0, 0.666); 

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



.format-video .post-thumb:hover span.play-icon i {

    opacity: 0.7;

}



.blog-item .post-thumb {

    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

}

.featured-video iframe {

    width: 100%;

    max-width: 100%;

    height: 270px;

}

.sticky .featured-video iframe {

    height: 675px;

}

.blog-single .featured-video iframe {

    height: 675px;

}

.featured-video iframe:-webkit-full-screen {

    z-index: 999999 !important;

}



.featured-video .wp-video, .featured-video .mejs-container {

    width: 100% !important;

}



/*-----------------------------------------------------------------------------------*/

/*  5. Post Loop

/*-----------------------------------------------------------------------------------*/

.main-blog-loop .blog-item {

    position: relative;

    margin-bottom: 40px;

    padding-right: 20px;

    padding-left: 20px;

}

.main-blog-loop.row {

    margin-right: -20px;

    margin-left: -20px;

}

.elementor .main-blog-loop .blog-item .post-content {

    background-color: transparent;

}

.main-blog-loop .blog-item .post-content {

    padding: 40px 40px 20px;

}

/* Loop Post Header */

.the-post-head .meta-info .span-head {

    position: relative;

    padding-right: 10px;

    margin-right: 10px;

}

.the-post-head .meta-info a {

    font-weight: bold;

}

.main-blog-loop .blog-item .post-title {

    font-size: 50px;

    font-size: 5rem;

    line-height: 1.3;

    margin-bottom: 0;

}

.elementor .main-blog-loop .blog-item .post-title {

    font-size: 40px;

    font-size: 4rem;

}

.the-post-head {

    margin-bottom: 10px;

}

.blog-single .the-post-head {

    border-bottom: 1px solid #e0e0de;

}

.the-post-head.meta-bottom {

    padding: 20px 0;

    border-top: 1px solid #e0e0de;

    border-bottom: 0;

    margin: 0 40px;

}

.blog-single .the-post-head.meta-bottom {

    padding: 20px 40px;

    margin: 30px 0 0;

}

.the-post-head .span-head {

    display: -webkit-inline;

    display: inline-block;

    margin-right: 5px;

    padding-right: 5px;

}

.the-post-head .standard-post-categories {

    margin-bottom: 15px;

}

.the-post-head .standard-post-categories a{

    font-weight: 500;

    background-color: #D6DA28;

    border: 2px solid #D6DA28;

    border-radius: 30px;

    padding: 7px 15px;

}

.the-post-head .standard-post-categories a:hover{

    background-color: #ffffff;

    border: 2px solid #D6DA28;

    color: #D6DA28;

}

.the-post-head .span-head .author-img {

    display: inline-block;

    vertical-align: middle;

    margin-right: 5px;

}

.the-post-head .span-head .author-img img {

    border-radius: 100%;

}



.comment-count i {

    margin-right: 5px;

}

.span-head, .span-head a {

    text-transform: uppercase;

    font-size: 13px;

}





/* Post Thumb*/

.post-thumb img {

    -webkit-transform: translate(0,0);

    -ms-transform: translate(0,0);

    transform: translate(0,0);

    -webkit-transform: translate3d(0,0,0);

    transform: translate3d(0,0,0);

    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .5s ease;

    transition: opacity .2s ease-in-out,-webkit-transform .5s ease;

    transition: transform .5s ease,opacity .2s ease-in-out;

    transition: transform .5s ease,opacity .2s ease-in-out,-webkit-transform .5s ease;

}

.post-thumb:hover img {

    -webkit-transform: scale3d(1.1,1.1,1) translate3d(0,0,0);

    transform: scale3d(1.1,1.1,1) translate3d(0,0,0);

    -webkit-transition: -webkit-transform .5s ease;

    transition: -webkit-transform .5s ease;

    transition: transform .5s ease;

    transition: transform .5s ease,-webkit-transform .5s ease;

}

.post-thumb .konsultan-overlay {

    position: absolute;

    background-color: #000;

    display: block;

    left: 0;

    top: 0;

    width: 103%;

    height: 103%;

    z-index: 10;

    -webkit-transform: translate(-1px,-1px);

    -ms-transform: translate(-1px,-1px);

    transform: translate(-1px,-1px);

    opacity: 0;

    -webkit-transition: opacity .5s ease;

    transition: opacity .5s ease;

}

.post-thumb:hover .konsultan-overlay {

    opacity: .3;

}



.blog-item .post-text.excerpt {

    margin-bottom: 20px;
  margin-top: 15px;

}

.blog-item .post-text p:last-child {

    margin-bottom: 0px;

    color: #333;

}



.blog-item .button-more a {

    border-bottom: 2px solid;

    padding-bottom: 10px;

    text-transform: uppercase;

    font-weight: bold;

}



.navigation-paging .post-navigation a {

    border: 2px solid #D6DA28;

}



/* Elementor Blog Post Loop */

.elementor .main-blog-loop .blog-item .post-thumb {

    z-index: 1;

}



/*-----------------------------------------------------------------------------------*/

/*  6. Single Post

/*-----------------------------------------------------------------------------------*/



h1.post-title  {

    color: #000000;

}

.blog-single .blog-item .post-content-wrap {

    background: #FFFFFF;

}

.blog-single .blog-item.no-thumb .post-content-wrap {

    width: 100%;

    max-width: 100%;

    position: relative;

    right: auto;

    margin-top: 0;

}



.blog-single .blog-item .post-content-wrap .post-content {

    padding: 40px;

    padding-bottom: 0;

}

.blog-single .the-post-head.meta-bottom {

    padding: 20px 0;  

}

.blog-single .post-thumb {

    margin-bottom: 20px;

}



/* Single Post Header */

.single-post-head  .post-meta {

    margin-bottom: 25px;

}

.single-post-head .meta-info .span-head {

    position: relative;

    padding-right: 10px;

    margin-right: 10px;

    font-style: normal;

}

.single-post-head .meta-info .span-head:after {

    content: "||";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

}

.single-post-head .meta-info .span-head:last-child:after {

    display: none;

}

.single-post-head .meta-info {

    font-size: 13px;

}

.single-post-head .meta-info a {

    font-weight: bold;

}

.single-post-head .category-text {

    margin-right: 5px;

}



/* Single Post Blockquote */

blockquote {

    position: relative;

    padding: 30px 0px 30px 0px;

    display: inline-block;

    font-style: italic !important;

    font-weight: 500 !important;

    font-variant: normal !important;

    text-transform: none !important;

    speak: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    quotes: "\201C""\201D""\2018""\2019";

    color: #000000;
    font-size: 18px;
    line-height: 1.9em;

}



blockquote p {

    position: relative;

    font-size: 18px;

    line-height: 32px;

    display: inline;

    color: #000000 !important;

    font-weight: 500 !important;

    font-size: 18px !important;

    line-height: 1.7 !important;

}



blockquote:before {

    position: absolute;

    top: 0;

    left: 0;

    content: open-quote;

    font-size: 22rem;

    z-index: 0;

    color: #D6DA28;

    opacity: 0.3;

}



.blog-single blockquote:before {

    color: #D6DA28;

}



.post-password-form p:nth-child(2) {

    position: relative;

}

.post-password-form input[type="password"] {

    display: block;

    width: 100%;

    background-color: transparent;

    border: 2px solid #D6DA28;

    margin-top: 10px;

}

.post-password-form input[type="submit"] {

    background-color: #D6DA28;

    position: absolute;

    right: 0;

    bottom: 0;

}



/* Single Post Tags */

.blog-single .meta-bottom {

    margin-top: 30px;

    clear: both;

    margin-bottom: 30px;

}

.blog-single .tag-wrapper {

    margin-top: 5px;

    margin-bottom: 10px;
   padding-top: 2em;
}

.blog-single .tag-wrapper a {

    display: inline-block;

    padding-left: 11px;

    line-height: 20px;

    font-size: 10px !important;

    font-weight: 400;

    text-transform: uppercase;

    color: #545454;

    border: 1px solid #eaeaea;

    padding: 1px 10px;

    transition: color .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out;

    -webkit-transition: color .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out;

}



.blog-single .tag-wrapper a:hover {
    color: #D6DA28;
    border-color: #D6DA28!important
}



.blog-single .tag-wrapper p {

    text-transform: uppercase;

    display: inline-block;

    font-size: 13px;

    font-size: 1.3rem;

    color: #000000;

    font-weight: 600;

    margin-bottom: 0;

    vertical-align: middle;

}



/* Single Post Author */

.blog-single .post-author {

    margin-top: 0;

}



.blog-single .post-author .author-wrap {

    border-top: 1px solid #eaeaea;

    padding: 50px 0;

}



.blog-single .post-author .author-ava {

    float: left;

    margin-right: 20px;

}



.blog-single .post-author .author-desc {

    overflow: hidden;

}



.blog-single .post-author .author-desc p {

    margin-bottom: 0;

}



.blog-single .post-author .author-desc .author-description {

   font-size: 15px;

   margin-bottom: 7px;

   color: #494949;

}



.blog-single .post-author .author-name {

    margin-bottom: 10px;

}



.blog-single .post-author .author-name a {

    font-weight: 600;

    font-size: 17px;

}



/* 6.4. Single Post Pagination */

.next-prev-post {

    background-color: #ffffff;

    padding: 20px 0;

    position: relative;

    overflow: hidden;

}

.next-prev-post .prev-post {

    position: relative;

    float: left;

}

.next-prev-post .next-post {

    position: relative;

    text-align: right;

    float: right;

}



.next-prev-post h4.title {

    position: absolute;

    text-align: center;

    color: #000;

    height: 100%;

    width: 100%;

    line-height: 80px;

    -webkit-transition: all .4s;

    transition: all .4s;

    left: 0;

    opacity: 0;

}



.blog-single .next-prev-post .prev-post i,

.blog-single .next-prev-post .next-post i {

    width: 24px;

    height: 80px;

    display: block;

    margin: 0 auto;

    -webkit-transition: all .3s;

    -webkit-backface-visibility: hidden;

    -moz-transition: all .3s;

    -moz-backface-visibility: hidden;

    transition: all .3s;

    backface-visibility: hidden;

    overflow: inherit;

}

.blog-single .next-prev-post i.no-link {

    color: #999999;

}

.blog-single .next-prev-post .prev-post i:before,

.blog-single .next-prev-post .next-post i:before,

.blog-single .next-prev-post .back-post i:before {

    display: table-cell;

    height: 80px;

    vertical-align: middle;

}

.next-prev-post .prev-post a:hover h4,

.next-prev-post .next-post a:hover h4 {

    opacity: 1;

}

.next-prev-post .prev-post a:hover i {

    -webkit-transform: translateX(-300%);

    -ms-transform: translateX(-300%);

    transform: translateX(-300%);

    color: #D6DA28;

}

.next-prev-post .next-post a:hover i {

    -webkit-transform: translateX(300%);

    -ms-transform: translateX(300%);

    transform: translateX(300%);

    color: #D6DA28;

}



.back-post {

    position: relative;

    overflow: hidden;

}

.back-post h4 {

    left: 0;

    top: 100%;

    position: absolute;

    text-align: center;

    color: #fff;

    height: 100%;

    width: 100%;

    line-height: 80px;

    -webkit-transition: all .4s;

    transition: all .4s;

    opacity: 0;

    top: 100%;

}

.back-post i {

    width: 24px;

    height: 80px;

    fill: #000000;

    display: block;

    margin: 0 auto;

    -webkit-transition: all .3s;

    -webkit-backface-visibility: hidden;

    -moz-transition: all .3s;

    -moz-backface-visibility: hidden;

    transition: all .3s;

    backface-visibility: hidden;

    overflow: hidden;

}

.next-prev-post .back-post a:hover h4 {

    top: 0;

    opacity: 1;

}

.next-prev-post .back-post a:hover i {

    -webkit-transform: translateY(100%);

    -ms-transform: translateY(100%);

    transform: translateY(100%);

}





/* 6.5. Single Post Comment Section */

.comments-area {

    border-top: 1px solid #eee;

    padding-top: 30px;

}



.comments-title {

    margin-bottom: 20px;

}



.comments-title h3 {

    margin-bottom: 0;

    float: left;

    font-weight: 900;

    text-transform: uppercase;

    width: 85%;

}



.comments-title .leave-reply-link a {

    float: right;

    margin: 0;

}



.comment-list {

    padding: 0;

    list-style: none;

    margin-bottom: 30px;

    padding-bottom: 30px;

    border-bottom: 1px solid #e0e0de;

}



.comments-area .comment-list article.comment {

    position: relative;

    padding: 20px;

    margin-bottom: 10px;

    border: 1px solid #ebebeb;

}



.comment-list ul {

    padding: 0;

    list-style: none;

}



.comments-area ol.comment-list li ul.children {

    position: relative;

}

.comments-area ol.comment-list li ul.children:before {

    content: "";

    position: absolute;

    left: 0;

    height: 100%;

    width: 1px;

    background-color: #ebebeb;

}

.comments-area ol.comment-list li ul.children li article.comment:before {

    content: "";

    position: absolute;

    left: -40px;

    height: 1px;

    width: 25px;

    top: 50%;

    background-color: #ebebeb;

}



.comment {

    position: relative;

}



li.comment .comment-respond {

    margin: 15px 0 20px;

}



.comment-body {

    padding: 0.75em 0 .5em;

}



.comments-area ol.comment-list li article.comment .avatar {

    margin-right: 20px;

    max-width: 75px;

}



.comments-area ol.comment-list li article.comment .avatar img {

    width: 100%;

    border-radius: 50%;

    min-width: 75px;

}



.comment-body .meta-comment {

    overflow: hidden;

    margin-top: 5px;

}



.comment-author {

    margin-bottom: 0.25em;

    font-size: 16px;

    line-height: 18px;

    color: #999;

}



.comment-author cite {

    color: #000000;

    font-weight: 900;

    letter-spacing: -0.025em;

}



.comment-author time {

    font-size: 13px;

    margin-left: 5px;

    font-weight: 500;

}



.comment-content {

    font-size: 15px;

    line-height: 22px;

}



.comment-content ul {

    list-style-type: disc;

    padding-left: 40px;

    -webkit-padding-start: 40px;

    -moz-padding-start: 40px;

    padding-start: 40px;

}



.comment-action {

    margin-top: -0.75em;

    font-size: 14px;

    font-weight: 400;

}



.comment-action a {

    color: #999;

}



.children .comment {

    padding-left: 40px;

}



.comments-area ol.comment-list .children article.comment .avatar { 

    max-width: 65px;

}

.comments-area ol.comment-list .children article.comment .avatar img  {

    width: 65px;

    min-width: 65px;

}



.children .comment-author cite {

    font-size: 14px;

}



.comment-respond h3.comment-reply-title {

    margin-bottom: 5px;

    font-weight: 900;

    text-transform: uppercase;

}



a#cancel-comment-reply-link {

    float: right;

    font-size: 16px;

}

.comment-respond form .comment-form-comment {

    margin-bottom: 15px;

}



.comment-respond form p.logged-in-as a {

    color: #999;

    font-size: 14px;

    letter-spacing: 0.025em;

}



.comment-respond form p.logged-in-as a:hover {

    color: #000000;

}



.comment-respond form p label {

    display: none;

}



.comment-respond form p input,

.comment-respond form p textarea {

    background-color: transparent;

    width: 100%;

    line-height: 1.5;

    font-weight: 400;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 14px;

    padding: 20px;

    height: 100%;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    transition: all .3s ease;

    color: #000000;

    border-color: #e0e0de;

}



.comment-respond form p input:hover,

.comment-respond form p textarea:hover,

.comment-respond form p input:focus,

.comment-respond form p textarea:focus {

    background: transparent;

}

.comment-respond form p input {

    width: 100%;

    max-width: 100%;

}

.comment-form-cookies-consent {

    margin-bottom: 0;

}

.comments-area .comment-respond form p.comment-form-author,

.comments-area .comment-respond form p.comment-form-email,

.comments-area .comment-respond form p.comment-form-url {

    width: 32.222%;

    width: calc(33.333% - 10px);

    float: left;

    display: inline-block;

    padding: 0 7.5px;

    clear: inherit;

    margin-bottom: 20px;

}

.page-template-default .comments-area .comment-respond form p.comment-form-author,

.page-template-default .comments-area .comment-respond form p.comment-form-email,

.page-template-default .comments-area .comment-respond form p.comment-form-url  {

    width: 32.555%;

    width: calc(33.333% - 10px);    

}

.comments-area .comment-respond form p.comment-form-author {

    padding-left: 0;

}



.comments-area .comment-respond form p.comment-form-url {

    padding-right: 0;

}



.comment-respond form p.form-submit {

    margin-bottom: 0;

    display: inline-block;

    margin-top: 0px;

}



.comment-respond form p.form-submit input {

    display: inline-block;

    color: #fff;

    background-color: #000000;

    padding: 10px 20px;

    font-size: 16px;

    letter-spacing: 0.025em;

    width: auto;

    border: none;

    margin-top: 0;

    border: 0;

    cursor: pointer;

}



.comment-respond form p.form-submit input:hover {

    box-shadow: 0 3px 6px -3px rgba(0,0,0,0.33);

}



.comment-navigation {

    margin: 30px 0 25px;

}

.comment-navigation .nav-links {

    display: flex;

    position: relative;

}

.comment-navigation .nav-previous {

    display: inline-block;

    width: 50%;

    float: left;

    width: 50%;

}

.comment-navigation .nav-next {

    display: inline-block;

    float: right;

    width: 50%;

    text-align: right;

}



/*-----------------------------------------------------------------------------------*/

/*  7. Sidebar

/*-----------------------------------------------------------------------------------*/

.custom-post-widget .post-content .post-inner-content h5 a {font-size: 12px;}

.sidebar .widget {

    margin-bottom: 25px;

    text-align: center;

}



.sidebar .widget h4.widget-title {

    text-transform: uppercase;

 font-family: Roboto,Georgia, serif;

    font-size: 18px;

    font-size: 1.8rem;

    line-height: 1.6;

    font-weight: 600;

    letter-spacing: 0.025em;

    text-align: left;

    position: relative;

    z-index: 2;

    margin-bottom: 15px;

}

.single-service .sidebar .widget h4.widget-title {

    text-transform: uppercase;

  font-family: Roboto,Georgia, serif;

    font-size: 18px;

    font-size: 1.8rem;

    line-height: 2.9rem;

    font-weight: bold;

    letter-spacing: 0.025em;

    text-align: left;

    position: relative;

    z-index: 2;

    margin-bottom: 25px;

}



.sidebar .widget ul {

    list-style: none;

    text-align: left;

}



.sidebar .widget ul li {

    margin-bottom: 10px;

    padding-top: 10px;

    border-top: 1px solid #f4f3f0;

}



.sidebar .widget ul li:last-child {

    margin-bottom: 0;

}



.single-service .sidebar .widget.widget_nav_menu .menu-sidebar-container ul.menu li.menu-item  {

    border-bottom: 1px solid #ffffff;

    border-top: none;

    background-color: #f2f2f2;

    padding-top: 10px;

    padding-bottom: 10px;

}



.single-service .sidebar .widget.widget_nav_menu .menu-sidebar-container ul.menu li.menu-item:hover {

    border-left: 4px solid #D6DA28;

    transition: 100ms;

}



.single-service .sidebar .widget.widget_nav_menu .menu-sidebar-container ul.menu li.menu-item a, 

.single-service .widget.pdf-download ul li a {

    padding: 0 0 0 30px;

   font-family: Roboto,Georgia, serif;

    font-size: 15px;

    font-size: 1.5rem;

    font-weight: normal;

    color: #000000;

}



.single-service .widget.pdf-download ul li a {

    padding: 0;

}



.sidebar #categories-2 ul li a {

    font-size: 15px;

    font-size: 1.5rem;

}



.blog-sidebar .widget ul {

    text-align: left;

    padding: 0;

}

.blog-sidebar .widget ul.children,

.blog-sidebar .widget ul.sub-menu {

    padding-left: 10px;

    margin-top: 12px;

}

.blog-sidebar .widget select {

    max-width: 100%;

    width: 100%;

    padding: 10px;

    background: transparent;

    color: #fff;

    border-radius: 3px;

    -moz-appearance: none;

    -webkit-appearance: none;

    padding-right: 1.25EM;

    appearance: none;

    position: relative;

    background-image: url("img/arrowdown.png");

    background-repeat: no-repeat;

    background-size: 1EM 1EM;

    background-position: 97% center;

    background-clip: border-box;

    -moz-background-clip: border-box;

    -webkit-background-clip: border-box;

}

.blog-sidebar .widget select option {

    color: #000000;

}

.rss-widget-icon {

    display: inline-block;

}

.widget.widget_rss ul a.rsswidget {

    color: #D6DA28;

    font-weight: bold;

}

.widget.widget_rss cite {

    margin: 5px 0;

    display: block;

    font-weight: bold;

    font-size: 14px;

    font-size: 1.4rem;

}



.sidebar span.comment-author-link {

    color: #D6DA28;

    font-weight: bold;

}



.select-selected {

  background-color: DodgerBlue;

}

/*style the arrow inside the select element:*/

.select-selected:after {

  position: absolute;

  content: "";

  top: 14px;

  right: 10px;

  width: 0;

  height: 0;

  border: 6px solid transparent;

  border-color: #fff transparent transparent transparent;

}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {

  border-color: transparent transparent #fff transparent;

  top: 7px;

}

/*style the items (options), including the selected item:*/

.select-items div,.select-selected {

  color: #ffffff;

  padding: 8px 16px;

  border: 1px solid transparent;

  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

  cursor: pointer;

}

/*style items (options):*/

.select-items {

  position: absolute;

  background-color: DodgerBlue;

  top: 100%;

  left: 0;

  right: 0;

  z-index: 99;

}

/*hide the items when the select box is closed:*/

.select-hide {

  display: none;

}

.select-items div:hover, .same-as-selected {

  background-color: rgba(0, 0, 0, 0.1);

}



/* 7.1. Sidebar - Search */

.sidebar .widget.widget_search,

#footer .widget-footer.widget_search {

    padding: 0;

    border: 0;

    background-color: transparent;

}

.sidebar .widget.widget_search form, 

#footer .widget-footer.widget_search form {

    position: relative;

    opacity: 1;

    margin: 0;

    transform: none;

    transition: inherit;

}

.sidebar .widget.widget_search input, 

#footer .widget-footer.widget_search input {

    font-size: 16px;

    font-size: 1.6rem;

    color: #000;

    border-radius: 0;

    height: 50px;

    width: 100%;

    -webkit-appearance: none;

    color: #ffffff;

    outline: 0;

    background-color: transparent;

    border: 2px solid #0f0f0f;

    padding: 0px 15px;

}

.sidebar .widget.widget_search input::placeholder, 

#footer .widget-footer.widget_search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #ffffff;

    opacity: 1; /* Firefox */

}



.sidebar .widget.widget_search input:-ms-input-placeholder, 

#footer .widget-footer.widget_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color: #ffffff;

}



.sidebar .widget.widget_search input::-ms-input-placeholder, 

#footer .widget-footer.widget_search input::-ms-input-placeholder { /* Microsoft Edge */

    color: #ffffff;

}

#footer .widget-footer.widget_search input {

    background-color: transparent;

    color: #D6DA28;

}

.sidebar .widget.widget_search input::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */

    opacity: 0.5;

    color: #000000;

}

#footer .widget-footer.widget_search input::-webkit-input-placeholder {

    color: #fafafa;

}

.sidebar .widget.widget_search input::-moz-placeholder {

    opacity: 0.5;

    /* Mozilla Firefox 19+ */

    color: #000000;

}

#footer .widget-footer.widget_search input::-moz-placeholder {

    color: #fafafa;

}

.sidebar .widget.widget_search input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    opacity: 0.5;

    color: #000000;

}

#footer .widget-footer.widget_search input:-ms-input-placeholder {

    color: #fafafa;

}

.sidebar .widget.widget_search button, 

#footer .widget-footer.widget_search button {

    cursor: pointer;

    position: absolute;

    right: 0;

    top: 0;

    width: 50px;

    height: 50px;

    background-color: transparent;

    border: none;

}

.sidebar .widget.widget_search button i, 

#footer .widget-footer.widget_search button i {

    color: #ffffff;

    font-size: 16px;

}



/* 7.2. Sidebar - Recent Post */



.sidebar .widget.widget_recent_entries ul li span.post-date {

    font-size: 12px;

    display: block;

    margin-top: 5px;

}

.widget_recent_entries ul li span {

    font-size: 14px;

    font-weight: 500;

    color: #999999;

}

.widget_recent_entries ul li > a {

    display: block;

    font-size: 15px;

    font-size: 1.5rem;

}



.sidebar .widget.widget_konsultan_latest_news {

    text-align: left;

}



/* 7.3. Latest Post - Standard with featured image */

.widget.widget_konsultan_news .nav-tabs li.active a:hover {

    color: #eeeeee;

}

.widget.widget_konsultan_news .nav-tabs {

    padding: 0;

}

.widget.widget_konsultan_news .post-item {

    position: relative;

    margin-bottom: 30px;

}

.widget.widget_konsultan_news .recent-news,

.widget.widget_konsultan_news .popular-news {

    counter-reset: recent-post-item-counter; 

}

.widget.widget_konsultan_news .post-item:before {

    counter-increment: recent-post-item-counter; 

    content: counter(recent-post-item-counter);

    position: absolute;

    color: #ffffff;

    top: 0;

    left: 0;

    z-index: 10;

    font-weight: 900;

    background-color: #000000;

    width: 35px;

    height: 35px;

    text-align: center;

    line-height: 35px;

}

.widget.widget_konsultan_news .post-item .post-thumb {

    margin-bottom: 10px;

}

.widget.widget_konsultan_news .post-item .post-thumb img {

    width: 100%;

}

.widget.widget_konsultan_news .post-content h5 {

    text-align: center;

    margin-bottom: 0;

}

.widget.widget_konsultan_news .tab-pane.active {

    display: block;

}

.widget.widget_konsultan_news .tab-pane {

    display: none;

}

.widget.widget_konsultan_news .nav-tabs {

    margin-bottom: 20px;

    border-bottom: 2px solid #000000;

}

.widget.widget_konsultan_news .nav-tabs li {

    margin: 0;

    padding: 0;

    height: 35px;

    line-height: 35px;

    float: left;

    width: 50%;

    text-align: center;

    background-color: #ffffff;

}

.widget.widget_konsultan_news .nav-tabs li a {

    font-weight: 600;

    font-size: 16px;

}

.widget.widget_konsultan_news .nav-tabs li.active {

    color: #fff;

    background-color: #000000;

}

.widget.widget_konsultan_news .nav-tabs li.active a {

    color: #fff;

}

.widget.widget_konsultan_news .post-content {

    box-shadow: none;

    webkit-box-shadow:none;

    border-bottom: none;

}



.sidebar .widget.widget_tag_cloud {

    text-align: left;

}

.tagcloud a {

    font-size: 12px !important;

    background-color: transparent;

    padding: 5px 15px;

    margin-right: 5px;

    margin-bottom: 10px;

    font-weight: 500;

    display: inline-block;

    border: 1px solid #e6e6e6;

}

.tagcloud a:hover {

    background-color: #D6DA28;

    color: #ffffff;

    border: 1px solid #D6DA28;

}



/*-----------------------------------------------------------------------------------*/

/*  8. Services

/*-----------------------------------------------------------------------------------*/



.services-wrap .author-wrap {

    border: solid 10px #f0f0f0;

}



.services-wrap .author-image {

    display: block;

    float: left;

    width: 38px;

    height: 38px;

    margin: -1px 13px 0 -2px;

    border-radius: 100%;

    background: no-repeat center center;

    background-size: cover;

}



.services-wrap .author-wrap .author-name {

    font-weight: bold;

    line-height: 1.2;

    vertical-align: middle;

}



/* service */

.services-wrap img {

    vertical-align: middle;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}

.services-wrap .item-meta {

    font-size: 13px;

    line-height: 1.5;

    color: #999;

    max-width: 380px;

}

.services-wrap .item-meta .author-image {

    margin-bottom: 50px;

    overflow: hidden;

}

.services-wrap .item-meta a {

    font-weight: bold;

}

.service .item-description {

    line-height: 1.4;

}



.service .item-container .item-container-img {

    overflow: hidden;

}

.service .item-container img {

    width: 100%;

}

.service .item-container .item-container-img:hover {

    -webkit-transform: scale(.96);

    transform: scale(.96);

}

.service .item-container .item-container-img img:hover {

    -webkit-transform: scale(1.10);

    transform: scale(1.10);

}

.featured-service .item-container {

    position: relative;

    padding: 40px 40px 70px;

}

.featured-service .item-container::before {

    position: absolute;

    z-index: -1;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    content: '';

    -webkit-transition: -webkit-transform .25s ease-in-out;

    transition: -webkit-transform .25s ease-in-out;

    transition: transform .25s ease-in-out;

    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.featured-service .item-container:hover::before {

    -webkit-transform: scale(.96);

    transform: scale(.96);

}

.featured-service .item-description {

    margin: 10px 10px 0 0;

}

.featured-service,

.featured-service a,

.featured-service time {

    color: #fff;

}

.featured-service a:hover {

    opacity: .7;

}



.featured-service .item-image {

    opacity: 1 !important;

}



.service .featured-service .item-container-img:hover {

    -webkit-transform: scale(1);

    transform: scale(1);

}



.featured-service .label,

.featured-service .item-container::before {

    background-color: #ef233c;

}



.service .item-meta a:hover {

    color: #D6DA28;

}



.service .item-meta a {

    -webkit-transition: .2s ease;

    transition: .2s ease;

}



.featured-service .label,

.featured-service .item-container::before {

    background-color: #ef233c;

}



.service .item-container .item-container-img,

.service .item-container .item-container-img img {

    -webkit-transition: -webkit-transform .25s ease-in-out;

    transition: -webkit-transform .25s ease-in-out;

    transition: transform .25s ease-in-out;

    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;

}



/*-----------------------------------------------------------------------------------*/

/*  9. Single Service

/*-----------------------------------------------------------------------------------*/



.service-title-wrap {

    background-color: #f5f9fd;

    padding: 80px 0;

    margin-bottom: 80px;

}

.service-title-wrap h1 {

    margin-bottom: 0;

   font-family: Roboto,Georgia, serif;

}



.service-title-wrap h3.service-category {

    font-weight: 300;

    font-size: 16px;

    color: #999999;

    font-family: 'Roboto';

    margin-bottom: 0;

}



/* Single Service Content */

.single-service .post-thumb {

    margin-bottom: 20px;

}

.single-service .post-thumb img {

    margin: auto;

}



.single-service .inner-content p {

    color: #676a6a;

}



.blog-sidebar .widget ul  {

    list-style: none;

}



.sidebar .widget ul {

    padding-left: 0;

}



/* single service - related */

.related-services-wrap {

    margin-bottom: 70px;

}

.related-services-wrap .related-services {

   padding-top: 40px;

   padding-right: 50px;

   padding-bottom: 20px;

   padding-left: 20px;

   background-color: #f5f9fd;

}



/* single service - tab accordion */

.tab-services .panel.panel-default {

    background: #fff;

    border-top: 1px solid #c9c9c9;

    overflow: hidden;

    -webkit-transition: all .3s linear .2s;

       -moz-transition: all .3s linear .2s;

        -ms-transition: all .3s linear .2s;

         -o-transition: all .3s linear .2s;

            transition: all .3s linear .2s;

}

.tab-services .panel-title {

    margin-bottom: 0;

    position: relative;

}



.tab-services .panel-title {

    font-weight: normal;

    -webkit-transition: all .3s ease;

       -moz-transition: all .3s ease;

        -ms-transition: all .3s ease;

         -o-transition: all .3s ease;

            transition: all .3s ease;

}



.tab-services .panel-title:hover {

    color: #D6DA28;

    -webkit-transition: all .3s ease;

       -moz-transition: all .3s ease;

        -ms-transition: all .3s ease;

         -o-transition: all .3s ease;

            transition: all .3s ease;

}



.tab-services .panel-body p, 

.services-excerpt p {

    color: #676a6a;

}



.tab-services .the-detail-icon {

    position: absolute;

    right: 0;

}

.the-detail-icon {

    float: right;

    -webkit-transition: all .2s ease-in-out;

       -moz-transition: all .2s ease-in-out;

        -ms-transition: all .2s ease-in-out;

         -o-transition: all .2s ease-in-out;

            transition: all .2s ease-in-out;

}

.active .the-detail-icon {

    -webkit-transform: rotate(180deg);

       -moz-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

         -o-transform: rotate(180deg);

            transform: rotate(180deg);

    -webkit-transition: all .2s ease-in-out;

       -moz-transition: all .2s ease-in-out;

        -ms-transition: all .2s ease-in-out;

         -o-transition: all .2s ease-in-out;

            transition: all .2s ease-in-out;

}

.tab-services .panel-collapse {

    height: 0;

    padding: 0 20px;

    -webkit-transition: all .3s linear .2s;

       -moz-transition: all .3s linear .2s;

        -ms-transition: all .3s linear .2s;

         -o-transition: all .3s linear .2s;

            transition: all .3s linear .2s;



}

.tab-services .panel-collapse.in {

    height: auto;

}

.tab-services .panel-heading {

    padding: 20px;

}



.widget.pdf-download .heading-block h4 {

    text-align: left;

    text-transform: uppercase;

 font-family: Roboto,Georgia, serif;

    font-size: 18px;

    font-size: 1.8rem;

    line-height: 2.9rem;

    font-weight: bold;

    letter-spacing: 0.025em;

    text-align: left;

    position: relative;

    z-index: 2;

    margin-bottom: 25px;

}



.widget.pdf-download .heading-block h4:before {

    content: '//';

    margin-right: 15px;

    font-size: 15px;

    color: #D6DA28;

}



.widget.pdf-download img, .widget.download img {

    display: inline;

    margin-right: 5px;

    vertical-align: middle;

}

.sidebar .widget.pdf-download li {

    border-top: 0;

    border-bottom: 1px solid #ffffff;

    padding-top: 10px;

    padding-bottom: 10px;

    background-color: #f5f9fd;

    padding: 10px 15px;

}





/*-----------------------------------------------------------------------------------*/

/*  10. Footer

/*-----------------------------------------------------------------------------------*/



.main-wrapper {

    position: relative;

}

#content.has-fixed-footer {

    min-height: 100%;

    z-index: 100;

    position: relative;

}

#footer {

    margin-left: auto;

    margin-right: auto;

    max-width: 100%;

}

#footer {

    position: absolute;

    right: 0;

    bottom: auto;

    left: 0;

}

#footer.fixed-footer {

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 1;

    margin-left: 0;

    margin-right: 0;

}



#footer.no-redux .footer-bottom  {

    padding: 20px 0;

    background-color: #2b2b2b;

}

#footer.no-redux p {

    margin-bottom: 0;

}



#footer .copyright-text {

  font-family: Roboto,Georgia, serif;

    font-weight: 300;

}



#footer .copyright-text a{

    color: #D6DA28 !important;

    font-weight: 500;

}



/* 10.1. Footer Widget */
.footer-widget h1, .footer-widget h2, .footer-widget h3, .footer-widget h4, .footer-widget h5, .footer-widget h6{font-family: Arial, Helvetica, sans-serif;letter-spacing: normal!important;}

.footer-widget-wrapper {
 font-family: Arial, Helvetica, sans-serif;
    padding: 60px 0;

}

.footer-widget ul {

    list-style: none;

    padding-left: 0;

}

.footer-widget ul li {

    margin-bottom: 5px;

}



.footer-widget .widget-footer h4.widget-title {

    position: relative;

    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;

}

.footer-widget .widget-footer h4.widget-title:after {

    position: absolute;

    content: '';

    width: 35px;

    height: 2px;

    background-color: #D6DA28;

    bottom: 0;

    left: 0;

}



.footer-widget .textwidget {

    color: #aaaaaa;

}



.footer-widget .textwidget p strong {

    font-family: Arial, Helvetica, sans-serif;

}



.footer-widget .custom-post-widget .post-content {

    position: relative;

    width: 100%;

    padding-top: 0;

    margin: 0 0 20px;

    border-bottom: none;

}



.footer-widget .widget-footer.widget_konsultan_socialbox .clearfix li {

    margin-right: 10px;

    display: inline-block;

}



.footer-widget .widget-footer.widget_konsultan_socialbox .clearfix li a {

    position: relative;

    width: 36px;

    height: 36px;

    font-size: 16px;

    text-align: center;

    border-radius: 50%;

    line-height: 37px;

    color: #858585;

    display: inline-block;

    border: 1px solid #858585;

    -webkit-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    transition: all 300ms ease;

}



.footer-widget .widget-footer.widget_konsultan_socialbox .clearfix li a:hover {

    border-color: #D6DA28;

    color: #D6DA28;

}





/* Latest News */

.meta-latest-news .meta-info .span-head {

    position: relative;

    padding-right: 10px;

    margin-right: 10px;

}

.meta-latest-news .meta-info .span-head:after {

    content: "||";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

}

.meta-latest-news .meta-info .span-head:last-child:after {

    display: none;

}

.meta-latest-news .meta-info {

    font-family: 'Roboto';

    font-size: 11px;

    font-size: 1.1rem;

}

.meta-latest-news .meta-info a {

    font-weight: bold;

}



/* 10.1.1 Footer Widget - Custom Menu */

.footer-widget .widget_konsultan_latest_news .latest-post-wrap .post-thumb {

    border-radius: 0;

    margin-right: 20px;

}

.footer-widget .widget_nav_menu ul li {

    margin-bottom: 10px;

}

.footer-widget .widget_nav_menu ul li a {

    position: relative;

    margin-bottom: 0;

}

.footer-widget .widget_nav_menu ul li a {

    font-weight: bold;

}

.footer-widget .widget_nav_menu ul.sub-menu {

    padding-left: 10px;

}

.footer-widget .widget_nav_menu ul.sub-menu li {

    border: 0;

    padding-bottom: 0;

    margin-bottom: 0;

}



.footer-widget .btn {

    border-radius: 50px;

    border-style: solid;

    border-width: 3px 3px 3px 3px;

    border-color: #D6DA28;

    background-color: transparent;

    font-size: 16px !important;

    padding: 15px 30px;

    font-weight: bold !important;

    display: inline-block;

    letter-spacing: 0px !important;

    line-height: 1 !important;

    text-transform: capitalize;

}



.footer-widget .btn:hover {

    background-color: #D6DA28;

    color: #ffffff!important;

}



.footer-widget .custom-post-widget .post-content .post-inner-content h5 {

    margin: 0 0 3px;

    width: 100%;

   font-family: Roboto,Georgia, serif;

    font-size: 14px;

    font-size: 1.4rem;

    line-height: 1.44em;

    text-transform: capitalize;

}



.footer-widget .meta-latest-news span {

    color: #aaaaaa !important;

}



/* 10.1.2. Services Widget */

.service-thumb-wrap .post-item {

    border-bottom: 1px solid #ffffff;

    padding: 10px 0;

    background-color: #f5f9fd;

    padding-left: 25px;

}

.service-thumb-wrap .post-item:hover {

    border-left: 4px solid #D6DA28;

    transition: 100ms; 

    color: #000000;

}

.service-thumb-wrap .post-item a {

  font-family: Roboto,Georgia, serif;

    font-weight: normal;

    font-size: 16px;

}

.service-thumb-wrap .post-item a:hover {

    color: #000000!important;

}

.service-thumb-wrap .post-item:last-child {

    margin-bottom: 0;

    border-bottom: 0;

}

.inner-service-widget .thumb {

    padding: 0;

}

.inner-service-widget .thumb img {

    border-radius: 100%;

}

.inner-service-widget .content {

    text-align: left;

    padding-left: 0;

}

.inner-service-widget .content .the-title {

    margin-bottom: 0;

    font-size: 17px;

    font-size: 1.7rem;

}

.inner-service-widget .meta-latest-news .meta-info a {

    color: #000000;

}



/* 10.2. Footer Copyright */

.footer-bottom {

    padding: 25px 0;

}

.copyright-text p, .footer-bottom p {

    margin: 0;

}

.footer-address p {

    margin: 0;

}

.footer-bottom .social-footer ul {

    list-style: none;

}

.footer-bottom .social-footer ul li {

    display: inline-block;

}

.footer-bottom .social-footer ul li a {

    font-size: 20px;

    margin-right: 10px;

}

.call-btn .info-img {

    width: 13%;

}



/* 10.3. Footer Layout */

.logo-footer img {

    display: inline-block;

}

.social-footer ul {

    padding: 0;

}

.footer-menu {

    list-style: none;

    margin: 0;

    padding: 0;

    float: right;

}

.footer-menu li {

    display: inline-block;

    margin-right: 10px;

}

.footer-menu li:last-child{

    margin: 0;

}

.footer-menu li a {

    color: #ffffff;

    text-transform: uppercase;

    font-size: 14px;

    font-size: 1.4rem;

}

/*-----------------------------------------------------------------------------------*/

/*  11. Page Builder

/*-----------------------------------------------------------------------------------*/



/* 11.1. Head Title Block */

/* 11.1.1 Head Title - Style 1 */

.head-title-1 {

    position: relative;

}

.head-title-1 span.separator {

    position: absolute;

    top: 50px;

    width: 78px;

    margin: 0 auto;

    border-top: 2px solid #000;

}

.head-title-1.bg-image .the-title {

    position: relative;

}

.head-title-1.bg-image .the-title:after {

    content: '';

    position: absolute;

    background-size: cover;

    background-repeat: no-repeat;

    width: 133px;

    height: 5px;

    border: none;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

}

.the-title-left .head-title-1 .the-title:after {

    left: 0;

    right: auto;

}

.the-title-right .head-title-1 .the-title:after {

    left: auto;

    right: 0;

}

.head-title-1.bg-image span.separator {

    background-size: cover;

    background-repeat: no-repeat;

    width: 133px;

    height: 5px;

    border: none;

    display: none;

}



/* 11.1.2. Head Title - Style 2 */



.elementor .head-title .the-title {

    margin-bottom: 0;

}

.head-title-2 span {

    display: block;

    font-size: 42px;

    font-weight: 600;

    line-height: 34px;

    color: #F3F3F3;

    position: relative;

    top: 0;

}



/* 11.1.3. Head Title - Style 3 */

.head-title-3 {

    border-bottom: 2px solid;

    border-color: #e1e1e1;

}

.head-title-3 .the-title {

    margin-bottom: -2px;

}

.head-title-3 span {

    display: inline-block;

    border-bottom: 2px solid;

    padding-bottom: 10px;

    border-color: #213875;

}



/* 11.1.4. Head Title - Style 4 */

.head-title-4 .the-title {

    position: relative;

}

.head-title-4 .the-title span.inner-title {

    position: relative;

    background-color: #fff;

    display: inline-block;

    padding: 0 15px;

}

.head-title-4 .the-title:before {

    content: "";

    height: 2px;

    margin-top: -2px;

    top: 50%;

    left: 0;

    width: 100%;

    position: absolute;

    background-color: #000;

}



/* 11.1.5. Head Title - Style 5 */

.head-title-5 .the-title span:before,

.head-title-5 .the-title span:after {

    content: '';

    display: inline-block;

    width: 30px;

    height: 2px;

    background-color: #000;

    vertical-align: middle;

}

.head-title-5 .the-title span:before {

    margin-right: 15px;

}

.head-title-5 .the-title span:after {

    margin-left: 15px;

}



/* 11.1.6. Head Title - Style 6 */

.head-title-6 .the-title span {

    background-color: #000000;

    color: #fff;

    padding: 15px 20px;

    display: inline-block;

}



/* 11.1.7. Head Title - Style 7 */

.head-title.head-title-7 .the-title {

    position: relative;

}

.head-title.head-title-7 .the-title span.big-title {

    position: absolute;

    display: inline-block;

    font-size: 80px;

    width: 100%;

}



/* 11.2. Team Block*/

.team-inner-block {

    position: relative;

    background-color: #efefef;

}

.team-details {

    position: absolute;

    top: auto;

    background-color: #000000;

    width: 80%;

    left: 0;

    right: 0;

    margin: auto;

    max-width: 100%;

    padding: 6% 8%;

    opacity: 0;

    -ms-transition: .3s ease-in-out;

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

    z-index: 10;

}

.team-block:hover .team-details {

    -ms-transform: translateY(-50%); /* IE 9 */

    -webkit-transform: translateY(-50%); /* Safari */

    transform: translateY(-50%); /* Standard syntax */

    opacity: 1;

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

}

.team-name {

    text-transform: uppercase;

    margin-bottom: 5px;

}

.team-details ul {

    list-style: none;

    padding: 0;

}

.team-details ul li {

    display: inline-block;

    margin-right: 10px;

}



.team-grid-2-wrap .team-block .team-details, .team-grid-2-wrap .team-block:hover .team-details {

    -ms-transform: none;

    -webkit-transform: none;

    transform: none;

    top: 0;

    width: 100%;

    max-width: 100%;

    bottom: 0;

}

.team-grid-2-wrap .inner-team-details {

    top: 50%;

    position: absolute;

    transform: translateY(-50%);

    left: 0;

    right: 0;

    padding: 6% 8%;

}

.team-bio, .team-bio p {

    color: #ffffff;

}



/* 11.3. Testimonial Block */

.testimonial-image, .testimonial-detail-inner {

    display: inline-block;

}

.testimonial-detail-inner {

    vertical-align: top;

    position: relative;

    text-align: left;

}

.testi-author {

    margin-bottom: 5px;

}



.client-content img {

    margin: auto;

}

.testimonial-details .imgtesti-wrap {

   position: relative;

   float: left;

   margin-right: 25px;

   line-height: 0;

}

.testimonial-details .blockqoute-img {

   position: relative;

   width: 80px;

   height: 80px;

   background: #53F6C7;

   margin-left: 100px;

}

.blockqoute-img:before {

   content: '\f10d';

   position: absolute;

   top: 50%;

   left: 42%;

   right: 0px;

   bottom: 0;

   font-size: 16px;

   font-weight: bold;

   font-family: FontAwesome;

}

.blockqoute-img span {

   right: 95px;

   position: absolute;

   width: 50px;

   height: 50px;

   z-index: -1;

   background-image: url(img/dot.png);

}

.testimonial-image span {

   right: 0;

   position: absolute;

   bottom: 35px;

   width: 50px;

   height: 50px;

   z-index: -1;

   background-image: url("img/dot.png");

}

.testimonial-detail-inner {

   vertical-align: top;

   position: relative;

   text-align: left;

   float: left;

   width: 50%;

}

.post-content-wrap .post-inner .the-category {

   color: #ffffff;

}



/* 11.4. Contact Form Block */

.contact-form-style-1 .contact-bordered, .contact-form-style-2 .contact-item2 {

    float: left;

    position: relative;

    width: 100%;

    margin-bottom: 40px;

}

.contact-form-style-1 input {

    border-color: #aaaaaa;

    margin-bottom: 20px;

}

.contact-form-style-1 input, .contact-form-style-2 .contact-item2 input {

    width: 100%;

    max-width: 100%;

    color: #ffffff;

    background-color: transparent;

    border: 1px solid #aaaaaa;

    font-family: 'Roboto';

}



.contact-form-style-1 p {

    margin-bottom: 0;

}



.contact-form-style-1 select.contact-form-select {

    width: 100%;

    padding: 10px;

    background-color: transparent;

    color: #fff;

    margin-top: 0;

    height: 40px;

    outline: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

}



.contact-form-style-1 select.contact-form-select option {

    background-color: #262626;

}



.contact-form-style-1 textarea {

    width: 100%;

    border-width: 1px;

    border-style: solid;

    background-color: transparent;

    color: #ffffff;

    border-color: #aaaaaa; 

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    max-width: 100%;

    padding: 15px;

    font-family: 'Roboto';

    margin-bottom: 15px;

    height: 220px;

}



.contact-form-style-1 textarea::-webkit-input-placeholder, 

.contact-form-style-1 input::-webkit-input-placeholder, 

.contact-form-style-2 textarea::-webkit-input-placeholder,

.contact-form-style-2 input::-webkit-input-placeholder {

color: #ffffff;

}



.contact-form-style-1 textarea:-moz-placeholder, 

.contact-form-style-1 input:-moz-placeholder,

.contact-form-style-2 textarea:-moz-placeholder, 

.contact-form-style-2 input:-moz-placeholder { /* Firefox 18- */

color: #ffffff;  

}



.contact-form-style-1 textarea::-moz-placeholder, 

.contact-form-style-1 input::-moz-placeholder, 

.contact-form-style-2 textarea::-moz-placeholder, 

.contact-form-style-2 input::-moz-placeholder {  /* Firefox 19+ */

color: #ffffff;  

}



.contact-form-style-1 textarea:-ms-input-placeholder, 

.contact-form-style-1 input:-ms-input-placeholder,

.contact-form-style-2 textarea:-ms-input-placeholder, 

.contact-form-style-2 input:-ms-input-placeholder {

color: #ffffff;  

}



.contact-ef {

    position: absolute;

    background-color: #cdcdcc;

    transition: .5s cubic-bezier(.23,1,.32,1);

}

.border-form-top {

    top: 0;

    left: 0;

    height: 1px;

    width: 100%;

}

.border-form-right {

    top: 0;

    right: 0;

    transform-origin: 0 0;

    width: 1px;

    height: 100%;

    /*for right/left*/

    transform: scaleY(0) translateZ(0);

}

.border-form-bottom {

    bottom: 0;

    right: 0;

    transform-origin: 100% 0;

    width: 100%;

    height: 1px;

    /*for bottom*/

    transform: scaleX(0) translateZ(0);

}

.border-form-left {

    bottom: 0;

    left: 0;

    transform-origin: 0 100%;

    width: 1px;

    height: 100%;

    /*for right/left*/

    transform: scaleY(0) translateZ(0);

}

.contact-form-style-1 .contact-bordered, .contact-form-style-1 .contact-bordered input {

    height: 50px;

}

.contact-form-style-1 .contact-bordered:active .border-form-right, 

.contact-form-style-1 .contact-bordered:hover .border-form-right, 

.contact-form-style-1 .contact-bordered:focus .border-form-right {

    transform: scaleY(1) translateZ(0);

}

.contact-form-style-1 .contact-bordered:active .border-form-bottom, 

.contact-form-style-1 .contact-bordered:hover .border-form-bottom, 

.contact-form-style-1 .contact-bordered:focus .border-form-bottom {

    transform: scaleX(1) translateZ(0);

}

.contact-form-style-1 .contact-bordered:active .border-form-left, 

.contact-form-style-1 .contact-bordered:hover .border-form-left, 

.contact-form-style-1 .contact-bordered:focus .border-form-left {

    transform: scaleY(1) translateZ(0);

}

.contact-form-style-2 input[type="submit"] {

    width: 50%;

    max-width: 50%;

    background-color: #D6DA28;

}

.contact-form-style-2 input[type="submit"] {

    margin-top: 0;

    min-width: 160px;

}

.contact-form-style-1 .contact-submit {

    float: left;

    position: relative;

    width: 100%;

}

.contact-bordered.text-area {

    height: 200px;

}

.contact-bordered.text-area textarea {

    height: 100%;

    background-color: transparent;

    border: 0;

    padding: 15px;

}



.contact-form-style-2 p {

    margin-bottom: 20px;

}



.contact-form-style-2 label {

    color: #ffffff;

}



.contact-form-style-2 input {

    min-width: 100%;

    margin-bottom: 20px;

}



.contact-form-style-2 textarea {

    padding: 15px;

}



.contact-form-style-2 input, .contact-form-style-2 textarea {

    background-color: transparent;

    color: #ffffff;

    border-color: #eaeaea;

}



.contact-form-style-2 .contact-item2 input {

    position: relative;

}

.contact-form-style-2 .contact-item2:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 1px;

    background: #cdcdcc;

    -webkit-transform-origin: 0% 50%;

    transform-origin: 0% 50%;

    -webkit-transition: -webkit-transform 0.3s;

    transition: transform 0.3s;

    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);

    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);

}

.contact-form-style-2 .contact-item2:after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 1px;

    background: #000000;

    -webkit-transform: scale3d(0, 3, 1);

    transform: scale3d(0, 3, 1);

    -webkit-transform-origin: 0% 50%;

    transform-origin: 0% 50%;

    -webkit-transition: -webkit-transform 0.3s;

    transition: transform 0.3s;

    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);

    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);

}

.contact-form-style-2 .contact-item2:hover:after {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

}

.contact-form-style-2 .contact-item2 textarea {

    background-color: transparent;

    border: 0;

    padding: 15px;

}



.contact-form-style-4 input {

    background-color: transparent;

    color: #ffffff;

    width: 84%;

    max-width: 84%;

    height: 40px;

    margin-bottom: 20px;

    padding: 5px 20px;

    border: 2px solid #aaaaaa;

    float: left;

    position: relative;

    top: 25px;

}

.contact-form-style-4 input[type="submit"] {

    width: 15%;

    float: right;

    border: 2px solid #D6DA28;

    padding: 10px 35px;

    top: 0;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.contact-form-style-4 input[type="submit"]:hover {

    background-color: #D6DA28;

    color: #ffffff;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}



/* contact form style 3 */

.contact-form-style-3 .textarea-type {

    height: 100%;

}

.contact-form-style-3 textarea {

    background-color: transparent;

    border: 0;

    padding: 10px;

    color: #ffffff;

}

.contact-form-style-3 .contact-bordered input,

.contact-form-style-3 .contact-bordered select,

.contact-form-style-3 .contact-bordered textarea,

.konsultan-contact-form .contact-form-style-3 .book-2-col .wpcf7-form-control-wrap select {

    border: 1px solid #ffffff;

}

.konsultan-contact-form .contact-form-style-3 .book-2-col .book-inner-3-col .wpcf7-form-control-wrap {

    width: calc(33.3333% - 13.4px);

}

.konsultan-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap {

    margin: 0 10px;

}

.konsultan-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap:first-child {

    margin-left: 0;

}

.konsultan-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap:last-child {

    margin-right: 0;

}

.contact-form-style-3 input[type="submit"] {

    background-color: #f2b410;

}

.contact-form-style-3 input[type="submit"]:hover {

    background-color: #333333;

}



.contact-form-style-3 input.wpcf7-submit {

      margin-top: 10px;

    padding: 10px 35px;

    transition: all .2s ease-in-out;

      width: 100%;

      background-color: #D6DA28;

}

.contact-form-style-3 input.wpcf7-submit:hover {

    background-color: #cdd160;

    transition: all .2s ease-in-out;

}

.konsultan-contact-form .contact-form-style-1 input[type=submit] {

    border: 2px solid #D6DA28;

    background-color: #D6DA28;

}



.contact-map iframe {

    margin:0;

    border: 0;

    width: 100%;

    max-width: 100%;

    height: 310px;

}



/* booking form */

.konsultan-contact-form .booking-form p {

    display: none;

}

.konsultan-contact-form .book-2-col .wpcf7-form-control-wrap input,

.konsultan-contact-form .book-2-col .wpcf7-form-control-wrap select {

    width: 100%;

    height: 50px;

    background: transparent;

    color: #ffffff;

    padding-left: 10px;

}

.konsultan-contact-form .book-2-col .wpcf7-form-control-wrap select option {

    color: #000000;

}

.konsultan-contact-form .book-2-col .wpcf7-form-control-wrap select  {

    border: 0;

    padding-left: 7px;

}

.konsultan-contact-form .book-2-col .contact-bordered {

    width: calc(50% - 10px);

    margin-bottom: 20px;

    float: left;

}

.konsultan-contact-form .book-2-col .book-inner-3-col {

    display: inline-block;

    float: left;

    width: calc(50% - 10px);

}

.konsultan-contact-form .book-2-col .book-inner-3-col .contact-bordered {

    width: 100%;

}

.konsultan-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap {

    width: 33.3333%;

    float: left;

    display: inline-block;

}

.konsultan-contact-form .first-mar {

    margin-right: 10px;

}

.konsultan-contact-form .sec-mar {

    margin-left: 10px;

}

.konsultan-contact-form .contact-form-style-1 input[type=submit] {

    background-color: #D6DA28;

    width: 100%;

    padding: 10px 50px;

    border-width: 0px;

    line-height: 1;

    font-weight: 300;

    height: 40px;

    border-radius: 5px;

}

.konsultan-contact-form .contact-form-style-1 input[type=submit] {

    max-width: 100%;

}

.book-date input::-webkit-outer-spin-button, 

.book-date input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

.konsultan-contact-form div.wpcf7-validation-errors {

    border: 2px solid #D6DA28;

    height: auto;

    position: relative;

    clear: both;

    color: #ffffff;

    margin: 0;

}

.konsultan-contact-form div.wpcf7-mail-sent-ok {

    border: 2px solid #398f14;

    height: auto;

    position: relative;

    clear: both;

    color: #ffffff;

    margin: 0;

}

.konsultan-contact-form span.wpcf7-not-valid-tip {

    color: #f00;

    font-size: 1em;

    font-weight: normal;

    display: block;

    font-size: 10px;

    line-height: 1;

    padding: 5px 10px;

    background: #ffffff;

}

.konsultan-contact-form .dark input::-webkit-input-placeholder {

    color: #ffffff;

}

.konsultan-contact-form .dark input:-moz-placeholder { /* Firefox 18- */

    color: #ffffff;  

}

.konsultan-contact-form .dark input::-moz-placeholder {  /* Firefox 19+ */

    color: #ffffff;  

}

.konsultan-contact-form .dark input:-ms-input-placeholder {  

    color: #ffffff;  

}

.konsultan-contact-form .dark textarea::-webkit-input-placeholder {

    color: #ffffff;

}

.konsultan-contact-form .dark textarea:-moz-placeholder { /* Firefox 18- */

    color: #ffffff;  

}

.konsultan-contact-form .dark textarea::-moz-placeholder {  /* Firefox 19+ */

    color: #ffffff;  

}

.konsultan-contact-form .dark textarea:-ms-input-placeholder {

    color: #ffffff;  

}



.konsultan-contact-form .light input::-webkit-input-placeholder {

    color: #000000;

}

.konsultan-contact-form .light input:-moz-placeholder { /* Firefox 18- */

    color: #000000;  

}

.konsultan-contact-form .light input::-moz-placeholder {  /* Firefox 19+ */

    color: #000000;  

}

.konsultan-contact-form .light input:-ms-input-placeholder {  

    color: #000000;  

}

.konsultan-contact-form .light textarea::-webkit-input-placeholder {

    color: #000000;

}

.konsultan-contact-form .light textarea:-moz-placeholder { /* Firefox 18- */

    color: #000000;  

}

.konsultan-contact-form .light textarea::-moz-placeholder {  /* Firefox 19+ */

    color: #000000;  

}

.konsultan-contact-form .light textarea:-ms-input-placeholder {

    color: #000000;  

}



.contact-bordered.column-1 input,

.contact-bordered.column-1 textarea {

    width: 100%;

    max-width: 100%;

    margin-bottom: 20px;

    border-color: #c1c1c1;

    color: #000000;

}



.contact-bordered.column-1 input,

.contact-bordered.column-1 textarea {

    width: 100%;

    max-width: 100%;

    margin-bottom: 20px;

    border-color: #c1c1c1;

    color: #000000;

}

.contact-form-style-3 input:active, 

.contact-form-style-3 input:hover, 

.contact-form-style-3 input:focus {

    border-color: #D6DA28;

}

.contact-form-style-3 textarea:active, 

.contact-form-style-3 textarea:hover, 

.contact-form-style-3 textarea:focus {

    border-color: #D6DA28;

}

/* 11.5. Post Block */

.post-thumb-img, .post-thumb-img .inner-post-content .post-content {

    position: relative;

}

.post-thumb-img .inner-post-content {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    overflow: hidden;

}

.elementor--v-position-middle .post-content {

    top: 50%;

    transform: translateY(-50%);

}

.elementor--v-position-top .post-content {

    top: 0;

    transform: translateY(0);

}

.elementor--v-position-bottom .post-content {

    top: 100%;

    transform: translateY(-100%);

}

.post-list-carousel .read-more-button a {

    text-transform: uppercase;

    padding: 5px 20px;

}

.post-list-carousel .read-more-button a:hover {

    background-color: transparent !important;

}

.post-list-carousel .post-thumb-img .post-bg-color {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.post-list-carousel .category-name {

    display: inline-block;

    padding: 0 15px;

    position: relative;

    vertical-align: baseline;

}

.post-list-carousel .category-name:before, .post-list-carousel .category-name:after {

    border-top: 4px double #ffffff;

    content: "";

    display: block;

    position: absolute;

    top: 45%;

    width: 60px;

}

.post-list-carousel .category-name:before {

    left: 100%;

}

.post-list-carousel .category-name:after {

    right: 100%;

}

.swiper-container:hover .swiper-button-next {

    right: 1%;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.swiper-container:hover .swiper-button-prev {

    left: 1%;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.swiper-container .post-carousel-arrow:before, .swiper-container .post-carousel-arrow:after {

    font-size: 60px;

}

.post-car-arrow-wrap.on-bottom {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0; 

}

.blog-single .owl-nav {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0; 

}

.post-car-arrow-wrap.on-bottom .swiper-button-next.post-carousel-arrow {

    position: relative;

    width: 50%;

    float: right;

    text-align: left;

    right: 0;

}

.post-car-arrow-wrap.on-bottom .post-carousel-arrow:after, .post-car-arrow-wrap.on-bottom .post-carousel-arrow:before {

    background: rgba(255, 255, 255, 0.5);

    padding: 10px 20px;

}

.owl-nav .post-carousel-arrow:after, .owl-nav .post-carousel-arrow:before {

    background: rgba(255, 255, 255, 0.5);

    padding: 10px 20px;

}

.post-car-arrow-wrap.on-bottom .swiper-button-prev.post-carousel-arrow {

    position: relative;

    width: 50%;

    float: left;

    text-align: right;

    left: 0;

}



.testimonial-inner-content.on-arrow {

    width: 80%;

    margin: auto;

}

.post-car-arrow-wrap.on-side {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    transform: translateY(-50%);

    z-index: 2;

}

.post-car-arrow-wrap.on-side .post-carousel-arrow:after, .post-car-arrow-wrap.on-side .post-carousel-arrow:before {

    background: rgba(255, 255, 255, 0.5);

    padding: 10px 15px;

}

.carousel-container .post-car-arrow-wrap.on-side .owl-prev {

    position: relative;

    width: 50%;

    float: left;

    text-align: left;

    left: 0;

    overflow: hidden;

}

.carousel-container .post-car-arrow-wrap.on-side .owl-next {

    position: relative;

    width: 50%;

    float: right;

    text-align: right;

    right: 0;

    overflow: hidden;

}

.testi-page.post-car-arrow-wrap.on-side .owl-prev span {

    transform: translateX(-50px);

    position: relative;

    display: inline-block;

    -webkit-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

    padding-bottom: 10px;

    cursor: pointer;

}

.testi-page.post-car-arrow-wrap.on-side .owl-prev:hover span {

    transform: translateX(0);

    -webkit-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

}

.testi-page.post-car-arrow-wrap.on-side .owl-next span {

    transform: translateX(50px);

    position: relative;

    display: inline-block;

    -webkit-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

    padding-bottom: 10px;

    cursor: pointer;

}

.testi-page.post-car-arrow-wrap.on-side .owl-next:hover span {

    transform: translateX(0);

    -webkit-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

}

.testi-page.post-car-arrow-wrap.on-side .carousel-button-prev {

    content: '';

    position: relative;

    left: 0;

    width: 60px;

}

.testi-page.post-car-arrow-wrap.on-side .carousel-button-next {

    content: '';

    position: relative;

    right: 0;

    width: 60px;

    margin: 0 0 0 auto;

}



/* carousel pagination */

.car-arrow-wrap.on-bottom {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0; 

    height: 70px;

}

.car-arrow-wrap.on-bottom .owl-prev{

    float: left;

}

.car-arrow-wrap.on-bottom .owl-next {

    float: right;

}

.car-arrow-wrap.on-bottom .owl-prev,

.car-arrow-wrap.on-bottom .owl-next {

    position: relative;

    width: 50%;

    text-align: left;

    right: 0;

}

.car-arrow-wrap.on-bottom .car-page-arrow {

    background-color: rgba(255, 255, 255, 0.5);

    height: 70px;

    width: 80px;

    background-size: 25px;

    margin: 0;

    top: auto;

}

.car-arrow-wrap.on-bottom .car-page-arrow.swiper-button-prev {

    right: 0;

    left: auto;

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23000000'/%3E%3C/svg%3E")

}

.car-arrow-wrap.on-bottom .car-page-arrow.swiper-button-next {

    left: 0;

    right: auto;

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23000000'/%3E%3C/svg%3E");

}



.owl-dots {

    position: relative;

    margin-top: 10px;

    text-align: center;

}

.owl-dot {

    background-color: #000000;

    width: 10px;

    height: 10px;

    content: "";

    display: inline-block;

    margin-right: 10px;

    cursor: pointer;

    opacity: 0.5;

    border-radius: 50%;

    -webkit-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

}

.owl-dot.active {

    opacity: 1;

}



.car-arrow-wrap.on-bottom.both-nav {

    bottom: 35px;

}



/* Latest Post Widget Full Image*/

.widget_konsultan_latest_news .latest-post-wrap .post-item {

    border-bottom: 0;

    border-bottom: 1px solid #efefef;

    padding-bottom: 10px;

    margin-bottom: 5px;

}

.widget_konsultan_latest_news .latest-post-wrap .post-item:last-child {

    padding-bottom: 0;

    margin-bottom: 0;

    border-bottom: 0;

}

.widget_konsultan_latest_news .latest-post-wrap .post-thumb {

    border-radius: 0;

    margin-top: 10px;

}

.widget_konsultan_latest_news .latest-post-wrap .post-thumb img {

    transition: transform .35s cubic-bezier(.4,.12,.4,.85);

    -webkit-transform: translate3d(0,0,0) scale(1.06);

    -moz-transform: translate3d(0,0,0) scale(1.06);

    transform: translate3d(0,0,0) scale(1.06);

}

.widget_konsultan_latest_news .latest-post-wrap .post-thumb:hover img {

    transform: translate3d(3%,0,0) scale(1.06);

}

.widget_konsultan_latest_news .latest-post-wrap .post-item .post-inner-content.has-thumb {

    margin-top: 20px;

}

.widget_konsultan_latest_news .latest-post-wrap .post-item .post-inner-content h5 {

   font-family: Roboto,Georgia, serif;

    line-height: 1.5em;

    margin-bottom: 8px;

    font-size: 16px;

    font-size: 1.6rem;

    text-transform: uppercase;

}

.widget_konsultan_latest_news .meta-latest-news .meta-info a {

    font-weight: 400;

    letter-spacing: normal;

    text-transform: none;

}



/* Post Widget Column Widget */

.custom-post-widget .post-content {

    position: relative;

    width: 100%;

    border-bottom: 1px solid #efefef;

    padding-bottom: 15px;

    margin: 15px 0 0;

}

.custom-post-widget .post-item:last-child .post-content {

    border-bottom: none;

    padding-bottom: 0;

}

.custom-post-widget .post-content .post-thumb-wrap {

    vertical-align: top;

    position: relative;

}

.custom-post-widget .post-content .post-inner-content {

    display: table-cell;

    vertical-align: top;

}

.custom-post-widget .post-content .post-inner-content.has-thumb {

    padding-left: 20px;    

}

.custom-post-widget .post-content .post-thumb {

    position: relative;

    float: left;

}

.custom-post-widget .post-content .post-inner-content h5 {
    margin: 0 0 3px;
    width: 100%;
    font-family: Roboto,Georgia, serif;
    line-height: 1em;
    text-transform: initial;
    font-size: 14px;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.37);
    font-weight: 300;
    line-height: 16px!important;
    text-transform: unset;
    letter-spacing: initial!important;

}
.custom-post-widget .post-content .post-inner-content h5 a {font-size: 14px;}


.custom-post-widget .post-content h5 a:hover {

    color: #D6DA28;

}





/* carousel pagination */

.carousel-container:hover .carousel-button-next {

    right: 1%;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.carousel-container:hover .carousel-button-prev {

    left: 1%;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

.carousel-container .owl-next {

    width: 50%;

    text-align: left;

    float: left;

    display: inline-block;

}

.carousel-container .owl-prev {

    width: 50%;

    text-align: right;

    float: left;

    display: inline-block;

}

.carousel-container .post-carousel-arrow:before, .carousel-container .post-carousel-arrow:after {

    font-size: 40px;

}

.post-car-arrow-wrap.on-bottom {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 1;

    right: 0; 

}

.post-car-arrow-wrap.on-bottom .carousel-button-next.post-carousel-arrow {

    position: relative;

    width: 50%;

    float: right;

    text-align: left;

    right: 0;

}

.post-car-arrow-wrap.on-bottom .post-carousel-arrow:after, .post-car-arrow-wrap.on-bottom .post-carousel-arrow:before {

    background: rgba(255, 255, 255, 0.5);

    padding: 10px 20px;

}

.post-car-arrow-wrap.on-bottom .carousel-button-prev.post-carousel-arrow {

    position: relative;

    width: 50%;

    float: left;

    text-align: right;

    left: 0;

}



.blog-item.page.type-page .meta-wrapper .standard-post-categories,

.blog-item.type-konsultan-service .meta-wrapper .standard-post-categories {

    display: none;

}



.calendar_wrap #wp-calendar {

    table-layout: fixed;

    width: 100%;

    font-size: 12px;

}



.calendar_wrap #wp-calendar caption {

    margin-bottom: 10px;

    font-size: 14px;

    font-weight: bold;

}



/* Service Block */

.service-block-wrap .content-item {

    position: relative;

}



.service-block-wrap .content-item {

    margin-bottom: 30px;

}



.service-block-wrap .pattern {

    margin: 20px auto;

    display: block;

    -webkit-mask-image: url(img/pattern.png);

    mask-image: url(img/pattern.png);

    -webkit-mask-position: center center;

    mask-position: center center;

    -webkit-mask-repeat: no-repeat;

    -webkit-mask-size: contain ;

    mask-size: contain;

    mask-repeat: no-repeat;

}



.service-block-wrap .img-header img {

    width: 100%;

    height: auto;

}

.service-block-wrap .blog-item .post-thumb {

    margin-bottom: 20px;

}



.service-block-wrap .item-title-content {

    text-align: center;

    margin-bottom: 15px;

}



.service-block-wrap .item-title-content a {

    text-decoration: none;

    outline: 0;

    color: #6851fe;

    transition: 0.3s;

}



.service-block-wrap .item-title-content:hover a {

    color: #aaaaaa;

    transition: 0.3s;

}



.service-block-wrap .item-excerpt   {

    margin-top: -8px;

    text-align: center;

    font-size: 14px;

    font-size: 1.4rem;

    line-height: 1.5;

}



.service-block-wrap .img-header  img {

    transition: transform 0.4s;

}



.service-block-wrap .img-header:hover img {

    transform: scale(1.2);

    transition: transform 0.4s;

}



/*Tambahan Dinan*/



.post-content-wrap .post-inner.box-shadow-content {

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;



}



.post-content-wrap .post-inner.box-shadow-content:hover {

   /* box-shadow: 0px 3px 14px 0px rgb(222, 222, 222);*/

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;



}



.post-content-wrap .post-inner .post-thumb {

    position: relative;

    overflow: hidden;

    margin-bottom: 0;

}

.post-content-wrap .post-inner .image-description-content {

    position: relative;

    margin: 0;
    padding: 30px 30px 0 30px;

}

.post-inner.box-shadow-content {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.post-content-wrap .post-inner .title-content {

    display: inline-block;

    width: 100%;

}



.post-content-wrap .post-inner .the-category {

    color: #ffffff;

}



.post-content-wrap .post-inner.box-shadow-content .title-content h2 {
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6rem;
    line-height: 22px!important;
    font-family: Roboto,Georgia, serif;
    margin-bottom: 0px;
    color: #000000;
    font-size: 16px;
}


/* .post-content-wrap .post-inner .title-content.sticky h2 {

    font-weight: bold;

    font-size: 25px;

    font-size: 2.5rem;

    font-weight: 600;

    letter-spacing: 0;

    line-height: 1.444;

} */



.post-content-wrap .post-inner .title-content.sticky h2 {

    margin-top: 2px;

    margin-bottom: 2px;

}



.post-content-wrap .post-inner .title-content h2 {

    margin-bottom: 18px;

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;

}



.post-content-wrap .post-inner .title-content h2 a {

    color: #000000;

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;

}



.post-content-wrap .post-inner .title-content h2 a:hover {

    color: #D6DA28;

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;

}



.post-content-wrap .excerpt-content p {

    line-height: 24px;

    color: #494949;

    font-weight: 400;

}

.post-text.excerpt p{line-height:20px;}

.post-content-wrap .button-text {

    display: block;

    border: 1px solid #e4e4e4;

    border-radius: 1px;

    box-sizing: border-box;

    padding: 10px 20px;

    color: #adadad;

    font-size: 10px;

    font-size: 1rem;

    font-weight: normal;

    text-transform: uppercase;

    letter-spacing: 0.1em;

    line-height: 1.3;

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;

}



.post-content-wrap .button-text:hover {

    background-color: #D6DA28;

    color: #ffffff;

    border-color: #D6DA28;

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;

}



.blog-single .post-content-wrap .standard-post-categories.span-head {

    position: absolute;

    top: -35px;

    left: 0;

    background: #D6DA28;

    z-index: 10;

}



.main-blog-loop .post-content-wrap .standard-post-categories.span-head, 

.post-content-wrap .standard-post-categories.span-head,

.related-content .post-content-wrap .standard-post-categories.span-head {

    position: absolute;

    top: -15px;

    left: 0;

    background: #D6DA28;

    z-index: 10;

}



.blog-single .post-content-wrap .standard-post-categories.span-head.no-thumb {

    position: relative;

    top: 0;

    left: 0;

    background: #D6DA28;

    display: inline-block;

    margin-bottom: 15px;

}  



.post-content-wrap .standard-post-categories.span-head .the-category {

    letter-spacing: .2em;

} 



.post-content-wrap .post-inner.sticky-sign {

    position: relative;

}



.single-head {

    margin-bottom: 10px;
    float:left;

}

/*aks css started here*/


.related-content .post-inner .title-content h2 a {
      font-size: 2rem;
      line-height: 2.2rem;
      margin-top: 10px;
      display: block;
}
.related-content .post-inner figure.post-thumb {max-height: 275px;}


/*aks css ended here*/

.post-content-wrap .standard-post-categories.span-head a {

    background: #D6DA28;

    padding: 2px 17px;

    display: inline-block;

}



.post-content-wrap .standard-post-categories.span-head a:hover {

    color: #ffffff !important;

}



.post-content-wrap .standard-post-categories.span-head,

.post-content-wrap .standard-post-date.span-head {

    text-transform: capitalize;

    font-weight: 600;

}



.post-content-wrap .standard-post-categories.span-head a, 

.post-content-wrap .standard-post-date.span-head {

    font-size: 13px;

    font-size: 1.3rem;

}



.post-content-wrap .standard-post-date.span-head a {

    text-transform: capitalize;

    color: #333;

    font-style: italic;

} 

.post-content-wrap .standard-post-date.span-head a:hover {

    color: #D6DA28;

}



.post-content-wrap .standard-post-categories.span-head,

.post-content-wrap .standard-post-categories.span-head a {

    color: #ffffff;

}



.post-content-wrap .standard-post-categories.span-head a:hover {

    color: #adadad;

}



.post-content-wrap .standard-post-date.span-head {

    font-weight: normal;

    color: #696969;

    position: relative;

}



.post-content-wrap .standard-post-date.span-head.sticky {

    margin-bottom: 25px;

}



.post-content-wrap .sharing-wrap {

    float: right;

}



.post-content-wrap .sharing-wrap span.number {

    font-size: 10px;

    font-size: 1rem;

}



.post-content-wrap .sharing-wrap .count-link {

    color: #adadad;

}



.post-content-wrap .sharing-wrap .count-link:hover {

    color: #D6DA28;

}



.post-content-wrap .item-to-share {

    margin-top: 14px;

}



.sidebar .widget_konsultan_socialbox a:hover, 

.sidebar .widget_konsultan_socialbox a i:hover {

    border-color: #D6DA28;

    color: #D6DA28;

}



/*Single Blog*/



.blog-single .post-content-wrap .single-content .image-description-content {

    position: relative;

}



.blog-single .post-content-wrap .single-content.gallery .image-description-content, 

.blog-single .post-content-wrap .single-content.video .image-description-content {

    position: relative;

    margin-top: 40px;

}



/* .blog-single .post-content-wrap .single-content .standard-post-categories.span-head {

    position: absolute;

    top: -41px;

    left: 0;

    background: #D6DA28;

    padding: 5px 0;

    z-index: 10;

} */



.blog-single .post-author .author-wrap .author-ava img {

    border-radius: 50px;

}



.blog-single .post-content-wrap .title-content h1 {

    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
        font-size: 2rem;
    line-height: 2.2rem;

}



.blog-single .post-content-wrap .title-content h1 a:hover {

    color: #D6DA28;

}



.blog-single .post-content-wrap .the-content p {

    line-height: 26px;

    color: #494949;

    font-weight: 400;

}



.blog-single .post-content-wrap .single-content .the-author:after {

    content: '/';

    padding: 0 8px;

}



.blog-single .post-content-wrap .single-content .the-author, 

.blog-single .post-content-wrap .single-content .standard-post-date {

    display: inline-block;

    font-size: 12px;

    font-size: 1.2rem;

    color: #696969;

    text-transform: capitalize;

}



.blog-single .post-content-wrap .standard-post-categories.span-head a {

    font-size: 12px;

}



/* Next Prev Single Blog*/



.blog-single .next-prev-post .prev-post .the-nav-link,  

.blog-single .next-prev-post .next-post .the-nav-link {

 font-family: Roboto,Georgia, serif;

}



.blog-single .next-prev-post .prev-post .the-nav-link,  

.blog-single .next-prev-post .next-post .the-nav-link {

    position: relative;

    padding-bottom: 2px;

}



/* .blog-single .next-prev-post .prev-post .the-nav-link:after, 

.blog-single .next-prev-post .next-post .the-nav-link:after {

    content: '';

    position: absolute;

    width: 0px;

    height: 2px;

    bottom: 2px;

    left: 0;

    border-bottom: 1px solid #D6DA28;

    -webkit-transition: width .25s ease-in-out;

       -moz-transition: width .25s ease-in-out;

        -ms-transition: width .25s ease-in-out;

         -o-transition: width .25s ease-in-out;

            transition: width .25s ease-in-out;

} */



/* .blog-single .next-prev-post .prev-post .inner-nav a:hover .the-nav-link:after, 

.blog-single .next-prev-post .next-post .inner-nav a:hover .the-nav-link:after {

    width: 100%;

} */



.next-prev-post a {

    padding: 10px 20px;

    border: 1px solid #eaeaea;

    display: inline-block;

}

.next-prev-post a:hover {

    border: 1px solid #D6DA28;

    background-color: #D6DA28;

    color: #ffffff !important;

}

.next-prev-post a:hover span.the-nav-link {

    color: #ffffff !important;

}



/*related Service*/



.related-service-section {

    margin-top: 30px;

}



.related-services .related-service-title .post-title a {

    color: #D6DA28;

    font-weight: normal;

}



.related-services .related-service-title .post-title a:hover {

    color: #adadad;

}





.related-services .related-service-title h4{

    margin-bottom: 10px;

    font-size: 22px;

    line-height: 28px;

}



.related-service-section .section-title {

    font-weight: normal;

  font-family: Roboto,Georgia, serif;

    font-size: 30px;

    font-size: 3rem;

}



/*Banner*/

.banner-info {

    background-color: #191919;

  padding: 50px 40px 30px 40px;

}



.banner-info p {

    text-align: left;

    color: #fff;

}



.button-banner-info {

      border-radius: 50px;

    border-style: solid;

    border-width: 3px 3px 3px 3px;

    border-color: #D6DA28;

    background-color: transparent;

    font-size: 14px !important;

    padding: 10px 25px;

    font-weight: bold !important;

    display: inline-block;

    letter-spacing: 1px !important;

    line-height: 1 !important;

    text-transform: capitalize;

      margin-top: 10px;

}



.button-banner-info:hover {

    background-color: #D6DA28;

    color: #ffffff!important;

}



.banner-info .alignnone {

    margin-bottom: 30px;

}



.custom-map iframe {

    width:100%;

    height: 650px;

    line-height: 0;

}



#slide-2-layer-2, #slide-1-layer-2{

    letter-spacing: 8px !important;

}



/*Footer Top*/

.footer-top {

    background-color: #D6DA28;

}



.footer-top .footer-top-inner {

    padding: 10px 0;

}



.footer-top .footer-top-inner .footer-left, 

.footer-top .footer-top-inner .footer-right {

    margin: 20px 0;

}



.footer-top .footer-top-inner .content-footer-top-right {

    margin-top: 5px;

}



.footer-top .footer-top-inner .footer-top-text {

    float: left;

    display: inline-block;

    vertical-align: middle;

}



.footer-top .footer-top-inner .footer-top-text .title {

  font-family: Roboto,Georgia, serif;

    font-size: 14px;

    font-size: 1.4rem;

    color: #ffffff;

    margin-bottom: 0;

}



.footer-top .footer-top-inner .footer-top-text .title-footer {

   font-family: Roboto,Georgia, serif;

    font-size: 30px;

    font-size: 3rem;

    color: #ffffff;

    margin-bottom: 0;

}



.footer-top .footer-top-inner .form-email-footer {

    display: inline-block;

}



.footer-top .footer-top-inner input.form-email-footer {

    width: 70%;

    height: auto;

    padding: 12px 25px;

    background-color: #ffffff;

    border: none;

    border-radius: 50px;

   font-family: Roboto,Georgia, serif;

    font-size: 15px;

    color: #000000;

}



.footer-top .footer-top-inner p {

    margin-bottom: 0;



}



.footer-top .footer-top-inner input.form-email-footer::placeholder {

    color: #000000;

}



.footer-top .footer-top-inner .call-btn {

    background-color: #191919;

    color: #ffffff;

   font-family: Roboto,Georgia, serif;

    font-size: 16px;

    font-weight: bold;

    border-width: 0;

    padding: 12px 24px;

    margin-top: 0;

    margin-left: 17px;

    height: 48px;

    border-radius: 50px;

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;

}



.footer-top .footer-top-inner .call-btn:hover {

    background-color: #ffffff;

    color: #191919;

    -webkit-transition: all .4s ease;

       -moz-transition: all .4s ease;

        -ms-transition: all .4s ease;

         -o-transition: all .4s ease;

            transition: all .4s ease;

}



.footer-top .footer-top-inner div.wpcf7 .ajax-loader {

    display: none;

}



/*Pagination */



.navigation-paging .prev-pag {

    margin-right: 5px; 

    padding: 5px 15px;

}



.navigation-paging .prev-pag.active {

    color: #666666;

    pointer-events: none;

}



.navigation-paging .next-pag {

    margin-left: 5px;

    border: 1px solid #D6DA28;

    background: transparent;

    color: #D6DA28;

    padding: 5px 15px;

}



.navigation-paging .next-pag:hover {

    background: #D6DA28;

    color: #ffffff;

    box-shadow: none;

}



.navigation-paging .btn.current {

    border: 1px solid #D6DA28;

    background-color: #D6DA28;

    color: #ffffff;

    padding: 5px 15px;

    margin-right: 1px;

    margin-left: 1px;

}



.navigation-paging .btn.current:hover {

    box-shadow: none;

    cursor: auto;

}



.navigation-paging .btn.inactive {

    background-color: transparent;

    color: #D6DA28;

    border: 1px solid #D6DA28;

    padding: 5px 15px;

    margin-right: 1px;

    margin-left: 1px;

}



.navigation-paging .btn.inactive:hover {

    color: #ffffff;

    background-color: #D6DA28;

    box-shadow: none;

}



.navigation-paging span.btn.inactive {

    -webkit-transition: all .3s ease;

       -moz-transition: all .3s ease;

        -ms-transition: all .3s ease;

         -o-transition: all .3s ease;

            transition: all .3s ease;

}



.navigation-paging span.btn.inactive:hover {

    cursor: auto; 

}

/*aks css started from here */

.remove_bdr_shadow .post-inner.box-shadow-content { border: 0; }
.news_section{font-family: Roboto,Georgia, serif;}

body {
    font-family: Roboto;
    font-weight: 300;
    text-align: inherit;
    font-size: 14px;
    line-height: 25.6px;
    word-spacing: 0px;
    color:#2D2D2D;
    letter-spacing: 0px;
}

body p {
    font-family: Roboto,Georgia, serif;
    font-weight: 300;
    text-align: inherit;
    font-size: 14px;
    line-height: 20px!important;
    word-spacing: 0px;
    letter-spacing: 0px;
}

.wp-block-button__link:hover {
    color: #FFFFFF!important;
    border: 0px solid #58595B;
    background: #58595B;
}


.wp-block-button__link {
color: #54595f!important;
    border-radius: 50px;
    font-size: 13px;
    display: inline;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid #58595B;
    background: #ffffff;
    font-family: "Roboto", Sans-serif;
    fill: #54595f;
}

/*aks css ends from here */


/*post css started from here aks*/

.elementor-section-wrap {
   /* max-width: 1170px;*/
    margin: 0 auto;
    padding: 0 0 40px;
    font-family: Arial, Helvetica, sans-serif;
}

article.elementor-post {width: 100%;}

h3.elementor-post__title a {
    line-height: 22px;
}

article.elementor-post .elementor-post__excerpt p{font-size: 12px!important;}

/*post css ended from here aks*/

/*css for tag started here*/
.blog-item .title-content h2 {
    margin-top: 20px;
}

.blog-item  .post-text.excerpt p{font-size: 12px!important;color:#58595B;font-weight: 300;}

.blog-item .standard-post-date.span-head {
    font-weight: 400;
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
    padding: 15px 0px;
    margin-bottom: 0;
  
}

.main-blog-loop .blog-item {

        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: background,border,-webkit-box-shadow;
    transition-property: background,border,-webkit-box-shadow;
    -o-transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
}

.main-blog-loop .blog-item .post-content-wrap{overflow: hidden;position: relative;background-color: #fff;width: 100%;min-height: 100%;border-radius: 3px;border: 0 solid #818a91;-webkit-transition: all .25s;-o-transition: all .25s;transition: all .25s;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);box-shadow: 0 0 10px 0 rgba(0,0,0,.15);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;max-height: 500px;min-height: 499px;}


.blog-item .post-thumb img{
    max-width: 100%;
}
nav.navigation-paging.pagination.clearfix {
    padding: 0 20px;
}
/*css for tag ended here*/
/*navigation preview*/
.post-navigation.nav-previous a.btn,.post-navigation.nav-next a.btn {
        color: #54595f!important;
    border-radius: 50px;
    letter-spacing: initial;
    font-size: 13px;
    display: inline;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid #58595B;
    background: #ffffff;
    font-family: "Roboto", Sans-serif;
    fill: #54595f;
}
.post-navigation.nav-previous a.btn:hover { color: #818d0c;}

.navigation-paging .post-navigation a:hover{
    color: #FFFFFF!important;
    border: 0px solid #58595B;
    background-color: #58595B!important;
    box-shadow: none;
}
/*css for tag ended end*/


/*css for post tags start*/



.tagcloud a[class*="tag-link-position-"] {
display: none;
}

.tagcloud a.tag-link-position-1,.tagcloud a.tag-link-position-2,.tagcloud a.tag-link-position-3,.tagcloud a.tag-link-position-4,.tagcloud a.tag-link-position-5,.tagcloud a.tag-link-position-6,.tagcloud a.tag-link-position-7{display: inline-block;}




.post-content-wrap .standard-post-date.span-head a {color: #adadad!important;}
.blog-item .standard-post-date.span-head{padding:0px!important}

.box-shadow-content .standard-post-categories.span-head {
       top: -65%!important;
    right: 10%;
    left: auto!important;
    z-index: 1!important;
}
/*css for post tags ends*/

/*override css for whole website starts aks*/
h2 {line-height:1.2!important}

.elementor-button-link, 
.elementor-button, 
.elementor-button, 
.elementor-cta__button,
button  {
    border-width: 2px!important;
    border-radius: 50px!important;
    font-family: "Roboto", sans-serif;
    font-weight: 400!important;
    border-color: #58595B!important;
    color: #58595B!important;
    background-color: #fff!important;
}

.elementor-button-link:hover,
.elementor-button:hover,
.elementor-button:hover, 
.elementor-cta__button:hover,
button:hover{
    color: #fff!important;
    border-color: #58595B!important;
    background-color: #58595B!important;
}
/*override css for whole website ends aks*/