/*
Theme Name: Portfoliolite
Theme URI: http://www.themehunk.com/product/portfoliolite-multipurpose-showcase-theme/
Author: ThemeHunk
Author URI: http://www.themehunk.com
Description: Portfoliolite theme is not just a portfolio theme but a multipurpose theme using which you can create a website for agency, personal, corporate, shop etc. Theme comes with sliding main section with typewriter, Services section, Portfolio section with Ajax grid, WooCommece section, Team and Contact section. This theme is compatible with nearly all plugins available at WordPress repository. Perfectly compatible with your favourite page builder like Elementor, SiteOrigin, Brizy etc. Specially integrated with Lead form Builder plugin to receive and save your valuable leads. check demo: https://themehunk.com/wp-themes/portfoliolite/
Version: 1.2.9
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Tags: wide-blocks, block-patterns, block-styles, editor-style, two-columns, grid-layout, right-sidebar, custom-menu, custom-header, custom-background, threaded-comments, editor-style, portfolio, translation-ready, full-width-template, flexible-header, post-formats, sticky-post, one-column
Text Domain: portfoliolite

WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this
file. Instead use  the custom.css file to add your styles. You can copy a
style from this file and paste it in  custom.css and it will override the
style in this file. You have been warned! :) 
*/


@font-face {
    font-family: 'JosefinSans-Regular';
    src: url('third-party/fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-SemiBold';
    src: url('third-party/fonts/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-Bold';
    src: url('third-party/fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-family: sans-serif;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body{
    color: #2f2f2f;
    background: #fff;
    font-style: normal;
    font-size: 14px;
    line-height:1.8;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
    font-family:"JosefinSans-Regular", sans-serif;
    font-weight: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    text-rendering: optimizeLegibility; 
    -moz-font-feature-settings: "liga" on; 
}
header{-js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "JosefinSans-Bold", sans-serif;
    color: #000;
    line-height: 35px;
    font-weight: 500;
}
h1 {
  font-size: 30px;
  line-height: 1.2;
}
h2 {
  font-size: 28px;
  line-height: 1.3;
}
h3 {
  font-size: 26px;
  line-height: 1.4;
}
h4 {
  font-size: 24px;
  line-height: 1.5;
}
h5 {
  font-size: 22px;
  line-height: 1.6;
}
h6 {
  font-size: 20px;
  line-height: 1.2;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    margin-bottom: 20px;
}
.entry-content p {
    margin-bottom:25px;
    line-height:1.8;
}
a {
    color:#666;
    text-decoration: none!important;
    cursor: pointer;
}
figcaption,
main {
  display: block;
    max-width: 100%;
}
figure {
margin: 1em 0;
}
embed, iframe, object, video {
   margin-bottom: 1.5em;
   max-width: 100%;
   vertical-align: middle;
}
iframe{
width:100%;
height:100%;
}
hr{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus,span:focus{
    outline: thin dotted;
    text-decoration: underline;
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color:#006799;
  border-radius:0;
  box-shadow: none;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 8px 25px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}  
a, a:hover, a:focus,button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
b,strong {
  font-weight: inherit;
}
code,
kbd,
samp {
  font-size: 1em;
      font-family: 'JosefinSans-Regular';
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
    display: block;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select {
    text-transform: none;
    z-index: 1;
    border: none;
    height: 35px;
    width:100%;
    line-height: normal;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3;
    position: relative;
    border: 1px solid #ddd;
    padding: 0px 10px;
    font-size: 15px;
}
button{
  border:0;
}
button:hover{
  cursor: pointer;
}
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}
.page-links {
    clear: both;
    padding: 15px 0px;
    width: 100%;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
table, td, th {
    border: 1px solid rgba(0,0,0,.1);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 8px;
    text-align: left;
    border-width: 0 1px 1px 0;
}
th,th a,dt,b{
    font-family:"Lato-Bold", sans-serif;
}
table, td, th {
    border: 1px solid rgba(0,0,0,.1);
}

a:hover{
 color:#ff6c54;
}
dd {
    margin: 0 1.5em 1.5em;
}
ul {
    list-style: disc;
}
ol, ul {
    margin: 0 0 1.5em 3em;
}
address {
    margin: 0 0 1.5em;
}
blockquote {
    border-color: rgba(2,116,190,0.05);
}
blockquote {
    margin: 1.5em 1em 1.5em 3em;
    padding: 1.2em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative;
}
blockquote {
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}
blockquote, q {
    quotes: "" "";
}
pre {
    background: #eee;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1.6em;
}
code, kbd, pre, samp {
    font-size: 1em;
}
*, :after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/*-------------------------Normalize CSS End --------------------------------*/
.container,
#page {
    max-width: 1200px;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    clear: both;
    box-sizing: border-box;
}
#page-top {
    margin-top: 0;
}
.clearfix {
    margin-top: 0;
    padding: 0;
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after {
    clear: both;
}
#page {
    clear: both;
    float: none;
}
.content-wrapper {
    width: 70%;
    max-width: 800px;
    float: left;
}
#page.no-sidebar .content-wrapper {
    width: 100%;
    max-width: 1170px;
}
#page.no-sidebar .content-wrapper .sidebar{
    display: none;
}
.sidebar-wrapper{
    width: 27.5%;
    float: right;
    margin-top: 85px;
}
#page.left .sidebar-wrapper {
    float: left;
}
#page.left .content-wrapper {
    float: right;
}
/* comment-list css End */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 0 0;
  }
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  }
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  }
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  }
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  }
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  }
  .wp-caption, .gallery-caption {
   color: #666;
   font-size: 13px;
   font-size: 0.8125rem;
   font-style: italic;
   margin-bottom: 1.5em;
   max-width: 100%;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
  }
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  }
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
  }
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
  }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
/* == WP CSS - post_class() == */
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.bypostauthor{}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*gallery style*/
.gallery:after {content:"";display:table;clear:both;}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery figure {float:left; margin:0 2% 0.4em 0;}
.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
/*gallery style end*/

[hidden] {
  display: none;
}
/* =WordPress Core End */

#reply-title{
  padding: 10px 0;
}
.comment-notes{

  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

form p label{
  display: block;
  margin: 10px 0;
}
.logged-in-as{
  margin: 20px 0;
}
.logged-in-as a{
  color: #242424;
}
/*Comment box & Author*/
.thunk-author-bio,.thunk-author-bio {
    display: flex;
}
.author-info {
    align-self: center;
    margin-left: 20px;
}
.author-header a{
color:#626060;
}
.comment-list{
margin:0;
padding:0;
list-style: none;
}
.single article.comment-body{
padding:0;
}
/* comment-list css Starts */
#page .comment{
  margin-bottom:15px;

}
#page #comments{
  margin-top:15px;
}
#page .comment-author
{
  display: flex;
} 
#page .comment-author img{
  margin-right: 15px;
}
#page .comment-author .fn{
  margin-right: 5px;
}
#page .comment-author,
#page .comment-metadata,
#page .comment-content,
#page .reply{
  margin-bottom: 15px;
}
#page ol.children{
  list-style-type: none;
}
#page .comment-list{
  margin: 10px 0;
  list-style-type: none;
}
.plrx_enable {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat!important;
}
.plrx_enable, section{
    -webkit-backface-visibility: hidden;
}
#page,
.container{
    padding-right: 20px;
    padding-left: 20px;
}
.site-content{
  position: relative;
}
.post-list figure{
    margin: 0;
    list-style-type: none;
}
.header.shrink{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 108;
    display: block;
    border-bottom: 1.3px solid rgba(190, 190, 190, 0.19);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
z-index:999;
}
.header.shrink{
display:block;
}
.shrink .logo{
padding:10px 0px;
}
.header.shrink{
-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}
@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.logged-in.admin-bar .header {
    top: 28px;
}
.header.static{
position:static;
}
/*start search box*/
.contain {
    float: right;
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.searchbox {
    position: relative;
    min-width: 40px;
    width: 0%;
    height: 40px;
    top: 13px;
    float: right;
    overflow: hidden;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;  
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 0px 0px 5px;
    border-bottom: 1px solid #666;
    font-weight: 400;
    font-size: 12px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #666;
}
.searchbox-icon,
.searchbox-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #666;
    background: #fff;
}
.searchbox-open {
    width: 100%;
    z-index: 2;
}
.content-area{
    padding: 100px 0;
}
/*logo start*/
.logo  a, .logo-cent a {
    font-family: 'JosefinSans-Regular';
    font-size: 36px;
    line-height: 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.smaller .logo a {
    font-size: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.logo img {
     max-width: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
}
.smaller .logo img{
     max-width: 140px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
}
.smaller .logo{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 0px;   
}
/*header setting*/
.col-center.logo {
   width: auto;
    float: none;
    text-align: center;
    padding: 12px 0px!important;
    margin: auto
}
.col-center .logo p{
line-height: 18px;
}
.col-center#main-menu-wrapper {
    width: 100%!important;
    float: none;
    text-align: center;
}
.smaller .col-center.logo {
    width: 100%!important;
    float: none;
    text-align: center;
    padding: 10px 0px!important;;
}
.contain.col-center{
    float: right;
    top: 50px;
    right: 0;
    display: inline-block;
}
.smaller .contain.col-center{
    top: 55px;
}
.home #header.hide{
    display:none;
}
.home #header.hide.visible{
    display:block;
}
.logo.col-center.split{
    display:none;
}
#main-menu-wrapper.col-center.split nav{
    padding:20px 0px;
    margin-left: 50px;
}
.col-center.split .portfolio-menu > li > a{
padding:12px;
}
.col-center.split .portfolio-menu > li.logo-cent{
padding:12px;
}
.col-center.split .portfolio-menu > li.logo-cent.lgcnt{
padding:0
}
.col-center.split .portfolio-menu > li.logo-cent.lgcnt a{
padding:0;
}
.contain.col-center.split{
    top: 8px;
}
.smaller #main-menu-wrapper.col-center.split nav{
    padding:12px 0px;
}
.smaller .contain.col-center.split{
    top: 12px;
}
.logo-cent{
    text-align: center;
}
.smaller .logo-cent p{
    display: none;
}
.stick-hdr .site-content{
  top: 100px;
}
/*header setting*/
/*logo end*/
/* start Menu css*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none
}
.logo {
    width:20%;
    position: relative;
    float: left;
    padding: 20px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align:left;
}
#main-menu-wrapper{
    width:80%;
    float:left;
    text-align: end;
}
#main-menu-wrapper nav {
    z-index:99;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.smaller .navigation ul {
    padding: 10px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.smaller .searchbox{
    top:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;  
}
/*start slider css*/
.flexslider .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
}
.slider-top {
    width: 100%;
}
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-slider .slides {
    height: 100% !important;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}
.slides li {
    height: 100vh;
    margin-right: 0px;
    display: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: 100vh;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-prev {
    background-size: 40% 40%;
    height: 150px;
    width: 80px;
    opacity: 0.7;
    left: 40px;
    margin-left: -8px;
}
.flex-direction-nav .flex-next {
    background-size: 40% 40%;
    height: 150px;
    width: 80px;
    opacity: 0.7;
    right: 40px;
    margin-right: -8px;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.slider-top li {
    width: 100% !important;
    background-size: cover !important;
}
.overlay {
    background: rgba(41, 41, 41, 0.68);
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slider-caption {
    display: table;
    width: 100%;
    height: 100vh;
    position: absolute;
}
.portfolio-desc {
    display: table-cell;
    vertical-align: middle;
    z-index: 999;
    position: relative;
}
.portfolio-desc p.th-slider-heading {
    font-size: 65px;
    
    width: 100%;
    line-height: 72px;
    color:#fff;
    margin-bottom:20px;
    padding: 0;
    font-family: 'JosefinSans-SemiBold';
    font-style: normal;
}
.portfolio-desc p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .6px;
    margin-bottom: 30px;
    min-width: 1px;
    min-height: 32px;
    line-height: 32px;
    vertical-align: top;
}
.portfolio-desc button {
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    border: 1px solid #ff6c54;
    cursor: pointer;
}
.portfolio-desc .exp-btn button {
    margin-left: 30px;
    background: #ff6c54;
}
.portfolio-desc .exp-btn button:hover {
    background: transparent;
}
.portfolio-desc button:hover {
    background: #ff6c54;
    color: #fff;
}
button {
    display: inline-block;
    padding: 11px 30px;
    background: #ff6c54;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    border: 1px solid #ff6c54;
    cursor: pointer;
    margin: 0 auto;
     font-family: 'JosefinSans-Bold';
         margin-top: 40px;
    border-radius: 4px;
}
.wp-block-search__inside-wrapper button{
  margin-top: 0;
} 
button.load-more:hover {
    color: #ff6c54;
    background: transparent;
}
body {
    height: auto!important;
}
/*section overlay*/
#portfolio-mywork-section:before,
#skill-info:before,
#team-info:before,
#price-package:before,
#latest-post:before,
.thunk-service:before,
.thunk-about:before,
.th-counter-section:before,
.thunk-brands-section:before,
.th-counter-section:before,
.thunk-custom-sect-first:before,
.th-woocommerce:before{
    content: '';
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
}
.th-woocommerce:before,.thunk-service:before ,#portfolio-mywork-section:before {
    background: #F2F2F2;
}
section {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/** bxslider
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 30px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
ul.bxslider li {
    width: 100%!important;
}
.bx-viewport {
    -webkit-transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    /*background: url('') center center no-repeat #ffffff;*/
    
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin:10px 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}
.bx-wrapper .bx-next {
    right: 10px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}
/*start portfolio-page*/
#portfolio-mywork-section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.profolio-page {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    overflow: hidden;
}
ul.portfolio-navi button {
    border: 1px solid #DFDBDB;
    font-size: 14px;
    color:#666;
    display: block;
    line-height: 1;
    padding: 11px 16px;
    text-transform: uppercase;
    margin: 0 10px;
    border-radius: 0;
    background-color: transparent;
    outline: 0;
}
ul.portfolio-navi button.active.is-checked,
ul.portfolio-navi button:visited,
ul.portfolio-navi button:focus {
    background: transparent;
    color: #ff6c54;
    border-color: #ff6c54;
}
ul.portfolio-navi {
    display: table;
    float: none;
    list-style: outside none none;
    margin: 0 auto;
        padding-bottom: 30px;
    width: auto;
}
ul.portfolio-navi li {
    display: inline-block;
    margin-bottom: 30px;
}
ul.portfolio-navi > li > a.active {
    background: #2980b9;
    color: #fff;
    border-color: #2980b9;
}
.portfolio-block {
    display: block;
    width: 100%;
    margin-top: -25px;
}
.portfolio-block ul li,
.portfolio-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.portfolio-grid li.post {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 8px;
}
.portfolio-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.portfolio-image img {
    width: 100%;
    height: auto;
    float: left;
}
figure.protfolio-img-efc {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
        margin: 0;
}
figure.protfolio-img-efc * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.50s ease;
    transition: all 0.50s ease;
}
figure.protfolio-img-efc img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
figure.protfolio-img-efc figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
figure.protfolio-img-efc:after {
    content: '';
    background-color: #ff6c54;
    -webkit-transition: all 0.50s ease;
    transition: all 0.50s ease;
    opacity: 0;
}
figure.protfolio-img-efc figcaption {
    z-index: 1;
    padding: 40px;
}
figure.protfolio-img-efc h3,
figure.protfolio-img-efc .links {
    width: 100%;
}
figure.protfolio-img-efc h3 {
    line-height: 1.3em;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
}
figure.protfolio-img-efc h3:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
    max-width: 40px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
figure.protfolio-img-efc p {
    font-size: 0.7em;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    color: #fff;
}
.portfolio-image p a {
    color: #fff;
}
figure.protfolio-img-efc:hover:after,
figure.protfolio-img-efc.hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
figure.protfolio-img-efc:hover h3,
figure.protfolio-img-efc.hover h3,
figure.protfolio-img-efc:hover p,
figure.protfolio-img-efc.hover p {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    opacity: 1;
}
/*end portfolio-page*/
/*-----------start portfolio two grid-----------*/

.portfolio-block.two-grid ul li,
.portfolio-block.two-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portfolio-block.two-grid ul.portfolio-grid li.post {
    width: 50%;
    float: left;
    position: relative;
    padding: 8px;
}
.portfolio-block.two-grid .portfolio-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.portfolio-block.two-grid .portfolio-image img {
    max-width: 100%;
    height: auto;
    float: left;
}
.portfolio-block.two-grid figure.protfolio-img-efc {
    max-height: 350px;
}
/*-----------End portfolio two grid-----------*/
/*-----------Start portfolio Four grid-----------*/
.portfolio-block.four-grid ul li,
.portfolio-block.four-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portfolio-block.four-grid ul.portfolio-grid li.post {
    width: 25%;
    float: left;
    position: relative;
    padding: 8px;
}
.portfolio-block.four-grid .portfolio-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.portfolio-block.four-grid .portfolio-image img {
    max-width: 100%;
    height: auto;
    float: left;
}
/*-----------End portfolio Four grid-----------*/
/*start three-grid no padding(gutter) style*/
.portfolio-block.three-grid-zero-padding ul li,
.portfolio-block.three-grid-zero-padding ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portfolio-block.three-grid-zero-padding ul.portfolio-grid li.post {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0px;
}
.portfolio-block.three-grid-zero-padding .portfolio-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.portfolio-block.three-grid-zero-padding .portfolio-image img {
    max-width: 100%;
    height: auto;
    float: left;
}
.portfolio-block.three-grid-zero-padding figure.protfolio-img-efc {
    max-height: 350px;
}
/*end three-grid no padding(gutter) style*/
/*-----------star portfolio Four grid full grid zero padding-----------*/

.portfolio-block.four-grid-zero-padding ul li,
.portfolio-block.four-grid-zero-padding ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portfolio-block.four-grid-zero-padding ul.portfolio-grid li.post {
    width: 25%;
    float: left;
    position: relative;
    padding: 0px;
}
.portfolio-block.four-grid-zero-padding .portfolio-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.portfolio-block.four-grid-zero-padding .portfolio-image img {
    max-width: 100%;
    height: auto;
    float: left;
}
.portfolio-block.four-grid-zero-padding figure.protfolio-img-efc {
    max-height: 350px;
}
/*-----------End portfolio Four grid full grid zero padding-----------*/
/*-----------Start Masnory Effect-----------*/
/*//three*/
.portfolio-block.three-Masnory ul li,
.portfolio-block.four-Masnory ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portfolio-block.three-Masnory ul.portfolio-grid li.post {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0px;
}
.portfolio-block.three-Masnory .portfolio-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.portfolio-block.three-Masnory .portfolio-image img {
    max-width: 100%;
    height: auto;
    float: left;
}
.portfolio-block.three-Masnory figure.protfolio-img-efc {
    height: auto;
}
/*//four*/
.portfolio-block.four-Masnory ul li,
.portfolio-block.four-Masnory ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portfolio-block.four-Masnory ul.portfolio-grid li.post {
    width: 25%;
    float: left;
    position: relative;
    padding: 0px;
}
.portfolio-block.four-Masnory .portfolio-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.portfolio-block.four-Masnory .portfolio-image img {
    max-width: 100%;
    height: auto;
    float: left;
}
}
/*-----------End Masnory Effect-----------*/
/*-----------Star Resume ribbon-----------*/
#resume-ribbon {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-ribbon {
    text-align: center;
}
.ribbon-block {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 70px;
    padding-top: 70px;
}
#resume-ribbon h2 {
    color: #fff;
}
.button-wrapper {
    width: 100%;
    margin-top: 30px;
}
.button-wrapper ul{
    margin: 0;
}
#resume-ribbon ul{
    display: flex;
    justify-content: center;
}
.button-wrapper li {
    display: -webkit-inline-box;
    display: inline-block;
}
.view-resume-c{
    margin-right: 20px;
}
.view-resume a,
.download-resume a {
    display: inline-block;
    width: 150px;
    padding: 10px 20px;
    background: rgba(248, 248, 248, 0.48);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.30px;
    line-height: 14px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
}
.view-resume-c a,
.download-resume-c a {
    display: inline-block;
    width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.3;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
}
.view-resume a:hover,
.download-resume a:hover {
    background-color: #ff6c54;
}
.view-resume-c a:hover,
.download-resume-c a:hover {
    background-color: #ff6c54;
}
li.view-resume-c i,
li.download-resume-c i {
    font-size: 15px;
    padding: 5px;
}
/*-----------End Resume ribbon-----------*/
/*-----------STAR CALL RIBBON------------*/
#call-ribbon {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-call-ribbon {
    text-align: center;
}
.call-ribbon-block {
    display: block;
       padding-bottom: 130px;
    padding-top: 130px;
    max-width: 550px;
    margin: 0 auto;
}

#call-ribbon h3 {
    color: #fff;
}
.ribbon-button {
    width: 100%;
    margin-top: 30px;
}
.button-ribbon {
    border: 1px solid #FF6C54;
    background: #FF6C54;
    color: #fff;
    outline: none;
    transition: all 0.4s ease 0s;
    margin-top: 0px;
        border-radius: 4px;
}
.button-ribbon:hover {
    background: #fff;
    color: #FF6C54;
}
/*-----------END CALL RIBBON--------------*/
/*-----------Star news letter style----------*/
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type="radio"]{
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}
input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}
#new-letter {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-new-letter {
    text-align: center;
}
.new-letter-block {
    display: block;
    width: 100%;
    padding-bottom: 70px;
    padding-top: 70px;
}
.new-letter-title{
    color: #fff;
}
.form-subscriber {
    margin: 30px auto;
    width: 300px;
}
.input-txt {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px;
    color: #fff;
    outline: none;
    width: 60%;
}
.input-txt::-webkit-input-placeholder {
    color: #fff;
}
.news-button {
    width: 100%;
    margin-top: 30px;
}
.button-news-letter {
    border: 1px solid #FF6C54;
    background: #FF6C54;
    color: #fff;
    padding: 10px 20px;
    outline: none;
    transition: all 0.4s ease 0s;
    margin-top: 0px;
    cursor: pointer;
}
.button-news-letter:hover,
.btn-form:hover {
    background: #fff;
    color: #FF6C54;
    cursor: pointer;
}
.button-news-letter i {
    padding-right: 10px;
}
.btn-form {
    border: 1px solid #FF6C54;
    background: #FF6C54;
    color: #fff;
    padding: 13px;
    outline: none;
    transition: all 0.4s ease 0s;
    margin-top: 30px;
}
/*leadform*/
.leadform-show-form.leadform-lite textarea{
 font-family: inherit;
}
.leadform-show-form.leadform-lite ul, 
.leadform-show-form.leadform-lite ul li{
 margin-left: 0!important;   
}
.new-letter-block .leadform-show-form.leadform-lite{
    display: block;
    padding: 10px;
    max-width: 50%!important;
    margin: auto;
    text-align: left;
    color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite label,
.new-letter-block .leadform-show-form.leadform-lite h1 {
    display: none!important;
}
.new-letter-block .leadform-show-form.leadform-lite .submit-type label,
.new-letter-block .leadform-show-form.leadform-lite .radio-type label,
.new-letter-block .leadform-show-form.leadform-lite .select-type label,
.new-letter-block .leadform-show-form.leadform-lite .checkbox-type label {
    display: inline-block!important;
    color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite textarea {
    width: 100%;
    min-height: 100px!important;
}
.new-letter-block .leadform-show-form.leadform-lite select {
    width: 100%!important;
    min-height: 45px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    border-radius: 2px;
    order: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.34)!important;
}
.new-letter-block .leadform-show-form.leadform-lite select option {
    background-color: #888;
}
.new-letter-block .leadform-show-form.leadform-lite select:focus {
    outline: none;
}
.new-letter-block .leadform-show-form.leadform-lite textarea,
.new-letter-block .leadform-show-form.leadform-lite input:not([type]),
.new-letter-block .leadform-show-form.leadform-lite input[type="email" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="number" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="password" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="tel" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="url" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="text" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="number"] {
    padding: 6px 12px!important;
    width: 100%!important;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.34)!important;
    min-height: 45px!important;
    color:#fff!important;
    font-family: inherit;
}
.new-letter-block .leadform-show-form.leadform-lite .submit-type.lf-field {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
}
.new-letter-block .leadform-show-form.leadform-lite .submit-type label {
    text-align: center;
}
.new-letter-block .leadform-show-form.leadform-lite input[type="submit"] {
    padding: 13px!important;
    font-size: 13px!important;
    line-height: 14px;
    font-weight: 500!important;
    background: #FF6C54;
    border-color: #FF6C54;
    border-radius: 4px!important;
    border: 1px solid;
    color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite input[type="submit"]:hover {
    background: #FF6C54;
    color: #fff;
}
.new-letter-block ::-webkit-input-placeholder {
    color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite .error p{
color:#fff;
text-align:center;
}
.new-letter-block .leadform-show-form.leadform-lite textarea{
 height:150px;
 text-indent: 0.25em;   
}
#form-subscriber .leadform-show-form h2{
display:none;
}
/*lead form style end*/
/*-----------End news letter style-----------*/
/*-----------start testimonials style---------*/
.testimonials {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;
}
.testimonials:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: 0;
    background: rgba(41, 41, 41, 0.5);
}
.testimonials-box {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.testimonials-page {
    max-width: 800px;
    margin: 0 auto;
    height: auto;
}
.image-test img {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
}
.test-cont-heading h3 {
   margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}
.test-cont {
    border: 1.5px solid #fff;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    color: #fff;
}
.test-cont p {
    margin: 0;
    margin-bottom: 0px;
    line-height: 1.6em;
}
/*end testimonials style*/
/*-------------START TEAM SECTION--------------*/

#team-info {
    padding-bottom: 100px;
    padding-top: 100px;
}
.page-team {
    width: 100%;
    float: left;
    text-align: center;
}
.team-block {
    display: inline-block;
    width: 100%;
}
.team-grid{
       display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
ul.team-grid li.team-list {
    width: 31%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    list-style-type: none;
}
ul.team-grid li.team-list:nth-of-type(3n+3) {
    margin-right: 0px;
}
li.team-list:nth-of-type(3n+1) figure.team-efct figcaption {
    background: #E67E22;
}
li.team-list:nth-of-type(3n+1) figure.team-efct img {
    border: 10px solid #E67E22;
}
li.team-list:nth-of-type(3n+1) figure.team-efct:hover img {
    border: 10px solid #C76D1D;
}
li.team-list:nth-of-type(3n+2) figure.team-efct figcaption {
    background: #C0392B;
}
li.team-list:nth-of-type(3n+2) figure.team-efct img {
    border: 10px solid #C0392B;
}
li.team-list:nth-of-type(3n+2) figure.team-efct:hover img {
    border: 10px solid #9E2D21;
}
li.team-list:nth-of-type(3n+3) figure.team-efct figcaption {
    background: #2980B9;
}
li.team-list:nth-of-type(3n+3) figure.team-efct img {
    border: 10px solid #2980B9;
}
li.team-list:nth-of-type(3n+3) figure.team-efct:hover img {
    border: 10px solid #1B6798;
}
.team-grid .team-list {
    margin-right: 3.5%;
}
figure.team-efct {
    color: #fff;
    position: relative;
    float: left;
    min-width: 220px;
    width: 100%;
    text-align: center;
    margin: 0;
}
figure.team-efct * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}
figure.team-efct img {
    opacity: 1;
    max-width: 100%;
    border: 10px solid #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.team-efct figcaption {
    bottom: 0;
    max-width: 100%;
    right: 0;
    position: absolute;
    background: #000;
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0px 10px -10px #000;
}
figure.team-efct figcaption h3,
figure.team-efct figcaption p {
    margin: 0;
    color: #fff;
}
figure.team-efct figcaption h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}
figure.team-efct figcaption h3 span {
    font-weight: 800;
}
figure.team-efct figcaption p {
    font-size: 0.9em;
    font-weight: 500;
    opacity: 0.65;
}
figure.team-efct:hover figcaption,
figure.team-efct.hover figcaption {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 15px 15px -15px #000;
}
.team-social-meta {
    overflow: hidden;
    text-align: center;
}
.team-social-meta ul{
    margin: 0;
}
.team-social-meta .team-social-social-fb,
.team-social-meta .team-social-social-tw,
.team-social-meta .team-social-social-y,
.team-social-meta .team-social-social-ln {
    display: inline-block;
    padding: 4px;
}
.team-social {
    display: inline-block;
    padding: 4px;
}
.team-social-meta li a {
    opacity: 0.65;
    display: block;
    color: #fff;
}
.team-social-meta li a:hover {
    color: #000;
}
.team-social-meta .team-social-social-fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 16px;
}
.team-social-social-tw a:before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 16px;
}
.team-social-social-y a:before {
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 16px;
}
.team-social-social-insta a:before {
    content: "\f0d5";
    font-family: FontAwesome;
    font-size: 16px;
}
.team-social-social-ln a:before {
    content: "\f0e1";
    font-family: FontAwesome;
    font-size: 16px;
}
/*-------------END TEAM SECTION----------------*/
/*-------------START BLOG STYLE----------------*/
#latest-post,
.thunk-service,
.th-counter-section,
.thunk-about,
.thunk-custom-sect-first,
.th-woocommerce{
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}
#latest-post,
.thunk-service,
.th-counter-section{
    background-color:#fff;  
}
.page-post {
    width: 100%;
    float: left;
    text-align: center;
}
.post-block {
    display: inline-block;
    width: 100%;
}
.post-grid{
    display: flex;
    flex-wrap: wrap;
        justify-content: center;
    margin: 0;
}
ul.post-grid li.post-list {
    width: 31%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    list-style-type: none;
}
ul.post-grid li.post-list:nth-of-type(3n+3) {
    margin-right: 0px;
}
li.post-list:nth-of-type(3n+1) figure.blog-efct h3,
li.post-list:nth-of-type(3n+1) figure.blog-efct:before,
li.post-list:nth-of-type(3n+1) figure.blog-efct:after {
    background: #e67e22;
}
li.post-list:nth-of-type(3n+2) figure.blog-efct h3,
li.post-list:nth-of-type(3n+2) figure.blog-efct:before,
li.post-list:nth-of-type(3n+2) figure.blog-efct:after {
    background: #C0392B;
}
li.post-list:nth-of-type(3n+3) figure.blog-efct h3,
li.post-list:nth-of-type(3n+3) figure.blog-efct:before,
li.post-list:nth-of-type(3n+3) figure.blog-efct:after {
    background: #2980B9;
}
li.post-list:nth-of-type(3n+1) figure.blog-efct {
    background: #594232;
}
li.post-list:nth-of-type(3n+2) figure.blog-efct {
    background: #584134;
}
li.post-list:nth-of-type(3n+3) figure.blog-efct {
    background: #344954;
}
.post-grid .post-list {
    margin-right: 3.5%;
}
.post-list h4 {
    font-size: 14px;
    line-height: 32px;
}
figure.blog-efct {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 220px;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
figcaption a h3 {
    color: #fff;
}
figure.blog-efct * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
figure.blog-efct:before,
figure.blog-efct:after {
    position: absolute;
    width: 100%;
    background: #000;
    height: 0px;
    display: block;
    content: '';
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
figure.blog-efct:before {
    top: 0;
}
figure.blog-efct:after {
    bottom: 0;
}
figure.blog-efct .image {
    position: relative;
}
figure.blog-efct .image img {
    max-width: 100%;
    margin-bottom: -5px;
}
figure.blog-efct .icons {
    top: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
figure.blog-efct .icons i {
    opacity: 0;
    display: inline-block;
    font-size: 9px;
    border: solid 3px #fff;
    color: #fff;
    width: 85px;
    height: 85px;
    line-height:85px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
figure.blog-efct figcaption {
    position: relative;
    background: #fff;
}
figure.blog-efct h3,
figure.blog-efct p {
    margin: 0;
    display: inline-block;
    width: 100%;
}
figure.blog-efct h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    padding: 12px 15px;
    background: #333;
    text-transform: uppercase;
}
figure.blog-efct h3 span {
    font-weight: 800;
}
figure.blog-efct p {
    font-weight: 500;
    background: #f7f7f7;
    color: #4d4d4d;
    padding: 30px 40px 40px;
}
figure.blog-efct a {
    opacity: 1;
}
figure.blog-efct a:hover {
    opacity: 1;
}
figure.blog-efct:hover img,
figure.blog-efct.hover img {
    opacity: 0.35;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.blog-efct:hover i,
figure.blog-efct.hover i {
    opacity: 1;
}
figure.blog-efct:hover:before,
figure.blog-efct.hover:before,
figure.blog-efct:hover:after,
figure.blog-efct.hover:after {
    height: 10px;
}
/*------------END BLOG STYLE-------------------*/
/*-------------START SERVICES STYLE----------------*/

.ldm-center{
    text-align: center;
}
/*-------------END SERVICES STYLE----------------*/

.sub-heading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #989898;
    text-align: center;
    text-decoration: none;
}
.thunk-wrapper{
margin-top:60px;
}
/*-----------START PRICE AND PACKAGES STYLE--------------------*/
#price-package {
    display: block;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-price-package {
    width: 100%;
    text-align: center;
}
.price-block {
    width: 100%;
    display: inline-block;
}
.price-block li {
    list-style-type: none;
}
#price-package .package:nth-of-type(3n+3) {
    margin-right: 0;
}
#price-package .package {
    box-sizing: border-box;
    width: 31%;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    text-align: center;
    float: left;
    transition: margin-top .5s linear;
    position: relative;
    margin-right: 3.5%;
    margin-bottom: 30px;
}
#price-package .package a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=1);
}
#price-package .package:hover {
    margin-top: -30px;
    transition: margin-top .3s linear;
}
#price-package .package .name {
    color: #565656;
    font-weight: 300;
    font-size: 30px;
    margin-top: -5px;
}
#price-package .price {
    margin-top: 7px;
    font-weight: bold;
}
#price-package .package hr {
    background-color: #dedede;
    border: none;
    height: 1px;
    margin-top: 5px;
}
#price-package .package .trial {
    padding: 2px 21px 2px 21px;
    color: #FF6C54;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -20px;
}
#price-package .package ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 29px;
}
#price-package .package li {
    margin-bottom: 15px;
}
#price-package i.fa {
    font-size: 1.3rem;
    color: #FF6C54;
    margin-right: 3px;
}
#price-package .brilliant {
    border-color: #FF6C54;
}
/* Triangle */
*#price-package .brilliant .triangle-price {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #FF6C54 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
}
#price-package .brilliant::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: white;
    position: absolute;
    left: 9px;
    top: 6px;
    text-shadow: 0 0 2px #37c5b6;
    font-size: 1.4rem;
}
/*-----------END PRICE AND PACKAGES STYLE---------------------*/
/* Services CSS Starts*/
.thunk-service-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.thunk-service-post{
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.thunk-service-post:nth-of-type(3n+3){
  margin-right: 0;
}
.thunk-service-icon,
.thunk-service-title,
.thunk-founder-title{
  text-align: center;
}
.thunk-service-title {
     margin-bottom: 10px;
}
.thunk-service-post {
    background: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(110,130,208,0.11);
    box-shadow: 0px 2px 20px 0px rgba(110,130,208,0.11);
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 40px!important;
    padding-left: 20px!important;
}
#new-letter:before {
    background: rgba(14, 14, 14, 0.7);
}
.thunk-service-icon i{
  font-size: 55px;
  margin-bottom:25px;
  color: #ff6c54;
}
.thunk-service-title{
  font-size: 20px;
  line-height: 28px;
      margin-bottom: 10px;
}
.thunk-service-description{
  text-align: center;
}
.thunk-service-icon img{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* Servives CSS End*/
/*start contact style*/
#contact-info {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#contact-info:before,
#resume-ribbon:before,
#new-letter:before,
#call-ribbon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: 0;
    background: rgba(41, 41, 41, 0.7);
}
.page-contact {
    width: 100%;
    float: left;
    text-align: center;
}
.contact-block {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}
.contact-block ul{
    width: 100%;
    float: left;
}
.contact-block ul li,
.contact-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.contact-grid li.contact-list {
    width: 31%;
    float: left;
    position: relative;
}
.contact-grid .contact-list {
    margin-right: 3.5%;
}
ul.contact-grid li.contact-list:nth-of-type(3n+3) {
    margin-right: 0px;
}
.contact-title {
    text-align: center;
    padding-top: 20px;
}
.contact-title a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}
.contact-icon a i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.contact-icon1 {
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-icon1 a:before {
    content: "\f003";
    font-family: FontAwesome;
    color: #fff;
    font-size: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.contact-icon2 a:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #fff;
    font-size: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.contact-icon3 a:before {
    content: "\f10b";
    font-family: FontAwesome;
    color: #fff;
    font-size: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.contact-icon a i:hover {
    cursor: pointer;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.contact-icon1 a:hover:before{
    cursor: pointer;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.contact-icon2 a:hover:before {
    cursor: pointer;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.contact-icon3 a:hover:before {
    cursor: pointer;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.company-detail {
    padding-top:30px;
    padding-bottom:30px;
    background-color: #FFF;
}
.company-social a {
    font-family: 'JosefinSans-Regular';
    letter-spacing: 2px;
}
.company-social {
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 24px;
}
.social-icon-list {
    width: 100%;
    text-align: center;
}
.social-meta {
    overflow: hidden;
    text-align: center;
}
.social-meta ul{ margin:0; }
.social-meta .social-social-fb,
.social-meta .social-social-tw,
.social-meta .social-social-y,
.social-meta .social-social-ln {
    display: inline-block;
    padding: 5px;
}
.social-meta li a {
    color: #999;
    display: block;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    border-radius: 100%;
    font-size: 20px;
}
.social-meta li {
    display: inline-block;
    padding: 5px;
}
.social-meta a {
    text-decoration: none;
    font-size: 14px;
}
.social-meta .social-social-fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 20px;
}
.social-meta li a:hover {
    color: #fff;
    background-color: #FF6C54;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.social-social-tw a:before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
}
.social-social-tw a:before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
}
.social-social-y a:before {
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 20px;
}
.social-social-insta a:before {
    content: "\f0d5";
    font-family: FontAwesome;
    font-size: 20px;
}
.social-social-ln a:before {
    content: "\f0e1";
    font-family: FontAwesome;
    font-size: 20px;
}
.border-line {
    width: 100%;
    height: 1px;
    background-color: #DCDCDC;
}
.copyright-section {
    width: 100%;
    text-align: center;
    background-color: #F2F2F2;
}
.copyright-section p {
    font-size: 16px;
    padding: 20px;
}
.copyright-section a {
    color: #FF6C54;
}
.copyright-section a:hover {
    color: #666;
}
.nav-footer {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.nav-footer ul {
    margin: 0;
    list-style-type: none;
    display: inline-flex;
}
.nav-footer ul li a {
    padding: 10px;
    font-size: 16px;
}
.nav-footer ul li a:hover {
    padding: 10px;
    font-size: 16px;
    color: #FF6C54;
}
.arrow-up {
    width: 100%;
    text-align: center;
    position: relative;
}
.arrow-up a{
    width: 60px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    display: block;
    position:relative;
}
.arrow-up a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid transparent;
    border-width: 2px;
    border-top-color: #000;
    border-left-color: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    margin: 0 auto;
}
.arrow-down a:before {
    content: '\f107';
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 48px;
    bottom: 40px;
    left: 50%;
    color: #fff;
    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
}
@-webkit-keyframes avia_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}
@keyframes avia_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}
.arrow-up a:hover:before {
    border-top-color: #ff6c54;
    border-left-color: #ff6c54;
}
/*.slider-top:hover .arrow-down a:before{
display:block;
}*/

.blog-top {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.blog-image {
    width: 100% !important;
    background-size: cover !important;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    z-index: 3;
    display: table;
}
.blog-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: -1;
    background: rgba(41, 41, 41, 0.5);
}
.full-fs-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.caption-container h1 {
    color: #fff;
    line-height: 48px;
    font-size: 35px;
    margin: 0;
}
.caption-container a {
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'JosefinSans-Bold';
}
.content-wrapper {
    width: 70%;
    float: left;
    margin-top:100px;
}
.blog-content {
    background: #fff;
}
.content .standard-layout .post {
    margin-bottom: 100px;
    text-align: center;
}
.blog-content .load_post,.blog-content .blog-info-meta ul.post_meta{
margin:0;
padding:0;
}
.post-img-wrapper {
    position: relative;
    width: 100%;
}
.post img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 8px 16px -12px rgba(0,0,0,.56), 0 4px 12px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.blog-info-header {
    position: relative;
    width: 82%;
    margin: auto;
    z-index: 2;
    background: #fff;
        padding: 30px;
    margin-top: -50px;
    
}
.blog-info-meta {
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin:0;
}
.single .blog-info-header {
    padding: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
}
.post_meta li {
    list-style-type: none;
    color: #1f1f1f;
    font-size: 12px;
    padding-left: 0px;
    overflow: hidden;
    padding: 5px 0px;
    display: inline-block;
}
.post_meta li {
    font-size: 11px;
}
.post_meta li:after {
    content: '/';
    margin-left: 6px;
}
.post_meta a:hover {
    color: #FF6C54;
}
.post_meta li .fa {
    padding-right: 10px;
}
.blog-info-content {
    margin-top: 30px;
}
.blog-info-header h2:after {
    content: '';
    display: block;
    background: #FF6C54;
    height: 2px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.blog-info-content button.load-more {
    margin-top: 35px;
}
#page.left .sidebar-wrapper {
    float: left;
}
#page.left .content-wrapper {
    float: right;
}
#page.no-sidebar .content-wrapper {
    width: 100%;
    max-width: 1170px;
}
#page.no-sidebar .content-wrapper .sidebar {
    display: none;
}
#page.no-sidebar .sidebar {
    display: none;
}

.widget {
    word-wrap: break-word;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.sidebar-inner-widget {
    margin: 0 0 20px;
    word-wrap: break-word;
    overflow: hidden;
    background: #fff;
    padding: 0px 20px;
}
.widget .th-aboutme {
    text-align: center;
    line-height: 26px;
}
.widget .th-aboutme p {
    padding-top: 10px;
}
.widget .th-aboutme a:hover {
    border-bottom: 1px solid #FF6C54;
}
.widget-title,
.sidebar-wrapper .wp-block-group__inner-container h2 {
    background-color: #F2F2F2;
    padding: 10px;
    margin-bottom: 20px;
}
.portfolio-widget-content{
    position: relative;
    width:100%;
    margin: auto;
    z-index: 2;
    background: #fff;
    padding:15px;
    box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
}
.widgettitle {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    color:#1f1f1f;
}
.sidebar-inner-widget .widgettitle {
    text-align: center;
    text-decoration: none;
    color:#1f1f1f;
    background-color: #F2F2F2;
    padding: 10px;
    margin-bottom: 20px;
}
form#searchform div,form.woocommerce-product-search{
    display: flex;
    align-items: flex-start;
}
input[type="text"], input[type="email"], input[type="url"],
 textarea, input[type="password"],
  input[type="tel"], input[type="search"] {
    border: 1px solid #ccc;
    border-radius:0;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
#searchform [type="submit"],button[type="submit"] {
    line-height: 30px;
    font-size: 11px;
    padding: 0px 12px;
    border: 1px solid #ff6c54;
    background:#ff6c54;
    color: #fff;
    border-radius:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
form.search-form {
    text-align: center;
}
.search-submit{
    display: none;
}
.widget input.search-field {
    width: 100%;
}
.widget input.search-field,
.search input.search-field,
.error404 input.search-field {
 border: 1px solid #ccc;
    border-radius:0;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
.footer-wrapper select,
.sidebar-wrapper select {
    padding: 10px 15px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    border: 1px solid #bbb;
    color: #5a5d5a;
    padding: 9px 10px;
    width: 100%;
    box-sizing: border-box;
}
.tagcloud {
    margin-bottom: 1.2em;
    margin-top: 20px;
}
.tagcloud a {
    background-color: transparent;
        border: 1px solid #111;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    height: 30px;
    line-height: 28px;
    margin: 5px 5px 0 0;
    padding: 0 1.18em;
    position: relative;
    text-align: center;
    transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    vertical-align: middle;
}
.tagcloud a:hover {
    background-color:#ff6c54;
    border-color:#ff6c54;
    color: #fff;
}
.portfolio-widget-content ul,.portfolio-widget-content ul li{
margin:0;
padding:0;
list-style: none;
}
.widget-footer .widget-footer-wrap{
    padding: 15px 0px;
        margin: 0px -7.5px;
}
.portfolio-widget-content {
    padding: 15px;
    margin: 15px 0px;
    border-radius: 6px;
    position:relative;
    background: #fff;
}
#sidebar-primary .widget{
  position:relative;
}
.widget.woocommerce .widget-title,
.open-widget-content .widget-title,
.widget-title,
.sidebar-wrapper .wp-block-group__inner-container h2{
  font-size: 16px;
  color:#090909;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list__item a,
.widget.woocommerce .product-categories li a{
  font-weight: 400;
  display: inline-block;
}
.portfolio-widget-content ul li:last-child{
    margin: 0;
}
.woocommerce-widget-layered-nav span.count{
  float: right;
}
.woocommerce .widget_rating_filter ul li a{
  width: 100%;
}
.woocommerce .widget_rating_filter ul li .star-rating{
  width: 92%;
}
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-handle{
  background-color: #747474;
}
.woocommerce .widget_price_filter .open-widget-content .price_slider_wrapper .ui-widget-content{
  background-color: #e4e6eb;

}
.widget.woocommerce.widget_price_filter .portfolio-widget-content  .ui-slider-horizontal{
  height: 2px;
}
.widget.woocommerce.widget_price_filter .portfolio-widget-content .price_slider{
  margin-bottom: 30px;
    overflow-y: inherit;
    overflow-x: inherit;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  top: -0.4rem;
}
.price_slider_wrapper button[type=submit]{
  width: 100%;
  margin-top: 30px;
  outline: 0;
  padding: 20px 0;
}
.woocommerce .price_slider_amount{
  position: relative;
}
.price_slider_amount .price_label{
  width: 100%;
  position: absolute;
  top: -14px;
  text-align: center;
}
.portfolio-widget-content li a{
  font-weight: 100;
}
.portfolio-widget-content ul li{
  margin-bottom: 5px;
  padding: 0;
}
.woocommerce  ul.cart_list li, 
.woocommerce  ul.product_list_widget li{
margin-bottom:15px;
padding:0;
}
.woocommerce  ul.cart_list li img,
 .woocommerce  ul.product_list_widget li img{
float:left;
width:60px;
margin-left:0;
    margin-right: 15px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
font-size:13px;
font-weight:normal;
}

.widget.woocommerce .product_list_widget .star-rating{
  display: block;
}

.widget.woocommerce .product_list_widget .star-rating{
margin-top: 5px;
margin-bottom: 5px;
}
.woocommerce  ul.cart_list li .woocommerce-Price-amount ,
.woocommerce  ul.product_list_widget li .woocommerce-Price-amount{
    font-size: 12px;
    color: #ff0052;
}

.woocommerce  ul.cart_list li del .woocommerce-Price-amount,
.woocommerce  ul.product_list_widget li del .woocommerce-Price-amount,
.woocommerce  ul.cart_list li del ,
.woocommerce  ul.product_list_widget li del {
    color: #b8b8b8;
    margin-right:2px;
}
.woocommerce ins {
    text-decoration: none;
  }
.woocommerce  .star-rating {
    font-size: 10px;
    margin: 0;
}

.mc4wp-form {
    margin: 1em 0;
    background: #F2F2F2;
    padding: 30px;
    overflow: hidden;
}
form {
    margin:0;
    display: block;
}

.form.mc4wp-form input[type="email"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 12px 0;
    text-indent: 10px;
    color: #999;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 3px #EEE inset;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.mc4wp-form input[type=submit] {
    padding: 9px 0;
    float: right;
    border: 0;
    width: 100%;
    height: 41px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    color: white;
    transition: all 0.4s ease 0s;
    background: #FF6C54;
    margin-top: 15px;
}
.mc4wp-form input[type=submit]:hover {
    background: #FF5454;
}
.th-widget-recent-post {
    padding-bottom: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.th-widget-recent-post .th-recent-post {
    overflow: hidden;
    padding: 0px 10px;
}
.th-widget-recent-post .th-recent-post h5 {
    line-height: 20px;
}
.th-recent-post h5,
.th-recent-post p {
    margin: 0px;
}
.th-widget-recent-post .th-recent-post a {
    font-size: 14px;
    transition: all 0.4s ease 0s;
}
.th-widget-recent-post .th-recent-post a:hover {
    color: #FF6C54;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget li {
    margin: 0;
    list-style: none;
    clear: both;
}
.widget .th-recent-meta .post-date {
    font-size: 13px;
    font-family: 'Lato-Regular';
    list-style-type: none;
}
.th-widget-recent-post img {
    width: 90px;
    height: 70px;
    float: left;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.sidebar-inner-widget ul {
    display: list-item;
    list-style-type: none;
}
.sidebar-inner-widget ul li {
    font-size: 14px;
    list-style-position: inside;
    margin-left: 25px;
}
.sidebar-inner-widget ul li a:hover {
    color: #FF6C54;
}
.sidebar-inner-widget ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
/*post pagination*/
.paginate {
    overflow: hidden;
    text-align: center;
    padding: 2% 0px;
    margin-top: 30px;
    clear: both;
}
.paginate .post-previous {
    position: static;
    display: inline-block;
    color: #666;
    float: left;
}
.paginate .post-next {
    position: static;
    display: inline-block;
    color: #666;
    float: right;
}
.paginate .post-previous,
.paginate .post-next{
  font-size: 16px;
  line-height: 26px;
}
.post-previous a:before {
    content: "\f190";
    font-family: FontAwesome;
    color: #666;
    float: left;
    font-size: 20px;
    padding-right: 10px;
    transition: all 0.4s ease 0s;
}
.post-next a:before {
    content: "\f18e";
    font-family: FontAwesome;
    color: #666;
    float: right;
    font-size: 20px;
    padding-left: 10px;
    transition: all 0.4s ease 0s;
}
.post-previous a:hover:before,
.post-next a:hover:before {
    color: #ff6c54;
}

.navigation.pagination{
margin:30px 0px;
}
.nav-links{
  text-align:center;
}
.nav-links .page-numbers{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
        font-size: 13px;
    margin-right: 4px;
    text-align: center;
      border-radius:0;
background-color:#f1f1f1;

}
.nav-links .page-numbers.current,.nav-links .page-numbers:hover{
    background-color:#ff6c54;
    color:#fff;
}
.nav-links .page-numbers.next,.nav-links .page-numbers.prev{
 width:100px;
}

.woocommerce nav.woocommerce-pagination ul {
    padding: 0;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 1px;
    display: contents;
    white-space: nowrap;
}
.woocommerce  nav.woocommerce-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding:0;
    font-size: 13px;
    margin-right: 4px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f1f1f1;
}
.woocommerce nav.woocommerce-pagination ul li{
    float: none;
    border-right:0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #ff6c54;
    color: #fff;
}
/**********************************/
/*pagination*/
/**********************************/

.widget #wp-calendar caption {
    font-weight: bold;
    padding-bottom: 10px;
}
.widget #wp-calendar td {
    width: 51px;
    padding: 6px 2px;
    text-align: center;
}
.footer-wrapper tbody>tr>td>a {
    background: #ff6c54;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.widget #wp-calendar th {
    text-align: center;
    background: #ff6c54;
    color: #fff;
}
.widget #wp-calendar caption {
    letter-spacing: 1px;
    font-weight: normal;
}
.tfoot tr #prev a {
    float: left;
}
/*==Comment Form===*/
#respond .comment-form-cookies-consent input{
width:auto;
}
#respond .comment-form-cookies-consent label{
display:inline-block;
padding-left:5px;
}

#commentsbox {
    padding-top: 70px;
    text-align: left;
}
.post-info h2 {
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #666;
}
ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0px;
    padding-bottom: 20px;
}
ol.commentlist li {
    line-height: 18px;
    margin: 15px 0 15px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
ol.commentlist li .comment-body {
    margin-left: 80px;
    position: relative;
    border: 1px solid #F3EDED;
    padding: 18px 10px 0px 15px;
    background: #f8f8f8;
    border-radius: 3px;
}
ol.commentlist li .comment-author a:link,
ol.commentlist li .comment-author a:visited {
    color: #000;
    text-decoration: none !important;
}
.comment-author.vcard {
    display: inline;
}
.comment-author.vcard span.says {
    display: none;
}
cite.fn {
    color: #000;
    font-style: normal;
    margin-right: 8px;
}
ol.commentlist li .comment-author .avatar {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: absolute;
    left: -81px;
    top: -1px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    padding: 5px;
}
ol.commentlist li .comment-author .avatar:hover {
    -webkit-animation: bounceIn_single 0.7s ease-in-out;
    -moz-animation: bounceIn_single 0.7s ease-in-out;
    -o-animation: bounceIn_single 0.7s ease-in-out;
    animation: bounceIn_single 0.7s ease-in-out;
}
ol.commentlist li .comment-meta {
    display: inline;
}
ol.commentlist li .comment-meta a {
    color: #858484;
    text-decoration: none !important;
    display: inline-block;
}
ol.commentlist li p {
    line-height: 22px;
    margin-top: 5px;
    color: #666;
}
ol.commentlist li .reply {
    margin-top: 10px;
    font-size: 10px;
    text-align: right;
    padding-bottom: 20px;
    display: block;
    margin-left: -25px;
    margin-right: -10px;
    padding-right: 10px;
}
ol.commentlist li .reply a {
    color: #2f516d;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    right: 0px;
    padding-right: 20px;
}
ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}
.comment-nav {
    height: 20px;
    padding: 5px;
}
.comment-nav a:link,
.comment-nav a:visited {
    color: #f96e02;
}
#respond {
    margin: 10px 0;
    padding: 0;
}
#respond h3 {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
#commentform {} #commentform p {
    color: #eee;
}
#commentform a {
    color: #0454A8;
}
#respond label {
    color: #322903;
    padding: 5px 0;
}
#respond input#submit:hover {
   opacity:0.8;
}
#respond input.submit {
    background: #F8F8F8;
    border: 1px solid #F3EDED;
    color: #8e8d8d;
    margin: 0 10px 10px 0;
    padding: 5px;
    height: 40px;
}
textarea#comment {
    background: #F8F8F8;
    border: 1px solid #F3EDED;
    width: 100%;
    color: #8e8d8d;
    clear: both;
    display: block;
    padding: 15px;
    border-radius: 3px;
}
#respond input#author,
#respond input#email,
#respond input#url {
    background: #F8F8F8;
    border: 1px solid #F3EDED;
    color: #8e8d8d;
    margin: 0 10px 10px 0;
    padding: 5px;
    width: 50%;
    height: 40px;
}
#respond label {
    color: #322903;
    padding: 5px 0;
    display: block;
    clear: both;
}
#respond input#submit {
    color: rgb(255, 255, 255);
    font-size: 16px;
    cursor: pointer;
    background:#ff6c54;
    padding: 8px 20px;
    border-radius: 3px;
    margin-top: 20px;
}
.comment-section #commentsbox .post-info h2 {
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #666;
}
.comment-section #commentsbox .post-reply h2 {
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #666;
}
/*start socil share icon single-post*/
.social-share {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.social-share ul{
    list-style-type: none;
    margin: 0;
}
.social-share li a:hover:before {
    padding-left: 15px;
    opacity: 0.8;
}
.social-share li a:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.social-share .fb-icon a:before {
    content: "\f09a";
    background-color: #3B5999;
}
.social-share .gml-icon a:before {
    content: "\f0d5";
    background-color: #DB4A39;
}
.social-share .twt-icon a:before {
    content: "\f099";
    background-color: #00A0D0;
}
.social-share .paintest-icon a:before {
    content: "\f0d2";
    background-color: #CB211D;
}
.social-share .linked-icon a:before {
    content: "\f0e1";
    background-color: #0177B5;
}
/*end socil share icon single-post*/
/*start full-width style*/

.page-content img {
    max-width: 100%;
    height: auto;
}
.page-description .right-align-img {
    float: right;
    margin: 5px 0 20px 20px;
}
.page-description .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.page-description blockquote {
    border-left: 5px solid #FF6C54;
    padding-left: 8px;
    margin: 5px 5px 5px 0px;
    background-color: #F2F2F2;
}
.page-description blockquote p {
    line-height: 26px;
}
/*.page-description ul li,
.page-description ul {
    list-style-type: circle;
    margin: 0;
    padding: 0;
    margin: 1em 0;
    margin-left: 20px;
}*/
.page-description ol li,
.page-description ol {
    margin: 0;
    padding: 0;
    margin: 1em 0;
    margin-left: 20px;
}
/*end full-width style*/
/*----------------------Start contact form  7 style-------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

.wpcf7 p {
    color: #777;
    margin-bottom: 16px;
}
.wpcf7 input,
.wpcf7 select {
    border: 1px solid #fff;
    color: #5a5d5a;
    padding: 9px 10px;
    max-width: 400px;
    width: 70%;
    box-sizing: border-box;
    box-shadow: inset 0 0 4px #E8E7E7;
    background: #F2F2F2;
}
.wpcf7 textarea {
    border: 1px solid #fff;
    color: #5a5d5a;
    padding: 9px 10px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    box-shadow: inset 0 0 4px #E8E7E7;
    background: #F2F2F2;
}
.wpcf7 input[type=submit] {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #FF6C54;
    border: 1px solid #FF6C54;
    font-size: 12px;
    color: #fff;
    padding: 11px 21px;
    margin-top: 14px;
    display: inline-block;
    transition: all 0.25s linear;
    cursor: pointer;
    width: auto;
    -webkit-box-shadow: inset 0 0 0px #FF6C54;
}
.wpcf7 input[type=submit]:hover {
    background: #fff;
    color: #FF6C54;
}
/*-----------------------------------------------------------------------------------------*/
/*--------------------------End contact form  7 style---------------------------------------*/
/*Start contact templates*/

.contact-description h2 {
    font-size: 30px;
    font-weight: 500;
    color: #111;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0;
}
.contact-description h2:after {
    content: '';
    display: block;
    background: #FF6C54;
    height: 2px;
    max-width: 80px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#map {
    float: left;
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
#map iframe {
    height: 400px;
    width: 100%;
    pointer-events: none;
}
/*End contact templates*/
/*STAR FOOTER SECTION*/

.footer-wrapper {
    background-color: #FFF;
}
.footer-wrapper .footer {
    overflow: hidden;
    display: block;
    padding-bottom: 20px;
}
.footer-widget-column{
  display: flex;
  flex-wrap: wrap;
      justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
      margin: 0;
}
ul.footer-widget-column li.widget {
    width: 33.33%;
    padding: 0px 15px 0px 15px;
    float: left;
    position: relative;
}

.footer-widget-column .widget .widgettitle {
    padding: 10px;
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #FF6C54;
}
.instagram-pics li {
    padding: 0px;
    display: inline-block;
    max-width: 31%;
    margin: 0px 1% 1% 1%;
}
.instagram-pics li:last-child {
    margin-right: 0px;
}
.instagram-pics li img {
    width: 100%;
}
.instagram-pics li img:hover,
.widget .th-aboutme img:hover {
    opacity: 0.5;
}
#page.no-sidebar .portfolio-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    float: none;
}
.portfolio-description {
    text-align: center;
}
.portfolio-info-content {
    margin-top: 35px;
    margin-bottom: 35px;
}
.portfolio-description .paginate {
    margin-top: 0px;
}
/*END FOOTER SECTION*/
/*fancy box*/

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #333;
}
#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #333;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -52px;
    width: 30px;
    height: 30px;
    background: transparent url('images/fancy_close.png');
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}
#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    overflow: auto;
    overflow-y: auto;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2) + ( ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */

.fancybox-inner {
    overflow: hidden !important;
}
#fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
#fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
}
/*loader*/

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -4px 0 0 -40px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #333;
    z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* OWL NAV CSS */
.thunk-brands-section .owl-carousel .owl-nav button.owl-prev, 
.thunk-brands-section .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    outline: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.thunk-brands-section .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.thunk-brands-section .owl-carousel .owl-nav button.owl-next{
  right: 0;
}
.thunk-brands-section .owl-nav{
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thunk-brands-wrapper:hover .owl-nav{
   opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thunk-brands-section .owl-nav i{
  background: #ddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 9px;
  border-radius: 100%;
  color: #fff;
}
.thunk-brands-section .owl-nav i:hover{
  background: #ff6c54;
}
.thunk-brands-wrapper{
  width: 100%;
}
/* About Us  */
.thunk-founder-title,
.thunk-founder-description.sub-heading{
    text-align: left;
}
.thunk-founder-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thunk-founder-image,
.thunk-founder-content{
    width: 48%;
    align-self: center;
}
.thunk-founder-image img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/* counter section css */
.th-counter-wrapper{
    display: flex;
}
.th-counter{
    width: 25%;
    text-align: center;
}
.th-counter-title{
    font-size: 21px;
}
.th-count{
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 30px;
}
/* custom section */
.widget-cs-container{
    margin-left: -15px;
    margin-right: -15px;
}
.widget-cs-container .widget {
    padding: 0 15px;
    margin-bottom: 30px;
}
.widget-cs-container{
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.widget-cs-col1{
    width: 100%;
}
.cs-wgt-two .widget-cs-col1, 
.cs-wgt-two .widget-cs-col2 {
    width: 50%;
    justify-content: flex-start;
}
.cs-wgt-two .widget-cs-col1, 
.cs-wgt-two .widget-cs-col2 {
    width: 50%;
    justify-content: flex-start;
}
.cs-wgt-three .widget-cs-col1, 
.cs-wgt-three .widget-cs-col2,
.cs-wgt-three .widget-cs-col3 {
    width: 33.33%;
    justify-content: flex-start;
}
.cs-wgt-four .widget-cs-col1, 
.cs-wgt-four .widget-cs-col2, 
.cs-wgt-four .widget-cs-col3, 
.cs-wgt-four .widget-cs-col4 {
    width: 25%;
    justify-content: flex-start;
    text-align: left;
}
/* blog page css */
ul.load_post,
.footer-widget-column{
    list-style-type: none;
}
/*  woocommerce section css */
.thunk-contact-plugin-notice{
  text-align: center;
  color: #ff6c54;
}
.th-woocommerce a.button,
.woocommerce ul.products li.product .button{
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.th-woocommerce a.button:hover,
.woocommerce ul.products li.product .button:hover{
  background: #ff6c54;
  color: #fff;
}
.woocommerce ul.products li.product .star-rating{
  color: #bd8348;
}
.frontpage ul.products li.product{
  margin-bottom: 30px!important;
} /*  woocommerce section End */
.th-woocommerce a.button, .woocommerce ul.products li.product .button{
background: transparent;
    color: #ff6c54;
    border-color: #ff6c54;
   border:1px solid;
}
/*Woocommerce css override*/ 
.woocommerce-product-details__short-description{
  margin-bottom: 30px;
}
/*  Single Product CSS  */
.single-product .content-wrapper{
  width: 100%;
  max-width: initial;
}
.woocommerce.single-product .quantity .qty{
  padding: 5px;
  outline: 0;
}
.single-product #reviews{  
  width: 50%;
}
.woocommerce .star-rating{
  color: #bd8348;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  background: #ff6c54;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product .product_meta a:hover{
  color: #ff6c54;
}
.woocommerce button.button.alt{
  background: #77a464;
}
.woocommerce span.onsale{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 9px 0 0 0;
}
.single-product .related.products h2{
  margin-bottom: 20px;
}
.single-product h2{
  font-size: 21px;
}

.woocommerce table.cart td.actions .input-text{
  width: auto;
}
.woocommerce-cart .cart-collaterals h2{
  font-size: 21px;
  margin-bottom: 20px;
}
/************************/
/*checkout page style*/
/************************/
.woocommerce .col2-set, .woocommerce-page .col2-set{
  width: 48%;
  float: left;
}
#order_review,
#order_review_heading{
  width: 48%;
  float: right;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  width: 100%;
  float: left;
}
.woocommerce form .form-row input,
.woocommerce form .form-row .input-text {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    height: 40px;
    width: 100%;
    padding: 0 15px;
}
.woocommerce form .form-row .input-text {
  padding: 15px 15px;
}
.woocommerce-additional-fields h3{
  font-size: 19px;
  margin: 10px 0;
}
.checkout_coupon p:nth-of-type(1){
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce .checkout_coupon .form-row.form-row-last{
  margin-top: 10px;
}
/************************/
/*checkout page style*/
/************************/
/************************/
/*Cart page style*/
/************************/
.woocommerce-cart-form .quantity{
  text-align: center;
}
.woocommerce-cart-form .product-remove a{
  margin: 0 auto;
  text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout a:hover{
  opacity: 0.7;
}
@media only screen and (min-width: 35em) {} @media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {} @media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/********************/
/*Breadcrumb*/
/********************/
.trail-browse{display:none;}
.thunk-breadcrumb-wrapper{
  text-align:center;
}
.thunk-breadcrumb{
  padding-bottom:15px;
  list-style: none;
  margin: 0;
color:#fff;
}
.thunk-breadcrumb li{
  display: inline;
  font-size: 11px;
}
/* Add a slash symbol (/) before/behind each list item */
.thunk-breadcrumb li+li:before{
  padding: 5px;
  content: "/\00a0";
}
.thunk-breadcrumb li a {
  text-decoration: none;
}
/***********************/
/*Additional css add*/
/***********************/
.woocommerce ul.products li.product a img,
.portfolio-desc button,
  .portfolio-image,
  figure.team-efct img,
   figure.blog-efct,
   
     #price-package .package {
    -webkit-box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
    -moz-box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
    box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
}
.portfolio-image, figure.team-efct img, figure.blog-efct, .image-test img, #price-package .package {
border-radius:4px!important;
}
.portfolio-desc button{
border-radius:4px;
webkit-box-shadow: 0 2px 2px 0 rgba(153,153,153,.14), 0 3px 1px -2px rgba(153,153,153,.2), 0 1px 5px 0 rgba(153,153,153,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(153,153,153,.14),0 3px 1px -2px rgba(153,153,153,.2),0 1px 5px 0 rgba(153,153,153,.12);
    box-shadow: 0 2px 2px 0 rgba(153,153,153,.14), 0 3px 1px -2px rgba(153,153,153,.2), 0 1px 5px 0 rgba(153,153,153,.12);
}
figure.protfolio-img-efc:after,.woocommerce ul.products li.product a img {
   border-radius: 4px;
}
.portfolio-desc button, .button-news-letter {
border-radius:4px;
 font-size:12px;
padding:15px 33px;
}
ul.portfolio-navi button {
       font-size: 11px!important;
       padding: 11px 10px!important;
       border-radius: 4px!important;
}
.main-heading {
    font-size: 36px;
    color: #1f1f1f;
    line-height: 47px;
    letter-spacing: 0px;
        text-align:center;
}

.portfolio-desc button {
    font-size: 11px;
}
.sider .menu-close{
display:none;
}
.wp-block-latest-comments__comment{
  line-height: inherit;
}
@media screen and (max-width: 1024px) {
   .plrx_enable{
        background-attachment: scroll!important;
  }
  .sider .menu-close{
display:block
;}
  #main-menu-wrapper,.logo{
 flex: auto;
 width:auto;
  }
.main-heading{
    font-size: 25px;
    line-height: 35px;
}
figure.team-efct figcaption h3{
    font-size: 20px;
    line-height: 30px;
}
.blog-image {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}   
.portfolio-desc p.th-slider-heading {
    font-size: 51px;
    line-height: 61px;
}
.searchbox{
    top: 20px;
}
.smaller .searchbox{
    top: 13px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;  
}
.contain.col-center {
     display:none;
    }
 .logo.col-center.split {
    display: block;
} 
.mobile-menu-active .logo-cent{
    display: none;
} 
.testimonials-page{
    max-width: 650px;
}  
figure.team-efct figcaption{
    padding: 15px;
}
.th-count{
    font-size: 50px;
    line-height: 60px;
}
.single-product #reviews{
  width: 100%;
}
.single-product .page-content{
  padding-top: 50px;
}
}
@media screen and (max-width: 990px) {
.cs-wgt-four .widget-cs-col1, 
.cs-wgt-four .widget-cs-col2, 
.cs-wgt-four .widget-cs-col3, 
.cs-wgt-four .widget-cs-col4{
    width: 33.33%;
}
}
@media screen and (max-width: 990px) {
    figure.protfolio-img-efc h3 {
        font-size: 14px;
    }
    .portfolio-block.four-grid-zero-padding ul.portfolio-grid li.post,
    .portfolio-block.four-grid ul.portfolio-grid li.post {
        width: 33.33%;
    }
    .item {
        width: 33.33%;
        float: left;
    }
    figure.team-efct {
        max-height: 350px;
    }
    /*star pages responsive style*/
    
    .content-wrapper {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: auto 0;
        margin-top: 30px;
    }
    .sidebar-wrapper {
        width: 45%;
        float: left;
    }
    .sidebar {
        padding-top: 5px;
    }
    /*end pages responsive style*/
}
@media screen and (max-width: 990px) {
    section,
    #portfolio-mywork-section,
    .slider-top li,
    .blog-image {
        background-position: center!important;
    }
}
@media screen and (max-width: 767px) {
     .post-next a:before{
     padding-left:0;
      }
     .post-previous a:before{
     padding-right:0;
     }
    .paginate .post-previous, .paginate .post-next {
      font-size: 12px;
      line-height: 20px;
      width: 175px;
    }
    #page, .container {
    padding-right: 10px;
    padding-left: 10px;
    }
    .sidebar-wrapper {
    margin-top: 20px;
    }
    .searchbox-icon{
        top: 10px;
    }
    .logged-in.admin-bar .header{
        top: 0;
    }
    .main-heading{
        font-size: 20px;
        line-height: 30px;
    }
    .sub-heading{
        font-size: 14px;
        line-height: 24px;
    }
    .new-letter-title,
    #call-ribbon h3{
        font-size: 18px;
        line-height: 28px;
    }
    .portfolio-desc p.th-slider-heading{
         font-size: 32px;
    line-height: 39px;
    }
    .portfolio-desc p{
        font-size: 15px;
    line-height: 22px;
    }
    .portfolio-desc button, .button-news-letter {
    padding: 4px 16px;
}
    .smaller .logo {
    padding-top: 15px 0px;
     }
     .searchbox {
      top: 20px; 
      -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
     }
     .smaller .searchbox {
      top:3px; 
      -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
     }
     .thunk-service-icon i{
        font-size:35px;
            margin-bottom: 15px;
     }
     .thunk-service-title {
    font-size: 15px;
    line-height: 22px;}
    .portfolio-desc .exp-btn button {
        margin-left: 0px;
        display: block;
        margin-top: 15px;
    }
    .profolio-page {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .thunk-wrapper {
    margin-top: 30px;
    }
    ul.portfolio-navi button {
        background-color: #fff;
    }
    ul.portfolio-grid li.post {
        width: 50%;
        float: left;
        position: relative;
        padding: 8px;
        display: inline-block;
    }
    ul.portfolio-navi button {
    font-size: 11px!important;
    padding: 8px 8px!important;
    border-radius: 4px!important;
}
ul.portfolio-navi li {
    display: inline-block;
    margin-bottom: 15px;
  }
  #latest-post, .thunk-service, 
  .th-counter-section, .thunk-about, 
  .thunk-custom-sect-first, .th-woocommerce,#team-info,.testimonials,.call-ribbon-block,.contact-block {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer-wrapper .footer {
    padding-top: 0px;
  }
  .company-detail {
    padding-top: 30px;}
    /*four grid portfolio style */
    
    .portfolio-block.four-grid ul.portfolio-grid li.post {
        width: 50%;
        float: left;
    }
    .portfolio-block.four-grid-zero-padding ul.portfolio-grid li.post {
        width: 50%;
    }
    .portfolio-block.three-grid-zero-padding ul.portfolio-grid li.post {
        width: 50%;
    }
    .portfolio-block.four-Masnory ul.portfolio-grid li.post {
        width: 50%;
    }
    .portfolio-block.three-Masnory ul.portfolio-grid li.post {
        width: 50%;
    }
    button {
        display: inline-block;
        padding: 10px 18px;
        background: #ff6c54;
        text-transform: uppercase;
        color: #fff;
    }
    #respond input#author,
    #respond input#email,
    #respond input#url {
        width: 100%;
    }
    /*star pages responsive style*/
    
    .content {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: auto 0;
    }
    .sidebar-wrapper {
        width: 85%;
        float: none;
        margin: 0 auto;
        
    }
    .sidebar {
        padding-top: 05px;
    }
    .blog-info-header {
    padding: 16px;
    margin-top: -40px;
} 
.blog-info-meta {
    margin-bottom: 15px;
}
.blog-info-content {
    margin-top: 10px;
}
.content .standard-layout .post{
      margin-bottom: 40px;
}

.blog-info-header h2 {
    font-size: 22px;
    line-height: 29px;
}
    /*end pages responsive style*/
    figure.team-efct {
        max-height: 370px;
        float: none;
    }
    ul.team-grid li.team-list,
    #price-package .package,
    ul.post-grid li.post-list,
    .thunk-service-post{
        width: 48.25%;
    }
    ul.team-grid li.team-list:nth-of-type(3n+3),
    #price-package .package:nth-of-type(3n+3),
    ul.post-grid li.post-list:nth-of-type(3n+3),
    .thunk-service-post:nth-of-type(3n+3){
        margin-right: 3.5%;
    }
    ul.team-grid li.team-list:nth-of-type(2n+2),
    #price-package .package:nth-of-type(2n+2),
    ul.post-grid li.post-list:nth-of-type(2n+2),
    .thunk-service-post:nth-of-type(2n+2){
        margin-right: 0;
    }
    figure.team-efct figcaption h3 {
    font-size: 14px;
    line-height:21px;
}
figure.team-efct figcaption p{
font-weight:normal;
font-size:11px;
    font-weight:normal;
}
.team-social-meta .team-social-social-fb a:before,.team-social-social-tw a:before,.team-social-social-y a:before,.team-social-social-ln a:before{
font-size:12px
}
.team-social-meta .team-social-social-fb, .team-social-meta .team-social-social-tw, .team-social-meta .team-social-social-y, .team-social-meta .team-social-social-ln{
padding-top:0;
}
figure.blog-efct h3 {
    font-weight:normal;
    font-size: 14px;
    line-height: 21px;
  }
figure.team-efct figcaption {
    padding: 9px;
}
    #price-package .package:hover {
        margin-top: 0px;
    }
    ul.footer-widget-column li.widget {
        width: 50%;
        position: relative;
        margin-bottom: 30px;
    }
    .blog-image{
     height: 135px;   
    }
    .thunk-founder-image, 
    .thunk-founder-content{
     width: 100%;
    }
    .thunk-founder-image{
        order: 1;
        margin-bottom: 30px;
    } 
    .thunk-founder-content{
        order: 2;
    }
    .th-counter-wrapper{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .th-counter{
        width: 48%;
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 40px;
    }
    .th-counter-title{
        font-size: 18px;
    }
    .cs-wgt-four .widget-cs-col1, 
    .cs-wgt-four .widget-cs-col2, 
    .cs-wgt-four .widget-cs-col3, 
    .cs-wgt-four .widget-cs-col4 {
    width: 50%;
}
.widget-cs .widget-title{
    font-size: 20px;
}
.thunk-brands-section .owl-nav i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 7px;
}
.woocommerce div.product .product_title{
  font-size: 25px;
}
.single-product .page-content{
  padding-top: 0;
}
.woocommerce-cart #coupon_code{
  line-height: 31px;
} 
.woocommerce .col2-set, .woocommerce-page .col2-set{
  width: 100%;
}
#order_review,
#order_review_heading{
  width: 100%;
}
.woocommerce-checkout h3{
  font-size: 19px;
}
.woocommerce .checkout_coupon .form-row-first{
  width: 100%;
}
.woocommerce .checkout_coupon .form-row.form-row-last{
    width: 100%;
    float: none;
    margin: auto;
    margin: 0 auto;
    display: inline-block;
}
figure.team-efct,figure.blog-efct {
    min-width:100%;
}
.contact-title {
    text-align: center;
    padding-top: 0px;
}
.contact-icon1 a:before {

    font-size: 25px;
    line-height: inherit;

}
.contact-title a {
    font-size: 10px;
}
.company-social {
    
    font-size: 18px;
}
.arrow-up a:before {
    width: 20px;
    height: 20px;
}
.company-detail {
    padding-top: 0px;
}
.news-button {
    margin-top: 10px;
}
.woocommerce form .form-row input, .woocommerce form .form-row .input-text {
    height: 35px;
  }
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} 
[type="submit"] {
    padding: 7px 30px;
}
.menu-toggle .menu-btn{
    padding: 7px;
} 
}