body {
  --wp--preset--color--black: #111111;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--gray: #f4f4f4;
  --wp--preset--color--blue: #1b8be0;
  --wp--preset--color--yellow: #bf9410;
  --wp--preset--color--fade-blue: #32506d;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 42px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--normal: 18px;
  --wp--preset--font-size--huge: 54px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
  }
  
  body {
    margin: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden],
  template {
    display: none;
  }
  
  a {
    background-color: transparent;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  
  
  b,
  strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  
  mark {
    background: #ff0;
    color: #000;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  /*--------------------------------------------------------------
  2. Typography
  --------------------------------------------------------------*/
  
  button,
  input,
  select,
  textarea {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
  }
  
  body {
    font-family: Poppins, sans-serif;
    color: #888888;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
    word-wrap: break-word;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0 0 15px 0;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #232323;
  font-family: 'Old Standard TT', serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
  
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
}
  h1 {
    font-size: 50px;
  }
  
  h2 {
    font-size: 42px;
  }
  
  h3{
    font-size: 26px;
  }
  
  h4 {
    font-size: 22px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 14px;
  }
  
  dfn,
  cite,
  em,
  i {
    font-style: italic;
  }
  
  blockquote {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: 5px solid #bf9410;
    margin: 0 0 15px;
    padding: 20px 15px 5px;
  }
  
  address {
    margin: 0 0 1.5em;
  }
  
  pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }
  
  code,
  kbd,
  tt,
  var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  
  abbr,
  acronym {
    cursor: help;
  }
  
  mark,
  ins {
    background: #fff9c0;
    text-decoration: none;
  }
  
  big {
    font-size: 125%;
  }
  
  /*--------------------------------------------------------------
  3. Elements
  --------------------------------------------------------------*/
  
  html {
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
  }
  
  body {
    background-color: #fff; /* Fallback for when there is no custom background color defined. */
    word-wrap: break-word;
  }
  
  blockquote::before,
  blockquote::after,
  q::before,
  q::after {
    content: "";
  }
  
  blockquote,
  q {
    quotes: "" "";
  }
  
  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }
  
  ul,
  ol {
    margin: 0 0 1.5em 3em;
  }
  
  ul {
    list-style: disc;
  }
  
  ol {
    list-style: decimal;
  }
  
  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  
  ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
  }
  
  dt {
    font-weight: bold;
  }
  
  dd {
    margin: 0 1.5em 1.5em;
  }
  
  img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
  }
  
  table {
    margin: 0 0 1.5em;
    width: 100%;
    table-layout: fixed;
  }
  
  
  td, th {
    border: 1px solid #ddd;
    padding: 5px;
  }
  
  /*--------------------------------------------------------------
  4. Forms
  --------------------------------------------------------------*/
  button,
  a.button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    display: inline-block;
    font-size: 14px;
    margin: 10px;
    padding: 10px 30px;
    color: #ffffff;
    background: #32506d;
    border: none;
  }
  
  
  button:hover,
  a.button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #232323 ;
    border-color:transparent;
    color: #fff;
  }
  
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    outline: none;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea,
  select {
    color: #666;
    border: 1px solid #ddd;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111;
    outline:none;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"]{
    padding: 6px 0 6px 9px;
  }
  
  select {
    width: 100%;
    padding:5px;
  }
  
  textarea {
    padding:10px;
    width: 100%;
  }
  .form-submit input#submit {
    margin: 0;
  }
  /*--------------------------------------------------------------
  5. Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  5.1. Links
  --------------------------------------------------------------*/
  
  a {
    color: #232323;
    text-decoration: inherit;
  }
  
  a:visited {
    color: #232323;
  }
  
  a:hover,
  a:focus,
  a:active {
    color: #bf9410;
  }
  
  a:focus {
    outline:inherit;
  }
  
  a:hover,
  a:active {
    outline: 0;
  }
  
  .entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
  .entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
  .ew-about a:not(.more-link):not(.button),
  .widget_text a:not(.more-link):not(.button),
  .comment-content a {
    text-decoration: underline;
  }
  
  .entry-content a:not(.more-link):not(.button):hover,
  .entry-content a:not(.more-link):not(.button):focus,
  .entry-summary a:not(.more-link):not(.button):hover,
  .entry-summary a:not(.more-link):not(.button):focus,
  .ew-about a:not(.more-link):not(.button):hover,
  .ew-about a:not(.more-link):not(.button):focus,
  .widget_text a:not(.more-link):not(.button):hover,
  .widget_text a:not(.more-link):not(.button):focus,
  .comment-content a:hover,
  .comment-content a:focus {
    text-decoration: none;
  }
  
  /*--------------------------------------------------------------
  5.2. Comment and Post Navigation
  --------------------------------------------------------------*/
  
  
  /*comment and post navigation*/
  
  a.comment-reply-link {
    /* text-transform: uppercase; */
    font-weight: bold;
  }
  
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    margin: 30px 0;
    overflow: hidden;
    clear: both;
  }
  
  #infinite-handle{
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
  }
  
  #infinite-handle span:hover {
    border:1px solid #179bd7;
    background: #179bd7;
    color: #fff;
  }
  
  #infinite-handle span {
    border:1px solid #001837;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
    color: #001837;
    display: block;
  }
  
  .post-title {
    font-size: 17px;
    margin-top: 15px;
  }
  
  .meta-nav {
    display: none;
  }
  
  .navigation .nav-links .nav-next{
    float: right;
    margin-bottom: 15px;
  
  }
  
  .navigation .nav-links .nav-previous {
    float: left;
    margin-bottom: 15px;
  }
  
  .post-navigation a, .posts-navigation a {
    border: 2px solid #fbfbfb;
    padding: 6px 20px;
    background: #fff;
    display: block;
  }
  
  .navigation,
  .pagination {
    margin-top: 60px;
  }
  
  .post-navigation .nav-links .nav-next a::after,
  .posts-navigation  .nav-next a:after{
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 100;
  }
  
  .post-navigation .nav-links .nav-previous a::before,
  .posts-navigation  .nav-previous a:before {
    content: "\f177";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 100;
  }
  
  .navigation.pagination {
    text-align: center;
  }
  
  .navigation.pagination .nav-links .page-numbers {
    padding: 5px 13px;
    text-align: center;
    background-color: #f7f7f7;
    display: inline-block;
    border-radius: 50px;
    margin: 0 3px;
  }
  .navigation.pagination .nav-links .page-numbers.current,
  .navigation.pagination .nav-links a.page-numbers:hover {
    background: #bf9410  none repeat scroll 0 0;
    color: #ffffff;
  }
  
  /*--------------------------------------------------------------
  6. Accessibility
  --------------------------------------------------------------*/
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
  }
  
  /*--------------------------------------------------------------
  7. Alignments
  --------------------------------------------------------------*/
  .alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
  }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  
  .alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  
  }
  
  /*--------------------------------------------------------------
  8. Clearings
  --------------------------------------------------------------*/
  
  .clear-fix::before,
  .clear-fix::after,
  .entry-content::before,
  .entry-content::after,
  .comment-content::before,
  .comment-content::after,
  .site-header::before,
  .site-header::after,
  .site-content::before,
  .site-content::after,
  .site-footer::before,
  .site-footer::after,
  #sidebar-front-page-widget-area::after,
  #sidebar-front-page-widget-area::before,
  #featured-slider::after,
  #featured-slider::before,
  .widget::after,
  .widget::before {
    content: "";
    display: table;
  }
  
  .clear-fix::after,
  .entry-content::after,
  .comment-content::after,
  .site-header::after,
  .site-content::after,
  .site-footer::after,
  .widget::after,
  .widget::before {
    clear: both;
  }
  
  /*--------------------------------------------------------------
  9. Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  9.1 Posts and pages
  --------------------------------------------------------------*/
  
  .entry-content-outer img,
  .entry-content-outer img {
    vertical-align: middle;
    margin-bottom: 15px;
  }
  
  
  .entry-content-outer a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .alignment-left img {
    margin-right: 30px;
  }
  
  .alignment-right img {
    margin-left: 30px;
  }
  
  .alignment-right .entry-content-wrapper,
  .alignment-left .entry-content-wrapper {
    display: table;
    padding: 0;
  }
  .entry-content-outer.alignment-left,
  .entry-content-outer.alignment-right {
  padding: 30px;
  }
  .alignment-left  h2.entry-title,
  .alignment-right h2.entry-title {
    margin-bottom: 5px;
  }
  
  .blog #primary article,
  .archive #primary article {
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
  }
  
  #main article {
    box-shadow: 0 0 55px #f3f3f3;
    background: #fff;
  }
  
  h2.entry-title {
    font-size: 33px;
  }
  
  .entry-content-wrapper {
    padding: 60px;
    background: #Fff;
  }
  span.edit-link {
    padding: 20px 30px;
    display: block;
    float: right;
  }
  .sticky {
    display: block;
  }
  
  .hentry {
    margin: 40px 0 0;
  }
  
  .hentry:first-child {
    margin:0;
  }
  
  .byline,
  .updated:not(.published) {
    display: none;
  }
  
  .single .byline,
  .group-blog .byline {
    display: inline-block;
  }
  
  
  .entry-meta .byline .author.vcard {
    margin-left: -4px;
  }
  .entry-meta {
    margin-bottom: 15px;
  }
  .entry-meta > span {
    margin-right: 20px;
    font-size: 14px;
  }
  .entry-footer > span::before,
  .entry-meta > span::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "";
  }
  .entry-meta > span a {
    color:#49616b;
  }
  
  .entry-meta a:hover {
    color: #bf9410;
  }
  
  .entry-meta span.comments-link::before {
    content: "\f075";
  }
  
  .entry-meta > .cat-links::before {
    content: "\f07c";
  }
  
  .entry-meta > .byline::before {
    content: "\f007";
  }
  
  
  .entry-meta .tags-links::before{
    content: "\f02c";
  }
  
  .entry-meta > .posted-on::before {
    content: "\f017";
  
  }
  
  .entry-footer .edit-link::before{
    content: "\f044";
  }
  
  
  /*--------------------------------------------------------------
  9.2 Asides
  --------------------------------------------------------------*/
  .blog .format-aside .entry-title,
  .archive .format-aside .entry-title {
    display: none;
  }
  
  /*--------------------------------------------------------------
  9.3 Comments
  --------------------------------------------------------------*/
  
  #respond {
    clear: both;
    display: block;
  }
  
  #comments {
    margin-top: 30px;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comment-notes {
    position: relative;
  }
  
  .comments-area #commentform p.comment-notes,
  .comments-area #commentform p.comment-form-comment {
    width: 100%;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input{
    width: 100%;
  }
  
  #tab-reviews .comment-form-author,
  #tab-reviews .comment-form-email,
  #tab-reviews .comment-form-url{
    width: 100%;
  }
  
  .comment-form-author,
  .comment-form-email,
  .comment-form-url{
    width: 100%;
    float: left;
  }
  
  .comment-list li.comment::after {
    content: inherit;
    display: none;
  }
  
  .comment-list li{
    padding-left: 0;
  }
  
  .comment {
    display: block;
    float: left;
    width: 100%;
  }
  
  ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
  }
  
  ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
  }
  
  ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px;
  }
  
  .comment .comment-body {
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 20px;
    padding: 30px 40px;
    position: relative;
    text-align: left;
    width: 100%;
    box-shadow: 0 0 55px #f3f3f3;
  }
  
  .comment .reply {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  
  .comment-author.vcard {
    font-size: 18px;
    margin-bottom: 5px;
    color: #bf9410;
  }
  
  .comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
  }
  
  .comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
  }
  
  #comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  
  .vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
  }
  
  .comment-metadata {
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  .comment-metadata > a{
     color: #49616b;
     margin-right: 30px;
  }
  
  .comment-metadata::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    content: "\f017";
  }
  
  .form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
  }
  
  .comment-respond label {
    display: block;
    font-weight: normal;
  }
  
  .comments-title {
    font-weight: normal;
    margin: 25px 0 25px;
    font-size: 21px;
    font-weight: bold;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comment-content {
    clear: both;
    display: block;
  }
  
  .authorbox  .author-info,
  .authorbox  .author-bio-posts-content {
    float: left;
    max-width: 90%;
    width: 90%;
  }
  
  .author-info h4 {
    margin-bottom: 0;
  }
  
  .author-avatar {
    float: left;
    margin: 0 15px 15px 0;
  }
  
  .authorbox {
    margin: 65px 0 50px;
    overflow: hidden;
    padding: 25px 30px 10px;
    background: #f9f9f9;
  }
  
  #commentform label {
    display: inline;
    position:relative;
  }
  
  #commentform input[type="checkbox"],
  #commentform input[type="radio"] {
  margin-right: 10px;
  }
  
  #commentform  p.form-submit {
    margin-top: 30px;
  }
  
  #commentform  span.required {
    color: #f0632b;
  }
  /*--------------------------------------------------------------
  10. Infinite scroll
  --------------------------------------------------------------*/
  
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
  .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
  }
  
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  .infinity-end.neverending .site-footer {
    display: block;
  }
  
  /*--------------------------------------------------------------
  11. Media
  --------------------------------------------------------------*/
  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  
  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%;
  }
  
  /*--------------------------------------------------------------
  11.1. Captions
  --------------------------------------------------------------*/
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  
  .wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  
  .wp-caption-text {
    text-align: center;
  }
  
  /*--------------------------------------------------------------
  11.2. Galleries
  --------------------------------------------------------------*/
  .gallery {
    margin-bottom: 1.5em;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin:0;
    padding: 5px;
  
  }
  
  .gallery-item img {
    vertical-align: middle;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  
  .gallery-caption {
    display: block;
  }
  
  
  /*--------------------------------------------------------------
  # page
  --------------------------------------------------------------*/
  
  #page {
    position: relative;
    margin: 0 auto;
  
  }
  
 
  
  .inner-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  
  .custom-button,
  .custom-button:visited,
  .button,
  .button:visited,
  a.more-link,
  a.more-link:visited {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 12px 30px;
    color: #ffffff;
    background: #32506d;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 1;
  
  }
  
  .custom-button:hover,
  .custom-button:focus,
  .custom-button:active,
  a.more-link:hover,
  a.more-link:focus,
  a.more-link:active,
  .button:hover,
  .button:focus,
  .button:active {
    background:#bf9410;
    color: #fff;
  }
  
  
  .custom-button.button-secondary,
  .custom-button.button-secondary:visited,
  a.custom-button.btn-call-to-action.button-primary:hover,
  a.custom-button.btn-call-to-action.button-primary:active,
  a.custom-button.btn-call-to-action.button-primary:focus  {
    background: #bf9410;
    color: #fff;
  }
  
  a.custom-button.btn-call-to-action.button-primary {
    background: #fff;
    color: #222;
  }
  
  .custom-button.button-secondary:hover,
  .custom-button.button-secondary:active,
  .custom-button.button-secondary:focus {
  color:#fff;
  background:#32506d;
  }
  
  a.more-link {
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    z-index: 0;
  }
  
  a.more-link::after,
  .custom-button::after,
  .know-more:after {
    content: "\f101";
    display: inline-block;
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
  }
  
  .entry-content-outer a.more-link {
    display: table;
  }
  .blog .entry-content-outer a.more-link {
    display: table;
    margin-top: 30px;
  }
  /*--------------------------------------------------------------
  13. Header
  --------------------------------------------------------------*/

  
  /*quick contact*/
  
  #quick-contact {
    float: right;
    margin-top: 0;
  }
  
  #quick-contact > ul {
    margin: 0;
    padding: 0;
  }
  
  #quick-contact a {
    display: inline-block;
  }
  
  
  #quick-contact li.quick-email::before {
    content: "\f0e0";
  }
  
  #quick-contact li.quick-call::before {
    content: "\f095";
  }
  
  #quick-contact li.quick-address::before {
    content: "\f0ac";
  }
  
  #quick-contact li::before {
    color: #bf9410;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
  }
  
  #quick-contact li {
    clear: inherit;
    float: left;
    font-size: 13px;
    line-height: 1.75;
    list-style: outside none none;
    text-align: left;
    padding: 5px 10px;
    color: #ababab;
    letter-spacing: 0.7px;
  }
  
  #tophead .header-social-wrapper {
    float: left;
  }
  
  #tophead .realestate_base_widget_social li a {
    border: none;
    height: 30px;
    padding: 6px 10px;
    width: 30px;
    border-radius: 100%;
    margin-right: 8px;
    font-size: 10px;
    margin-top: 2px;
    background: no-repeat;
  }
  
  #tophead .realestate_base_widget_social li a:before {
    line-height: 1;
    font-size: 14px;
    color: #aaa;
  }
  
  #tophead .realestate_base_widget_social li {
    margin: 0;
  }
  
  /*--------------------------------------------------------------
  13.2. Main Header
  --------------------------------------------------------------*/
  
  .site-header {
    padding: 25px 0;
    background-color: #fff;
    transition: padding 0.2s ease-in-out 0s;
    clear: both;
    z-index: 999;
    position: relative;
  }
  a.custom-button.appyl-now {
    float: right;
  }
  a.custom-button.appyl-now:after {
    display: none;
  }
  a.custom-button.doante-now {
    float: right;
    margin: 24px 0 0 20px;
    padding: 8px 17px;
    text-align: center;
    min-width: inherit;
    text-transform: capitalize;
  }
  
  a.custom-button.doante-now i {
    margin-right: 10px;
  }
  
  .enabled-sticky-primary-menu .site-header.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
  }
  
  .enabled-sticky-primary-menu .site-header.fixed .site-description {
    display: none;
  }
  
  .custom-logo-link,
  #site-identity {
    float: left;
    margin-right: 15px;
  }
  
  .custom-logo-link {
    max-width: 200px;
  }
  
  .custom-logo-link img{
    vertical-align: middle;
  }
  
  .site-title {
    margin-bottom: 0;
    font-size: 37px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 4px;
    font-family: Poppins, sans-serif;
  }
  
  .site-description {
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  
  .site-title a {
    color: #232323;
    font-weight: 600;
  }
  
  .right-head {
    float: right;
    padding-top: 20px;
  }
  
  .header-search-box {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    position: relative;
  }
  .header-search-box > a {
    color: #292929;
    padding: 14px 15px 14px;
    line-height: 1.5;
    display: block;
    background: #e4dfdf;
  }
  
  .header-search-box > a i {
    font-size: 13px;
  }
  
  .header-search-box > a:hover {
    background-color:#bf9410;
    color: #fff;
  }
  
  .header-search-box .search-box-wrap {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: -98px;
    box-shadow: 0 2px 2px;
    display: none;
    padding: 15px 15px 15px;
    position: absolute;
    width: 380px;
    z-index: 9999;
    right: 0;
  }
  
  .search-form input.search-field {
    padding: 10px 9% 10px 10px;
    width: 87%;
    height: 28px;
  }
  
  .search-submit {
    border-radius: 0 ;
    padding: 7.3px 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
  }
  
  .search-form {
    position: relative;
  }
  
  .search-form .search-submit {
    border: medium none;
    font: 14px/1.3 FontAwesome;
    height: 50px;
    padding: 0 27px;
    margin: 0;
    border-radius: 0;
    color: #fff;
  }
  .custom-button ,
  .realestate_base_widget_services .service-block-inner > a:hover i{
    transition: all 0.4s ease-in-out 0s;
  }
  
  .woocommerce-product-search {
  position: relative;
  }
  
  .woocommerce-product-search .search-field {
    height: 50px;
    padding: 10px 55px 10px 10px;
    width: 100%;
    box-sizing: inherit;
  }
  
  .woocommerce-product-search button {
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    height: 50px;
    line-height: 1.8;
    padding: 0 20px;
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
  }
  
  /*--------------------------------------------------------------
  13.3. Main Menu
  --------------------------------------------------------------*/
  
  #main-nav {
    float: right;
    margin-right: 15px;
  }
  
  .main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .main-navigation ul ul {
    background-color: #fff;
    box-shadow: 0px 2px 2px #666;
    left: -9999px;
    margin: 0;
    min-width: 220px;
    position: absolute;
    top: 81px;
    opacity: 0;
    z-index: -9999;
    transition: opacity 0.4s ease-in-out 0s;
  }
  
  .main-navigation ul ul::before {
    content: "";
    display: block;
    background: transparent;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
  }
  
  .main-navigation ul ul ul {
    left: 100%;
    top: 0;
    box-shadow: 2px 1px 2px #232323;
  }
  
  .main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float:left;
  }
  
  .main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
  }
  
  .main-navigation ul ul ul ul  {
    display: none;
  }
  
  .main-navigation ul ul ul li:hover > ul {
    display: block;
  }
  
  .main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;
  }
  
  .main-navigation li li {
    float: none;
    display: block;
  }
  
  .main-navigation ul li li:first-child > a {
    border-left: none;
  }
  
  .main-navigation ul li a {
    color: #232323;
    display: block;
    font-size: 15px;
    padding: 23px 15px;
    position: relative;
    z-index: 99;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .main-navigation ul ul a {
    border-bottom: 1px solid #f1f1ee;
    border-left: medium none;
    border-right: medium none;
    transition: padding 0.2s ease-in-out 0s;
    height: auto;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    margin: 0;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.5;
  }
  
  .main-navigation ul ul li:last-child > a {
    border:none;
  }
  .main-navigation ul li.menu-item-has-children > a,
  .main-navigation ul li.page_item_has_children > a{
    padding-right: 25px;
  }
  .main-navigation ul li.menu-item-has-children > a::after,
  .main-navigation ul li.page_item_has_children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 7px;
    margin-right: 0;
    float: right;
    position: absolute;
    right: 7px;
  }
  
  .main-navigation ul li li.menu-item-has-children > a::after,
  .main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 10px;
  }
  
  .main-navigation ul li.menu-item-has-childrenv > a,
  .main-navigation ul li.page_item_has_children > a {
    padding-right: 30px;
  }
  
  .main-navigation li > a:hover,
  .main-navigation li.current-menu-item > a,
  .main-navigation li.current_page_item > a,
  .main-navigation li:hover > a {
    color: #bf9410;
  }
  .main-navigation li.current-menu-item > a::before,
  .main-navigation li > a:hover::before,
  .main-navigation li.current_page_item > a::before,
  .main-navigation li:hover > a::before {
    transition: all 0.2s linear 0s;
    content: "";
    height: 2px;
    display: block;
    bottom: 0;
    position: absolute;
    left: 10%;
    background: #292929;
    width: 80%;
  }
  .main-navigation li li.current-menu-item > a::before,
  .main-navigation li li > a:hover::before,
  .main-navigation li.current_page_item > a::before,
  .main-navigation li li:hover > a::before {
    display: none;
  }
  .main-navigation .menu-toggle,
  .main-navigation .dropdown-toggle {
    display: none;
  }
  
  #mobile-trigger {
  display: none;
  }
  
  #mob-menu {
  display: none;
  }
  
  /*--------------------------------------------------------------
  ## Main slider
  --------------------------------------------------------------*/
  
  #featured-slider {
    overflow: hidden;
    position: relative;
    z-index: 99;
  }
  
  #main-slider {
    color: #686868;
    clear: both;
    position: relative;
    text-align: center;
    z-index: -1;
  }
  
  #featured-slider .overlay-enabled article::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 3;
    opacity: 0.4;
  }
  
  #main-slider img {
    width: 100%;
    vertical-align: middle;
  }
  
  #main-slider .cycle-slide {
    width: 100%;
  }
  
  #main-slider article.first {
    display: block;
  }
  
  #main-slider article {
    display: none;
  }
  
  #main-slider .cycle-slideshow {
    margin-bottom: 0;
    padding: 0;
  }
  
  #main-slider .cycle-caption {
    bottom: 28%;
    height: auto;
    left: 10%;
    max-width: 80%;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999;
  }
  
  #main-slider .cycle-caption.caption-alignment-center {
    text-align: center;
  }
  
  #main-slider .cycle-caption.caption-alignment-right {
    text-align: right;
  }
  
  #main-slider h3 {
    text-shadow: 0px 0px 1px #232323;
    font-size: 90px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
  
  }
  #main-slider h3 a {
    display: inline-block;
  }
  #main-slider p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #fff;
    width: 730px;
    max-width: 100%;
    display: inline-block;
    clear: both;
  }
  
  #main-slider .cycle-slide-active h3 {
    padding-right: 0;
  }
  
  #main-slider .cycle-slide-active p {
    padding-left: 0;
  }
  
  #main-slider .slider-buttons {
    -webkit-transition: opacity 0.2s ease-in-out 1s;
    -moz-transition: opacity 0.2s ease-in-out 1s;
    -ms-transition: opacity 0.2s ease-in-out 1s;
    -o-transition: opacity 0.2s ease-in-out 1s;
    transition: opacity 0.2s ease-in-out 1s;
  }
  
  #main-slider .cycle-slide-active .slider-buttons {
    opacity: 1;
  }
  
  .slider-buttons a.custom-button {
    margin: 0 25px 0 0;
  }
  
  #main-slider h3 a {
    color: #fff;
  }
  
  #main-slider h3 a:hover {
    opacity: 0.7;
  }
  
  .slider-buttons a {
    font-size: 17px;
    text-transform: capitalize;
  }
  
  #main-slider .caption-alignment-right .slider-buttons a.custom-button{
    margin-right: 0;
    margin-left: 25px;
  }
  
  /*slider pager box*/
  
  #main-slider .pager-box {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 15px;
    margin: 3px 5px;
    width: 15px;
    z-index: 99;
    border-radius: 100%;
  }
  
  #main-slider .cycle-pager {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
  }
  
  #main-slider .pager-box.cycle-pager-active {
    background-color: #bf9410;
    border-color:#fff;
  }
  
  /*Slider cycle next / previous*/
  
  #main-slider .cycle-prev,
  #main-slider .cycle-next {
    bottom: 45%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 29px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 45px;
    z-index: 999;
    height: 80px;
    transition: all 0.2s ease-in-out 0s;
    line-height: 2.7;
    background: rgba(0,0,0,.4);
  }
  
  #main-slider .cycle-prev:hover,
  #main-slider .cycle-next:hover {
    background-color: #bf9410;
    color: #fff;
  }
  
  
  #main-slider .cycle-prev {
    left: 1%;
  }
  
  #main-slider .cycle-next {
    right: 1%;
  }
  
  /*--------------------------------------------------------------
  15. Main Content
  --------------------------------------------------------------*/
  
  #primary {
    float: left;
    padding-left: 25px;
    padding-right:25px;
    width: 70%;
  }
  
  #content {
    padding: 60px 0;
    clear: both;
  }
  
  .home.home-content-not-enabled #content {
    display: none;
  }
  
  /*--------------------------------------------------------------
  16. Sidebar
  --------------------------------------------------------------*/
  
  .sidebar {
    width:30%;
    padding-left:25px;
    padding-right: 25px;
  }
  
  .sidebar .widget {
    padding: 25px 25px;
    box-shadow: 0 0 55px #f3f3f3;
    background: #f0f0f0;
  }
  
  .sidebar .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
    background: #f0f0f0;
    padding: 0px 30px;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
  }
  
  
  .sidebar .widget-title a {
    color: #222;
  }
  
  .sidebar .widget-subtitle {
    text-align: left;
  }
  
  #sidebar-primary {
    float: right;
  }
  
  #sidebar-secondary {
    float: left;
  }
  
  .sidebar a,
  .sidebar  a:visited {
    color: #001837;
  }
  
  .sidebar  a:hover,
  .sidebar  a:focus,
  .sidebar  a:active
  {
    color:#bf9410;
  }
  
  .widget-area ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
  }
  
  .widget-area ul ul {
    border-bottom:none;
    padding-bottom: 0;
  }
  
  .sidebar ul li::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top:0;
    background: #f7f6f6;
  
  }
  
  /* .sidebar ul li::after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 7px;
  } */
  
  .sidebar .widget > ul > li:first-child::before {
    display: none;
  }
  
  .sidebar ul .sub-menu {
    margin-bottom:-7px;
  }
  
  .sidebar > ul > li:first-child::after {
    display: none;
  }
  
  .sidebar ul ul li:first-child {
    margin-top: 7px;
  }
  
  .sidebar ul ul li:last-child {
    margin-bottom: 0px;
  }
  
  .sidebar ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    cursor: pointer;
  }
  
  .sidebar ul ul li {
    padding-left:15px;
  }
  
  .sidebar ul ul ul {
    margin-left: -15px;
  }
  
  .sidebar ul ul ul li {
    padding-left: 30px;
  }
  
  .sidebar ul ul ul ul {
    margin-left: -30px;
  }
  
  .sidebar ul ul ul ul li {
    padding-left: 45px;
  }
  
  .sidebar ul ul ul ul ul{
    margin-left:0
  }
  
  .sidebar ul ul ul ul ul > li {
    padding-left: 0;
  }
  
  /*calendar widget*/
  
  .widget_calendar {
    text-align: center;
  }
  
  .widget_calendar caption {
    background: #bf9410 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
  }
  
  .widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
  }
  
  .widget_calendar #today {
    background: #bf9410 none repeat scroll 0 0;
    color: #ffffff;
  }
  
  .widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #000000;
    display: inline-block;
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
  }
  
  .widget .tagcloud a:hover {
    border: 1px solid #bf9410;
    color: #bf9410;
  }
  
  .widget_categories li > a,
  .widget_archive li > a {
    display: inline-block;
    min-width: 83%;
  }
  
  /*--------------------------------------------------------------
  16.1  layout sidebar
  --------------------------------------------------------------*/
  
  .global-layout-left-sidebar #primary {
    float: right;
  }
  
  .three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
  }
  
  .global-layout-three-columns .sidebar{
    float: right;
  }
  
  .three-columns-enabled .sidebar{
     width: 25%;
  }
  
  .global-layout-no-sidebar #primary{
    width: 100%;
  }
  
  /* Extra css for Pro By WEN
  */
  
  .global-layout-three-columns-pcs #sidebar-primary,
  .global-layout-three-columns-cps #sidebar-primary,
  .global-layout-three-columns-psc #sidebar-primary {
    float: left;
  }
  
  .global-layout-three-columns-pcs #sidebar-secondary,
  .global-layout-three-columns-cps #sidebar-secondary {
    float: right;
  }
  
  .global-layout-three-columns-cps #primary {
    float: left;
  }
  
  /* equal global layout*/
  
  .global-layout-three-columns-pcs-equal #primary,
  .global-layout-three-columns-pcs-equal #sidebar-primary,
  .global-layout-three-columns-pcs-equal #sidebar-secondary,
  .global-layout-three-columns-scp-equal #primary,
  .global-layout-three-columns-scp-equal #sidebar-primary,
  .global-layout-three-columns-scp-equal #sidebar-secondary {
    width: 33.33%;
  }
  
  .global-layout-three-columns-pcs-equal #sidebar-primary {
    float: left;
  }
  
  .global-layout-three-columns-pcs-equal #sidebar-secondary {
    float: right;
  }
  
  
  /*--------------------------------------------------------------
  17. Footer
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  17.1. Colophon
  --------------------------------------------------------------*/
  
  #colophon {
    background-color: #1d3c5a;
    clear: both;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #3a6996;
  }
  
  .colophon-column-left {
    float: left;
    width: 50%;
    text-align: left;
  }
  
  .colophon-column-right {
    float: right;
    width: 50%;
    text-align: right;
  }
  
  .colophon-column-left .colophon-column,
  .colophon-column-right .colophon-column {
    width: 100%;
    font-size: 14px;
  }
  
  #colophon a {
    color:#bf9410;
  }
  
  #colophon a:hover {
    color: #fff;
  }
  
  
  /*social links*/
  
  #colophon .realestate_base_widget_social li {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  
  #colophon .realestate_base_widget_social li a {
  background: none;
  }
  #colophon .realestate_base_widget_social ul li a::before {
    font-size: 13px;
    margin-right: 0;
  }
  
  #colophon .realestate_base_widget_social ul li a:hover {
    background: none;
  }
  
  /*--------------------------------------------------------------
  17.2. Footer Navigation
  --------------------------------------------------------------*/
  
  #footer-navigation {
    margin-top: 5px;
  }
  
  #footer-navigation li {
    display: inline-block;
    list-style: outside none none;
  }
  
  #colophon .copyright {
    clear: both;
  }
  
  #footer-navigation li:first-child a {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  #footer-navigation li a {
    border-left: 1px solid #fff;
    display: block;
    line-height: 0.8;
    margin-left: 10px;
    padding: 0 0 0 10px;
    color: #ddd;
  }
  
  #footer-navigation ul {
    margin: 0;
  }
  
  /*--------------------------------------------------------------
  17.3. Footer Widgets
  --------------------------------------------------------------*/
  
  #footer-widgets {
    background-color: #32506d;
    color: #bbbbbb;
    overflow: hidden;
    padding: 50px 0;
  }
  
  #footer-widgets h1,
  #footer-widgets h2,
  #footer-widgets h3,
  #footer-widgets h4 {
    font-weight: 400;
  }
  
  #footer-widgets .widget-title {
    color: #ffffff;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 600;
  }
  
  #footer-widgets .widget-title span::before,
  #footer-widgets .widget-title span::after,
  #footer-widgets .widget-title::after {
    color:#fff;
    background: #fff;
  }
  
  #footer-widgets ul {
    list-style: none;
    margin: 0;
  }
  
  #footer-widgets ul li {
    padding: 3px 0 3px;
    position: relative;
  }
  
  #footer-widgets ,
  #footer-widgets a {
    color: #dddddd;
  }
  
  #footer-widgets a:hover {
    color: #fff;
  }
  
  #footer-widgets .widget-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin-top: 5px;
    background: #bf9410;
  }
  
  #footer-widgets .footer-widget-area {
    float: left;
    padding: 0 25px;
    width: 25%;
  }
  
  #footer-widgets .footer-active-1 {
    width: 100%;
  }
  
  #footer-widgets .footer-active-2 {
    width: 50%;
  }
  
  #footer-widgets .footer-active-3 {
    width: 33.33%;
  }
  
  #footer-widgets .footer-active-4 {
    width: 25%;
  }
  
  .footer-widget-area .widget:first-child {
    margin-top: 0;
  }
  
  .footer-widget-area .widget {
    margin-top: 15px;
  }
  
  /*--------------------------------------------------------------
  17.4. Scrollup
  --------------------------------------------------------------*/
  .scrollup {
    bottom: 60px;
    color: #fff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 10px;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    font-size: 20px;
    background: #bf9410;
    height: 45px;
    width: 45px;
  }
  
  .scrollup:hover {
    color:#fff;
    background-color: #bf9410;
  }
  
  
  
  /*--------------------------------------------------------------
  18. Inner Pages
  --------------------------------------------------------------*/
  
  /*--------------------------------------------------------------
  18.1. Custom Header
  --------------------------------------------------------------*/
  
  #custom-header {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 99;
    background-color: #32506d;
    overflow: hidden;
  }
  
  .page-title {
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
  }
  
  #primary .page-title {
    margin-bottom: 15px;
  }
  
  #custom-header::after {
    background: #000000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
  }
  #custom-header .page-title {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    text-align: left;
  }
  #custom-header .separator {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
  }
  
  .header-content {
    float: left;
  }
  
  /*--------------------------------------------------------------
  18.2. Breadcrumb
  --------------------------------------------------------------*/
  
  #breadcrumb {
    color: #ffffff;
    float: right;
    padding: 10px 0 0;
  }
  ul#crumbs {
    margin: 0;
  }
  #breadcrumb a {
    color: #ddd;
  }
  
  #breadcrumb a:hover {
    color: #fff;
  }
  
  #breadcrumb  li{
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 7px;
  }
  
  #breadcrumb  li a::after {
    content: "/";
    margin-left: 7px;
    font-family: 'FontAwesome';
  }
  
  #breadcrumb .breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
  }
  
  
  /*--------------------------------------------------------------
  18.3. Error Page
  --------------------------------------------------------------*/
  
  section.error-404 {
    text-align: center;
  }
  
  #quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
  }
  
  #quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
  }
  
  .error404 #primary {
    width: 100%;
  }
  
  section.error-404 .search-form {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
  }
  
  
  /*--------------------------------------------------------------
  18.4. Contact Form 7
  --------------------------------------------------------------*/
  
  .wpcf7-form {
    max-width: 875px;
  }
  
  div.wpcf7 {
    margin: 0 auto;
    padding: 0;
  }
  
  .wpcf7 input {
    width: 100%;
  }
  
  .wpcf7 input.wpcf7-submit {
    width: auto;
  }
  
  
  
  /*--------------------------------------------------------------
  19. Widgets
  --------------------------------------------------------------*/
  
  .widget h4 a,
  .widget h3 a {
     display: block;
     color: #232323;
  }
  
  .widget h4 a:hover,
  .widget h3 a:hover {
    color:#bf9410;
  }
  .widget {
    margin:30px 0 0;
  }
  
  .widget:first-child {
    margin: 0;
  }
  
  .widget select {
    max-width: 100%;
  }
  
  #sidebar-front-page-widget-area  .widget {
    padding: 100px 0;
    margin: 0;
  }
  
  /* Make sure select elements fit in widgets. */
  
  #sidebar-front-page-widget-area {
    clear: both;
    background: #fff;
  }
  #sidebar-front-page-widget-area .widget-title::before {
    clear: both;
    content: "";
    display: block;
    left: 0;
    width: 46px;
    margin: 0;
    background: #bf9410;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: -5px;
    height: 2px;
  }
  
  #sidebar-front-page-widget-area .widget-title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
  }
  
  #sidebar-front-page-widget-area .widget-title::after {
    content: "";
    background-color: #bf9410;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    display: block;
    margin: 10px auto;
  }
  
  #sidebar-front-page-widget-area .widget-subtitle {
    margin: 0 auto 45px;
    font-size: 16px;
    text-align: center;
    max-width: 50%;
    color: #898989;
  }
  
  
  /*--------------------------------------------------------------
  19.1. Social Links
  --------------------------------------------------------------*/
  
  #sidebar-front-page-widget-area  .realestate_base_widget_social {
    text-align: center;
  }
  
  #sidebar-front-page-widget-area  .realestate_base_widget_social li {
    float: none;
    display: inline-block;
  }
  
  .realestate_base_widget_social {
    clear: both;
    overflow: hidden;
  }
  
  .realestate_base_widget_social ul {
    margin: 0;
  }
  
  .realestate_base_widget_social li a {
    display: inline-block;
    height: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 100%;
    background: #32506d;
  }
  
  .realestate_base_widget_social li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .widget-area .realestate_base_widget_social li,
  #footer-widgets .realestate_base_widget_social li {
    padding: 0;
  }
  
  .sidebar .realestate_base_widget_social ul li::before,
  #footer-widgets .realestate_base_widget_social li::before,
  .sidebar .realestate_base_widget_social ul li::after,
  #footer-widgets .realestate_base_widget_social li::after {
    display: none;
  }
  
  .realestate_base_widget_social ul li a::before {
    font-size: 15px;
  }
  
  .realestate_base_widget_social li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
  }
  
  .realestate_base_widget_social ul li a::before {
    color: #fcfcfc;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 2.6;
  }
  .realestate_base_widget_social ul li a:hover {
    background-color: #001837;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
  
  .realestate_base_widget_social ul li a:hover::before {
    color: #fff;
  }
  
  .realestate_base_widget_social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
  }
  
  .realestate_base_widget_social ul li a[href*="twitter.com"]::before {
    content: "\f099";
  }
  
  .realestate_base_widget_social ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
  }
  
  .realestate_base_widget_social ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
  }
  
  .realestate_base_widget_social ul li a[href*="youtube.com"]::before {
    content: "\f167";
  }
  
  .realestate_base_widget_social ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
  }
  
  .realestate_base_widget_social ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
  }
  
  .realestate_base_widget_social ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
  }
  
  .realestate_base_widget_social ul li a[href*="github.com"]::before {
    content: "\f113";
  }
  
  .realestate_base_widget_social ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
  }
  
  .realestate_base_widget_social ul li a[href*="flickr.com"]::before {
    content: "\f16e";
  }
  
  .realestate_base_widget_social ul li a[href$="/feed/"]::before {
    content: "\f09e";
  }
  
  .realestate_base_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
  }
  
  .realestate_base_widget_social ul li a[href*="instagram.com"]::before {
    content: "\f16d";
  }
  
  .realestate_base_widget_social ul li a[href*="tumblr.com"]::before {
    content: "\f173";
  }
  
  .realestate_base_widget_social ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
  }
  
  .realestate_base_widget_social ul li a[href*="vimeo.com"]::before {
    content: "\f194";
  }
  
  .realestate_base_widget_social ul li a[href*="digg.com"]::before {
    content: "\f1a6";
  }
  
  .realestate_base_widget_social ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
  }
  
  .realestate_base_widget_social ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
  }
  
  .realestate_base_widget_social ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
  }
  
  .realestate_base_widget_social ul li a[href*="mailto:"]::before {
    content: "\f0e0";
  }
  
  .realestate_base_widget_social ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
  }
  
  .realestate_base_widget_social ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
  }
  
  .realestate_base_widget_social ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
  }
  
  .realestate_base_widget_social ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
  }
  
  .realestate_base_widget_social ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
  }
  
  .realestate_base_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
  }
  
  .realestate_base_widget_social ul li a[href*="angel.co"]::before {
    content: "\f209";
  }
  
  .realestate_base_widget_social ul li a[href*="slack.com"]::before {
    content: "\f198";
  }
  
  /*social links hover effect */
  
  .realestate_base_widget_social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
  }
  
  .realestate_base_widget_social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
  }
  
  .realestate_base_widget_social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
  }
  
  .realestate_base_widget_social ul li a[href*="/feed/"]:hover  {
    background-color: #dc622c;
  }
  
  .realestate_base_widget_social ul li a[href*="wordpress.org"]:hover,
  .realestate_base_widget_social ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
  }
  
  .realestate_base_widget_social ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
  }
  
  .realestate_base_widget_social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
  }
  
  .realestate_base_widget_social ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
  }
  
  .realestate_base_widget_social ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
  }
  
  .realestate_base_widget_social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
  }
  
  .realestate_base_widget_social ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
  }
  
  .realestate_base_widget_social ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
  }
  
  .realestate_base_widget_social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
  }
  
  .realestate_base_widget_social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
  }
  
  .realestate_base_widget_social ul li a[href*="digg.com"]:hover {
    background-color: #333;
  }
  
  .realestate_base_widget_social ul li a[href*="codepen.io"]:hover {
    background-color: #000;
  }
  
  .realestate_base_widget_social ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
  }
  
  .realestate_base_widget_social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
  }
  
  .realestate_base_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
  }
  
  .realestate_base_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
  }
  
  .realestate_base_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
  }
  
  .realestate_base_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
  }
  
  .realestate_base_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
  }
  
  .realestate_base_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
  }
  
  .realestate_base_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
  }
  
  .realestate_base_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
  }
  
  .realestate_base_widget_social ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
  }
  
  .realestate_base_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color:#45bbe6;
  }
  
  .realestate_base_widget_social ul li a[href*="jsfiddle.net"]:hover {
    background-color:#4679bd;
  }
  
  .realestate_base_widget_social ul li a[href*="tripadvisor.com"]:hover {
    background-color:#86c171;
  }
  
  .realestate_base_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color:#2d5be3;
  }
  
  .realestate_base_widget_social ul li a[href*="angel.co"]:hover {
    background-color:#000;
  }
  
  .realestate_base_widget_social ul li a[href*="slack.com"]:hover {
    background-color:#56b68b;
  }
  
  
  /*--------------------------------------------------------------
  19.2 Service Widget
  --------------------------------------------------------------*/
  
  .realestate_base_widget_services .service-block-item {
    float: left;
    padding: 20px;
    text-align: left;
    position: relative;
  }
  .realestate_base_widget_services .service-block-item:nth-child(3n+1){
  clear: both;
  }
  .realestate_base_widget_services .inner-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  
  .service-block-inner {
    background: #fff;
    padding: 30px 45px;
    text-align: center;
    box-shadow: 0 0 45px rgba(179, 175, 175, 0.5);
  }
  
  .realestate_base_widget_services .service-block-item a.service-icon {
    display: block;
    font-size: 45px;
    margin: 0 auto 10px;
    max-width: 100px;
  }
  
  .realestate_base_widget_services .service-block-item a.service-icon img {
  border-radius: 100%;
  }
  .realestate_base_widget_services .service-block-item a.service-icon:hover {
    color: #bf9410;
  }
  
  
  .realestate_base_widget_services .service-block-item {
    width: 33.33%;
  }
  
  .realestate_base_widget_services {
    background: #f7f7f7;
  }
  
  .realestate_base_widget_services .service-block-item p {
    margin-bottom: 10px;
  }
  
  /*widget on sidebar*/
  
  .sidebar .realestate_base_widget_services .service-block-item,
  #footer-widgets  .service-block-item {
    width: 100%;
  }
  
  .sidebar .realestate_base_widget_services a.custom-button:hover {
    color: #fff;
  }
  
  
  /*--------------------------------------------------------------
  19.3 Call To Action Widget
  --------------------------------------------------------------*/
  
  .realestate_base_widget_call_to_action {
    position: relative;
    text-align: center;
  }
  
  #sidebar-front-page-widget-area .realestate_base_widget_call_to_action,
  .realestate_base_widget_call_to_action {
    background: #32506d none repeat scroll 0 0;
    padding: 85px 0;
    background-size: cover;
    position: relative;
    z-index: 9;
  }
  
  #sidebar-front-page-widget-area .overlay-enabled.realestate_base_widget_call_to_action::before,
  .overlay-enabled.realestate_base_widget_call_to_action::before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
     opacity:0.5;
  }
  
  #sidebar-front-page-widget-area .realestate_base_widget_call_to_action .widget-title {
    color: #fff;
    margin-bottom: 10px;
  }
  
  #sidebar-front-page-widget-area .realestate_base_widget_call_to_action .call-to-action-description p {
    color: #e0e0e0;
    font-size: 16px;
  }
  
  .realestate_base_widget_call_to_action .call-to-action-description {
    margin: 0 auto;
    max-width: 955px;
  }
  .realestate_base_widget_call_to_action .separator {
    display: none;
  }
  
  .realestate_base_widget_call_to_action  a.button {
    color: #ffffff;
    display: inline-block;
  }
  
  .sidebar .realestate_base_widget_call_to_action,
  #footer-widgets .realestate_base_widget_call_to_action {
    padding: 20px;
    background-size: 100%;
    color: #fff;
  }
  
  /*cta-1*/
  
  #sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action,
  .cta-layout-1 .realestate_base_widget_call_to_action {
    background: #32506d;
  }
  
  #sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-content-wrap {
    text-align: left;
    display: inline-block;
    max-width: 60%;
  }
  
  #sidebar-front-page-widget-area .cta-layout-1 .widget-title {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
  
  }
  
  #sidebar-front-page-widget-area .cta-layout-1 .widget-title::after,
  #sidebar-front-page-widget-area .cta-layout-1 .widget-title::before {
    display: none;
  }
  
  #sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-description p {
    color: #fff;
  }
  
  #sidebar-front-page-widget-area .cta-layout-1 .call-to-action-buttons {
    display: inline-block;
    margin-left: 30px;
  }
  
  #sidebar-front-page-widget-area .cta-layout-2 .widget-title::before {
    display: none;
  }
  
  #sidebar-front-page-widget-area .cta-layout-2  .widget-title::after {
    display: none;
  }
  
  .call-to-action-buttons a {
    margin: 10px;
  }
  
  
  /*--------------------------------------------------------------
  19.4 Quick Contact Widget
  --------------------------------------------------------------*/
  .realestate_base_widget_quick_contact .contact-info-wrapper::before {
    background: #32506d;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    padding: 2px 5px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
  
  }
  .realestate_base_widget_quick_contact .contact-info-wrapper.info-phone::before {
    content: "\f095";
  }
  .realestate_base_widget_quick_contact .contact-info-wrapper.info-fax::before {
    content: "\f1ac";
  }
  .realestate_base_widget_quick_contact .contact-info-wrapper.info-address::before {
    content: "\f0ac";
  }
  .realestate_base_widget_quick_contact .contact-info-wrapper.info-contact::before {
    content: "\f0e0";
  }
  .realestate_base_widget_quick_contact .contact-info-wrapper {
    margin-bottom: 10px;
    position: relative;
  }
  .realestate_base_widget_quick_contact .realestate_base_widget_quick_contact strong.contact-type {
    border-bottom: 1px solid rgba(238, 179, 19, 0.56);
  }
  .realestate_base_widget_quick_contact  strong.contact-type {
    border-bottom: 1px solid #bf9410;
  }
  
  /*--------------------------------------------------------------
  19.5 Testimonials Widget
  --------------------------------------------------------------*/
  
  #sidebar-front-page-widget-area .realestate_base_widget_testimonial_carousel .widget-subtitle {
    color: #fff;
  }
  .realestate_base_widget_testimonial_carousel .star-review {
    color: orange;
  }
  .realestate_base_widget_testimonial_carousel .widget-title {
  color:#fff;
  }
  .realestate_base_widget_testimonial_carousel .slick-list {
    text-align: left;
  }
  .realestate_base_widget_testimonial_carousel {
    position: relative;
    z-index: 9;
    background: #32506d;
  }
  .overlay-enabled.realestate_base_widget_testimonial_carousel:before {
  background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.4;
  }
  .realestate_base_widget_testimonial_carousel .slick-list {
    margin: 0 auto;
  }
  
  .realestate_base_widget_testimonial_carousel  h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
  }
  
  .realestate_base_widget_testimonial_carousel .testimonial-content-area h4 {
    font-size: 19px;
    font-style: italic;
  }
  
  .realestate_base_widget_testimonial_carousel .testimonial-content-area {
    padding: 30px 20px;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    background: #fff;
  }
  
  .realestate_base_widget_testimonial_carousel article {
    padding: 10px 20px;
    display: none;
  }
  
  .realestate_base_widget_testimonial_carousel  article:first-child,
  .realestate_base_widget_testimonial_carousel  article:first-child + article,
  .realestate_base_widget_testimonial_carousel  article:first-child + article + article {
  display: block;
  }
  
  .realestate_base_widget_testimonial_carousel article  {
    float: left;
    width: 33.33%;
  }
  
  .realestate_base_widget_testimonial_carousel img {
    border-radius: 100%;
    max-width: 115px;
    margin: 0 auto 20px;
  }
  
  .realestate_base_widget_testimonial_carousel .testimonial-content-area::after {
    content: "";
    display: block;
    height: 15px;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
  }
  
  .realestate_base_widget_testimonial_carousel .testimonial-content-area p {
    letter-spacing: 0.5px;
  }
  .realestate_base_widget_testimonial_carousel .slick-slide:focus,
  .realestate_base_widget_testimonial_carousel .slick-slide.slick-active{
    outline: none!important;
  }
  
  /*Testimonial widget cycle pager */
  
  .realestate_base_widget_testimonial_carousel .slick-dots {
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 100%;
    z-index: 999;
  }
  
  .realestate_base_widget_testimonial_carousel .slick-dots span {
    background-color: #686868;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 15px;
    margin: 5px 5px;
    width: 15px;
    z-index: 99;
  }
  
  .realestate_base_widget_testimonial_carousel .slick-dots li.slick-active span {
    background-color: #219fcd;
  }
  
  .realestate_base_widget_testimonial_carousel .slick-dots li {
    display: inline-block;
    line-height: 0;
    list-style: inherit;
    padding: 0;
  }
  
  .realestate_base_widget_testimonial_carousel .slick-dots li::before {
    display: none;
  }
  
  .realestate_base_widget_testimonial_carousel  article.slick-slide > h4 {
    display: block;
    float: none;
    font-style: italic;
    margin-right: 30px;
    text-align: center;
  }
  
  /*Testimonial cycle next / previous*/
  .realestate_base_widget_testimonial_carousel .slick-prev.slick-arrow,
  .realestate_base_widget_testimonial_carousel .slick-next.slick-arrow {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0.8;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    bottom: -52px;
    z-index: 999;
    font-size: 35px;
  }
  .realestate_base_widget_testimonial_carousel .slick-prev.slick-arrow {
    right: 52%;
  }
  .realestate_base_widget_testimonial_carousel .slick-next.slick-arrow {
    left: 52%;
  }
  
  
  /*--------------------------------------------------------------
  19.6 Recent Posts Widget
  --------------------------------------------------------------*/
  
  .realestate_base_widget_recent_posts .recent-posts-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  .realestate_base_widget_recent_posts .recent-posts-meta {
    font-size: 14px;
  }
  
  .realestate_base_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 20px;
  }
  .realestate_base_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table;
  }
  
  .realestate_base_widget_recent_posts .recent-posts-date::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "\f017";
  }
  
  
  
  /*--------------------------------------------------------------
  19.7. Latest News Widget
  --------------------------------------------------------------*/
  
  .realestate_base_widget_latest_news {
  background:#f7f7f7;
  }
  
  .realestate_base_widget_latest_news .latest-news-thumb a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  
  .realestate_base_widget_latest_news .latest-news-thumb a:hover:after {
    height: 100%;
  }
  
  .realestate_base_widget_latest_news .latest-news-item {
    float: left;
    padding: 20px;
  }
  
  .realestate_base_widget_latest_news .latest-news-text-wrap {
    background: #ffffff none repeat scroll 0 0;
    text-align: left;
    padding: 30px 39px 25px;
    position: relative;
  }
  .realestate_base_widget_latest_news .latest-news-inner {
    box-shadow: 0 0 45px rgba(179, 175, 175, 0.3);
  }
  .latest-news-text-wrap .custom-button {
    margin-left: 0;
  }
  
  .realestate_base_widget_latest_news .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
    border-bottom: 5px solid transparent;
  
  }
  .realestate_base_widget_latest_news .latest-news-title {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .realestate_base_widget_latest_news .latest-news-title  a {
    display: block;
  }
  
  .realestate_base_widget_latest_news .latest-news-thumb {
    position: relative;
  }
  
  .realestate_base_widget_latest_news .latest-news-thumb a {
     overflow: hidden;
     display: block;
  
  }
  .realestate_base_widget_latest_news .latest-news-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 100%;
  }
  
  .realestate_base_widget_latest_news .latest-news-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  
  
  .realestate_base_widget_latest_news .latest-news-col-3 .latest-news-item {
    width: 33.33%;
  }
  
  .realestate_base_widget_latest_news .latest-news-col-4 .latest-news-item {
    width: 25%;
  }
  
  .realestate_base_widget_latest_news .latest-news-col-2 .latest-news-item {
    width: 50%;
  }
  
  .realestate_base_widget_latest_news .latest-news-col-1 .latest-news-item {
    width: 100%;
  }
  
  .realestate_base_widget_latest_news .latest-news-meta > span {
    font-size: 12px;
  }
  
  .realestate_base_widget_latest_news .latest-news-meta .latest-news-comments {
    float: right;
  }
  
  .realestate_base_widget_latest_news .latest-news-col-3 .latest-news-meta > span {
    font-size: 15px;
  }
  
  .realestate_base_widget_latest_news .latest-news-summary > p {
    margin: 0;
  }
  
  .realestate_base_widget_latest_news .latest-news-text-content {
    margin-bottom: 15px;
  }
  
  
  .realestate_base_widget_latest_news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
    clear: both;
  }
  
  .realestate_base_widget_latest_news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
    clear: both;
  }
  /*sidebar and footer widget area style*/
  
  #footer-widgets .realestate_base_widget_latest_news .latest-news-widget .latest-news-item,
  .sidebar .realestate_base_widget_latest_news .latest-news-widget .latest-news-item{
    width: 100%;
  }
  
  .sidebar .realestate_base_widget_latest_news .latest-news-widget,
  #footer-widgets .realestate_base_widget_latest_news .latest-news-widget {
    padding: 0 30px;
  }
  
  
  /*--------------------------------------------------------------
  19.8. Features Widget
  --------------------------------------------------------------*/
  
  .realestate_base_widget_features .features-column {
    width: 66%;
    float: left;
    padding: 20px;
  }
  
  .features-column.features-thumb-main {
    overflow: hidden;
    text-align: center;
    width: 34%;
    float: right;
  }
  
  .features-widget.main-image-disabled .features-column  {
  width: 100%;
  }
  .features-column.features-thumb-main img {
    vertical-align: bottom;
  }
  
  .realestate_base_widget_features .widget-title {
    text-align: inherit;
  }
  
  
  .realestate_base_widget_features .features-block-icon {
    float: left;
    display: table-cell;
    margin-right: 30px;
    padding: 10px 0;
  }
  
  
  
  .realestate_base_widget_features .features-block-icon i {
    font-size: 26px;
  }
  
  .realestate_base_widget_features .features-block-item {
    float: right;
    padding: 10px 20px 10px;
    float: left;
    width: 50%;
  }
  .realestate_base_widget_features .features-block-item:nth-child(2n+1) {
    clear: both;
  }
  .realestate_base_widget_features .features-block-inner-content {
    display: table;
  }
  
  
  .sidebar .realestate_base_widget_features .features-column,
  #fooer-widgets .realestate_base_widget_features .features-column {
    width: 100%;
  }
  
  /*--------------------------------------------------------------
  19.9. Features Pages Grid Widget
  --------------------------------------------------------------*/
  
  
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item img {
    margin: 0;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-text-content {
    text-align: center;
    background-color: #fff;
    padding: 40px;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .item-title  a {
    display: block;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb {
    position: relative;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a{
    overflow: hidden;
    display: block;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .item-title {
    padding: 10px 15px;
    text-align: center;
    margin: 0;
    background: #fff;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-inner {
    box-shadow: 0 0 45px #f3f3f3;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-3 .grid-item:nth-child(3n+1) {
    clear: both;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-4 .grid-item:nth-child(4n+1) {
    clear: both;
  }
  
  .realestate_base_widget_featured_pages_grid  .grid-item {
    float: left;
    padding: 20px;
  }
  
  .realestate_base_widget_featured_pages_grid  .grid-item .grid-item-thumb img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 100%;
  }
  .realestate_base_widget_featured_pages_grid  .grid-item .grid-item-thumb {
  overflow: hidden;
  }
  .realestate_base_widget_featured_pages_grid  .grid-item .grid-item-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  .realestate_base_widget_featured_pages_grid  .grid-column-3 .grid-item {
    width: 33.33%;
  }
  
  .realestate_base_widget_featured_pages_grid  .grid-column-4 .grid-item {
    width: 25%;
  }
  
  .realestate_base_widget_featured_pages_grid  .grid-column-2 .grid-item {
    width: 50%;
  }
  
  .realestate_base_widget_featured_pages_grid  .grid-column-1 .grid-item {
    width: 100%;
  }
  
  .realestate_base_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
    clear: both;
  }
  .realestate_base_widget_featured_pages_grid .grid-column-4 .grid-item:nth-child(4n+1) {
    clear: both;
  }
  /*sidebar and footer widget area style*/
  
  #footer-widgets .realestate_base_widget_featured_pages_grid .grid-item,
  .sidebar .realestate_base_widget_featured_pages_grid .grid-item{
    width: 100%;
  }
  #footer-widgets .realestate_base_widget_featured_pages_grid,
  .sidebar .realestate_base_widget_featured_pages_grid{
   padding: 15px;
  }
  #footer-widgets .realestate_base_widget_featured_pages_grid .grid-item img,
  .sidebar .realestate_base_widget_featured_pages_grid .grid-item img  {
    margin: 0 auto;
    width: 100%;
  }
  
  /*layout 2*/
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner {
    position: relative;
    box-shadow: 0 0 45px #f3f3f3;
    background: #fff;
  }
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner .grid-text-content {
    padding: 30px;
    background: rgba(255, 254, 254, 0.9);
    width: 90%;
    left: 5%;
    right: 5%;
    text-align: center;
    margin-top: -50px;
    background: #fff;
    z-index: 99;
    position: relative;
  }
  
  .realestate_base_widget_featured_pages_grid a.custom-button {
    margin: 0;
    padding: 7px 18px;
    min-width: auto;
    text-transform: capitalize;
  }
  /*--------------------------------------------------------------
  19.10.Team Widget
  --------------------------------------------------------------*/
  
  .team-view-members .team-member-content {
    padding: 30px 0;
    border-top: none;
    background: #ffffff;
    box-shadow: 0 0 22px rgba(221, 221, 221, 0.6);
  }
  .team-member-social-links ul li a::before {
    font-size: 14px;
  }
  
  .team-view-members {
    overflow: visible;
  }
  
  .team-view-members  img {
  width: 100%;
  }
  
  .team-member-social-links ul li a,
  .widget .team-member-social-links ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 3;
    margin: 0 3px;
    border-radius: 100%;
    background: #32506d;
    border: none;
    color: #ffffff;
  }
  
  .team-view-members .member-name {
    color: #000000;
    font-weight: 500;
  }
  
  .team-view-members .member-position {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
  }
  
  .team-view-members .tv_member, .team-view-members .tv_member {
    padding: 20px;
  }
  
  .sidebar .team-view-members .tv_member,
  #footer-widgets .team-view-members .tv_member{
    max-width: 100%;
    width: 300px;
    margin:0 auto;
  }
  
  .team-view-members-inner {
    margin: 0 -20px;
  }
  
  /*--------------------------------------------------------------
  19.11. Featured Page
  --------------------------------------------------------------*/
  
  #sidebar-front-page-widget-area .realestate_base_widget_featured_page .widget-title::before {
    display: none;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget {
    direction: ltr;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget.image-alignright {
    direction: rtl;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget.image-alignleft .featured-image,
  #sidebar-front-page-widget-area .featured-page-widget.image-alignright .featured-image,
  #sidebar-front-page-widget-area .featured-page-content {
    direction: ltr;
    display: table-cell;
    position: static;
    margin: 0;
    vertical-align: middle;
    width: 50%;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget.image-alignleft img {
    padding-right: 60px;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
    padding-left: 60px;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget.image-aligncenter .featured-image {
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    width: 100%;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget.image-aligncenter .featured-page-content {
    display: block;
    width: 100%;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget .widget-title {
    text-align: left;
    font-size: 60px;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget .widget-title::after {
    margin: 5px 0;
    display: table;
  }
  
  #sidebar-front-page-widget-area .featured-page-widget .widget-subtitle {
    font-style: italic;
    font-size: 19px;
    color: #bf9410;
    margin: 15px 0;
    text-align: left;
  }
  
  /*--------------------------------------------------------------
  19.12. Portfolio
  --------------------------------------------------------------*/
  
  .realestate_base_widget_portfolio .portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
  }
  .realestate_base_widget_portfolio .portfolio-filter a {
    padding: 7px 20px;
    font-size: 15px;
    display: inline-block;
    background: #f9f7f7;
    margin: 0 -1px;
  }
  
  .realestate_base_widget_portfolio .portfolio-filter a:hover,
  .realestate_base_widget_portfolio .portfolio-filter a.current {
    background: #32506d;
    color: #fff;
  }
  
  .realestate_base_widget_portfolio .portfolio-item-title a:hover {
  color: #fff;
  }
  
  .realestate_base_widget_portfolio .item-wrapper {
  position: relative;
  overflow: hidden;
  }
  
  .realestate_base_widget_portfolio h3.portfolio-item-title {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(50, 80, 109, 0.59);
  margin: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  }
  
  .realestate_base_widget_portfolio a.portfolio-thumb {
    position: relative;
    display: block;
  }
  
  
  .realestate_base_widget_portfolio a.portfolio-thumb {
    position: relative;
  }
  
  .realestate_base_widget_portfolio .portfolio-item {
    float: left;
    padding: 10px;
  }
  
  .realestate_base_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item {
    width: 33.33%;
  }
  
  .realestate_base_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
    width: 25%;
  }
  
  .realestate_base_widget_portfolio .item-wrapper img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 100%;
  }
  
  .realestate_base_widget_portfolio .item-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  
  .realestate_base_widget_portfolio .portfolio-item-title a {
    color: #fff;
  }
  
  .single-project .gallery ,
  .single-project.has-gallery .gallery{
    width: auto;
    float: none;
    margin: 0 -5px;
    width: 100%;
  }
  .single-project .gallery a {
    display: block;
    max-width: 33.33%;
    float: left;
    padding: 5px;
  }
  .single-project .summary {
    margin: 0;
    padding: 40px;
    background: #fbfbfb;
    margin-bottom: 30px;
    width: 100%;
  }
  nav.projects-single-pagination {
    margin-top: 30px;
  }
  .project-meta .categories,
  .project-meta .client,
  .project-meta .url {
    float: left;
    width: 33%;
    text-align: left;
  }
  ul.single-project-categories {
    margin:0;
  }
  .single-project-categories li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .single-project.no-gallery .summary .project-meta ,
  .single-project.has-gallery .gallery{
    width: 100%;
    float: right;
  }
  .single-project.no-gallery .summary .project_title,
  .single-project.no-gallery .summary .single-project-description ,
  .single-project.has-gallery .summary{
    width: 100%;
    float: left;
  }
  .projects ul.projects li.project img, .projects-page ul.projects li.project img {
    width: 100%;
  }
  /*--------------------------------------------------------------
  19.13. Showcase
  --------------------------------------------------------------*/
  .showcase {
    box-shadow: 0 0 40px rgba(221, 221, 221, 0.5);
    padding: 60px;
    overflow: hidden;
    background: #fff;
  }
  .showcase-item-thumb {
    float: left;
    margin-right: 50px;
    width: 50%;
  }
  .showcase-item.showcase-item-odd .showcase-item-thumb {
    float: right;
    margin-right: 0;
    margin-left: 50px;
  }
  
  .showcase-item {
    clear: both;
    padding-top:40px;
  }
  .showcase-item:first-child {
  padding-top:0;
  }
  .showcase-item-title {
    font-size: 50px;
  }
  .showcase-grid-text-content {
    display: table;
    padding-top: 40px;
  }
  /*--------------------------------------------------------------
  18.4. Counter
  --------------------------------------------------------------*/
  #sidebar-front-page-widget-area .realestate_base_widget_stats .widget-title,
  #sidebar-front-page-widget-area .realestate_base_widget_stats .widget-subtitle {
  color: #fff;
  }
  .realestate_base_widget_stats {
    background-color: #32506d;
    position: relative;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .realestate_base_widget_stats::before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.5;
  }
  .realestate_base_widget_stats  .counter-col-1 .counter-item{
    width: 100%;
  }
  
  .realestate_base_widget_stats  .counter-col-2 .counter-item{
    width: 50%;
  }
  
  .realestate_base_widget_stats  .counter-col-3 .counter-item{
    width: 33.33%;
  }
  
  .realestate_base_widget_stats  .counter-col-4 .counter-item{
    width: 25%;
  }
  .realestate_base_widget_stats  .counter-col-5 .counter-item{
    width: 20%;
  }
  .realestate_base_widget_stats .counter-item {
    float: left;
    padding:15px;
    text-align: center;
    width: 25%;
  }
  
  .realestate_base_widget_stats .counter-icon span {
    font-size: 45px;
    color: #ffcc07;
  }
  .realestate_base_widget_stats .counter-icon {
    font-size: 24px;
    background: rgba(152, 152, 152, 0.4);
    line-height: 2;
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    padding: 3px 0;
    border-radius: 100%;
    height: 50px;
    width: 50px;
  }
  
  .realestate_base_widget_stats .counter-title {
    font-size: 20px;
    color: #fff;
    clear: both;
    margin-top: 10px;
  }
  
  .realestate_base_widget_stats .counter-nos {
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    color: #fff;
  }
  
  /*widget in sidebar*/
  .sidebar .realestate_base_widget_stats .counter-item,
  #footer-widgets .realestate_base_widget_stats .counter-item{
    width: 100%;
    margin: 0;
  }
  
  /*--------------------------------------------------------------
  20. Custom Woocommerce
  --------------------------------------------------------------*/
  .entry-content p.cart-empty {
    margin-bottom: 15px;
  }
  
  .authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
  }
  
  .woocommerce span.onsale {
    background-color: orange;
  }
  
  .woocommerce .star-rating span:before {
    color: #bf9410;
  }
  
  /*Woocommerce*/
  
  .woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
  }
  .woocommerce .quantity .qty {
    height: 36px;
    text-align: center;
    width: 3.631em;
  }
  
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    background: #fff;
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px #f3f3f3;
  }
  .woocommerce.woocommerce-product-grid-3 ul.products li.product {
    width: 30.23%;
  }
  
  .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: #bf9410;
    color: #ffffff;
  }
  
  .woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #bf9410;
  }
  
  .woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #bf9410;
  }
  
  .woocommerce.woocommerce-product-grid-3  ul.products li.product .button {
    left:32%;
  }
  
  .woocommerce  ul.products {
    margin: 0;
  }
  
  .woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
  }
  
  .woocommerce span.onsale {
    background-color: #ff7d3c;
    color: #ffffff;
    position: absolute;
  }
  
  .woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
  }
  
  .woocommerce ul.products li.product .price ins {
    font-weight: 700;
  }
  
  .woocommerce ul.products li.product .onsale::after{
    content : '';
    width : 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 25px;
    right: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .woocommerce ul.products li.product .onsale {
    border-radius: 0;
    box-shadow: 0 0 45px #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 20px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 0px;
    z-index: 99;
    border-radius: 100%;
  }
  
  .woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .woocommerce ul.products li.product .button::before{
    content: "\f217";
    display: inline;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
  }
  
  .woocommerce ul.products li.product:hover .button {
    visibility:visible;
    opacity: 1;
    top: 35%;
  }
  
  .woocommerce ul.products li.product .button {
    margin: 5px 0 25px;
    padding: 10px 25px;
  }
  
  .woocommerce ul.products li.product:hover img {
    opacity: 0.7;
  }
  
  body.woocommerce .products .star-rating,
  .woocommerce .cart-collaterals ul.products li.product .star-rating {
    font-family: star;
    font-size: 16px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin: 15px auto 15px;
  }
  
  .woocommerce .star-rating::before {
    color: #fff;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
  }
  
  .woocommerce .star-rating span::before {
    color: #ffd353;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
  }
  
  .woocommerce .woocommerce-product-rating::after,
  .woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
  }
  
  .woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0.5em 4px 0 0;
  }
  
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
  }
  
  .woocommerce ul.products li.product .price {
   color: #77a464;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  .woocommerce #comments {
     margin-top:0;
  }
  
  .woocommerce #primary .button, .woocommerce #review_form #respond .form-submit input,
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #bf9410;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    min-width: auto;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 0;
    text-transform: capitalize;
  }
  .woocommerce #primary .button:hover,
  .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #32506d;
    color:#fff;
  }
  
  .woocommerce .quantity .qty {
    height: 34px;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: left;
  }
  
  .cart-collaterals h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  /*--------------------------------------------------------------
  20.1. Woocommercce Product Grid widget
  --------------------------------------------------------------*/
  
  .realestate-base-woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 40px;
    width: 100%;
  }
  
  .realestate-base-woocommerce .quantity .qty {
    height: 36px;
    text-align: center;
    width: 3.631em;
  }
  
  .realestate-base-woocommerce ul.products li.product {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    float: left;
    list-style-type: none;
    margin: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 29.4%;
    clear: none;
    box-shadow: 0 0 45px #f3f3f3;
    border-radius: 0;
  }
  .realestate-base-woocommerce.realestate-base-woocommerce-product-grid-4 ul.products li.product:nth-child(4n+1) {
    clear: both;
  }
  
  .realestate-base-woocommerce.realestate-base-woocommerce-product-grid-3 ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
  
  .realestate-base-woocommerce.realestate-base-woocommerce-product-grid-4 ul.products li.product {
    width: 21.7%;
  }
  
  h2.woocommerce-loop-product__title {
    font-size: 18px!important;
    padding: 0 15px;
  }
  .realestate-base-woocommerce h2.woocommerce-loop-product__title {
    font-size: 21px!important;
  }
  section.related.products > h2 {
    font-size: 32px;
    margin-bottom: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }
  .woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 25px;
    margin-bottom: 30px;
  }
  
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
  }
  
  .realestate-base-woocommerce  ul.products {
    margin: 0;
  }
  
  .realestate-base-woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
  }
  
  .realestate-base-woocommerce span.onsale {
    background-color: #ff7d3c;
    color: #ffffff;
    position: absolute;
  }
  
  .realestate-base-woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
  }
  
  .realestate-base-woocommerce ul.products li.product .price ins {
    font-weight: 700;
  }
  
  .realestate-base-woocommerce ul.products li.product .onsale::after{
    content : '';
    width : 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 25px;
    right: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .realestate-base-woocommerce ul.products li.product .onsale {
    border-radius: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 20px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 10px;
    z-index: 99;
    right: 10px;
  }
  .realestate-base-woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
  }
  
  .realestate-base-woocommerce ul.products li.product .button::before{
    content: "\f217";
    display: inline;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
  }
  
  .realestate-base-woocommerce ul.products li.product:hover .button {
    visibility:visible;
    opacity: 1;
    top: 35%;
  }
  
  .realestate-base-woocommerce ul.products li.product .button {
    margin: 5px 0 40px;
    padding: 5px 20px;
    background: #32506d;
    color: #fff;
  }
  
  .realestate-base-woocommerce ul.products li.product .button:hover {
    background-color: #bf9410;
    border-color: #bf9410;
  }
  
  .realestate-base-woocommerce ul.products li.product:hover img {
    opacity: 0.7;
    background: #bf9410;
  }
  
  .realestate-base-woocommerce .star-rating {
    font-family: star;
    font-size: 16px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin: 15px auto 15px;
    position: absolute;
    top: 10px;
    left: 25px;
  }
  
  .realestate-base-woocommerce .star-rating::before {
    color: #fff;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .realestate-base-woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
  }
  
  .realestate-base-woocommerce .star-rating span::before {
    color: #ffd353;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .realestate-base-woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
  }
  
  .realestate-base-woocommerce .woocommerce-product-rating::after,
  .realestate-base-woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
  }
  
  .realestate-base-woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0.5em 4px 0 0;
  }
  
  .realestate-base-woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
  }
  
  .realestate-base-woocommerce ul.products li.product .price {
   color: #77a464;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  .sidebar .realestate-base-woocommerce ul.products li:before ,
  .footer-widgets .realestate-base-woocommerce ul.products li:before {
    display: none;
  }
  
  .sidebar .realestate_base_widget_products_grid .inner-wrapper,
  .sidebar .realestate_base_widget_products_grid .inner-wrapper,
  #footer-widgets .realestate_base_widget_products_grid .inner-wrapper,
  #footer-widgets .realestate_base_widget_products_grid .inner-wrapper {
    margin: 0;
  }
  
  .sidebar .realestate-base-woocommerce ul.products li.product,
  .sidebar .realestate-base-woocommerce-page ul.products li.product,
  #footer-widgets .realestate-base-woocommerce ul.products li.product,
  #footer-widgets .realestate-base-woocommerce-page ul.products li.product {
    width: 100%;
    padding: 0;
    margin:0 0 30px 0;
  }
  
  .realestate-base-woocommmerce-wrapper .slick-prev.slick-arrow,
  .realestate-base-woocommmerce-wrapper .slick-next.slick-arrow {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0.8;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    bottom: -52px;
    z-index: 999;
    font-size: 35px;
  }
  
  .realestate-base-woocommmerce-wrapper .slick-prev.slick-arrow {
    right: 52%;
  }
  
  .realestate-base-woocommmerce-wrapper .slick-next.slick-arrow {
    left: 52%;
  }
  
  /*--------------------------------------------------------------
  ##  Media Queries By WEN Themes
  --------------------------------------------------------------*/
  /* Smaller than standard 1400 (devices and browsers) */
 
  /* Smaller than standard 1300 (devices and browsers) */
  @media only screen and (max-width:1300px) {
 
    .inner-wrapper,
    .team-view-members-inner {
        margin: 0 -15px;
    }
  
  #sidebar-front-page-widget-area .widget {
      padding: 70px 0;
      margin: 0;
  }
    .realestate_base_widget_featured_pages_grid .grid-item,
    .realestate_base_widget_latest_news .latest-news-item,
    .team-view-members .tv_member, .team-view-members .tv_member,
    .realestate_base_widget_services .service-block-item,
    .realestate_base_widget_testimonial_carousel article{
        padding:15px;
    }
  
    #sidebar-front-page-widget-area .realestate_base_widget_call_to_action,
    .realestate_base_widget_call_to_action {
        padding: 40px 0;
        background-size: 100%;
    }
  
    .realestate-base-woocommerce ul.products li.product {
        margin: 0 15px 15px;
        width: 30.3%;
    }
  
    .site-header {
        padding: 10px 0 10px;
    }
  #sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-content-wrap {
      max-width: 100%;
  }
  
    .header-search-box .search-form {
        max-width: 500px;
    }
  
    #main-slider .cycle-prev,
    #main-slider .cycle-next {
        visibility: visible;
    }
  
    #main-slider h3 {
       font-size:55px;
    }
  
    #main-slider .cycle-prev,
    #main-slider:hover .cycle-prev {
       left: 1%;
    }
  
    #main-slider .cycle-next,
    #main-slider:hover .cycle-next {
        right: 1%;
    }
  
  #sidebar-front-page-widget-area .featured-page-widget .widget-title {
      font-size: 40px;
  }
  
  .showcase-grid-text-content {
      display: table;
      padding-top: 0;
  }
  
  .showcase-item-title {
      font-size: 40px;
  }
  
  .showcase {
    padding: 40px;
  }
  
  .showcase-item-thumb {
      margin-right: 30px;
  }
  
  .showcase-item.showcase-item-odd .showcase-item-thumb {
    float: right;
      margin-right: 0;
      margin-left: 30px;
  }
  }
  
  /* Smaller than standard 1024 (devices and browsers) */
  @media only screen and (max-width:1024px) {
    .main-navigation ul > li ul  {
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul > li:hover > ul  {
        display: block;
        opacity: 1;
        visibility: visible;
    }
  #main-slider h3 {
      font-size: 55px;
  }
  }
  
  /* Smaller than standard 1024 (devices and browsers) */
  @media only screen and (max-width:1023px) {
      h1 {
        font-size: 30px;
    }
  
    h2 {
        font-size: 32px;
    }
  
    h3{
        font-size: 22px;
    }
  
    h4 {
        font-size: 18px;
    }
  
    h5 {
        font-size: 14px;
    }
  
    h6 {
        font-size: 13px;
    }
  
    .custom-logo-link img {
        vertical-align: middle;
        max-width: 80px;
    }
  
    #main-slider .cycle-caption {
        max-width: 75%;
    }
  
    #sidebar-front-page-widget-area .widget{
        padding: 40px 0;
        margin: 0;
    }
  
    #sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-content-wrap {
        text-align: left;
        display: inline-block;
        max-width: 100%;
    }
  
    #sidebar-front-page-widget-area .cta-layout-1 .widget-title {
        text-align: center;
    }
  
    #sidebar-front-page-widget-area .widget-subtitle {
        max-width: 100%;
    }
  
    .realestate_base_widget_portfolio h3.portfolio-item-title {
        font-size: 20px;
    }
  
    .realestate_base_widget_latest_news .latest-news-text-wrap {
       padding: 20px;
    }
  
  #main-slider .cycle-prev, #main-slider .cycle-next {
      font-size: 25px;
      width: 35px;
      height: 50px;
      line-height: 2;
  }
  
  
  .realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-text-content {
    padding: 20px;
  }
    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }
  
    body{
        padding-top: 0;
    }
  
    #page {
        margin-top: 47px;
    }
  
    #main-nav {
        display: none;
    }
  
    .enabled-sticky-primary-menu.sidr-open #masthead.fixed {
        position: relative;
        top: 89px;
    }
  
    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }
  
    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 93px;
    }
  
    .sidr-open #mobile-trigger {
        transition: inherit;
    }
  
    #mobile-trigger {
        background: #000000 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }
  
    .logged-in #mobile-trigger {
        top: 32px;
    }
  
    .sidr-open #mobile-trigger {
        padding-left: 275px;
        text-align: left;
        transition: inherit;
    }
  
    .site-branding {
        float: none;
        margin-right: 0;
    }
  
    .custom-logo-link {
        max-width: inherit;
    }
  
    #mobile-trigger i {
        background-color: #bf9410;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }
  
    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }
  
    #primary,
    .sidebar {
        width: 100%;
    }
  
    body.three-columns-enabled #primary,
    body.three-columns-enabled #content .sidebar,
    body #content #primary, body #content .sidebar {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
  
    .realestate_base_widget_recent_posts .recent-posts-item {
        clear: both;
        float: left;
        margin-top: 30px;
        width: 100%;
    }
  
   .realestate_base_widget_features .features-column {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
  
    .realestate_base_widget_features .features-block-item {
        margin-top: 30px;
        float: left;
    }
    #main-slider h3 {
      font-size: 50px;
  }
  .realestate_base_widget_services .service-block-item {
      width: 100%;
  }
    #main-slider p {
        font-size: 15px;
        margin-bottom: 20px;
    }
  
    .realestate_base_widget_featured_pages_grid .grid-column-4 .grid-item,
    .realestate_base_widget_latest_news .latest-news-col-4 .latest-news-item {
        width: 50%;
    }
  
    #footer-contact-section .quick-contact .quick-contact-item i {
        font-size: 20px;
        padding: 7px 0;
        width: 35px;
        height: 35px;
        float: none;
        margin: 0 auto 15px;
    }
  
    .realestate_base_widget_features .features-widget {
        padding: 0;
    }
  
    .slider-buttons a {
        padding: 10px 20px;
        font-size: 14px;
    }
  
    .quick-contact-inner {
        float: none;
        text-align: center;
        width: 100%;
    }
  
    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft img {
        padding-right: 30px;
    }
  
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
        padding-left: 30px;
    }
  
    .quick-contact-item h4::after {
        width: 100%;
    }
    .realestate-base-woocommerce ul.products li.product {
        margin: 0 15px 15px;
        width: 29%;
    }
  
    #colophon .colophon-column-left,
    #colophon .colophon-column-right{
        float: left;
        width: 100%;
        text-align: center;
    }
  
    .realestate_base_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner .grid-text-content {
        position: inherit;
        bottom: 0;
        top: inherit;
        clear: both;
        width: 100%;
        left: 0;
    }
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .widget-title,
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .widget-subtitle,
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .message {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
        color: #fff;
        margin: 0;
        padding: 0 0;
    }
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .cycle-slideshow {
        float: left;
        width: 100%;
        margin-top: 16px;
        padding: 20px;
        margin-bottom: 40px;
    }
  
    .realestate_base_widget_features .features-block-item {
    margin-top: 20px;
    float: left;
    padding-bottom: 20px;
  }
  
  .realestate_base_widget_testimonial_carousel .slick-prev.slick-arrow,
  .realestate_base_widget_testimonial_carousel .slick-next.slick-arrow {
    bottom: -15px;
  }
  
  .realestate_base_widget_stats .counter-nos {
      font-size: 30px;
  }
  
  .realestate_base_widget_stats .counter-icon {
      font-size: 35px;
      display: block;
      margin: 0 0 10px;
  }
  
  .realestate_base_widget_stats .counter-title {
      font-size: 18px;
  }
  
  .realestate-base-woocommmerce-wrapper {
      margin-bottom: 40px;
  }
  
  .showcase-grid-text-content {
      padding-top: 20px;
  }
  
  .team-view-members .column-4 .tv_member,
  .team-view-members .column-3 .tv_member {
      width: 50%;
  }
  }
  
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width:800px) {
  .showcase-item-thumb,
  .showcase-item.showcase-item-odd .showcase-item-thumb {
      margin: 0 0 20px 0;
      display: block;
      text-align: center;
      float: none;
      width: 100%;
  }
  
    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft .featured-image,
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright .featured-image,
    #sidebar-front-page-widget-area .featured-page-content {
        display: block;
        width: 100%;
    }
  
    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft .featured-image,
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright .featured-image,
    #sidebar-front-page-widget-area .featured-page-widget.image-aligncenter .featured-image {
        text-align: center;
        margin: 0 auto 30px;
    }
  
    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft img,
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
        padding: 0;
    }
  }
  
  @media only screen and (max-width:782px) {
    .logged-in #mobile-trigger {
        top: 45px;
    }
  }
  
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width:767px) {
  
    #quick-contact, .header-social-wrapper .realestate_base_widget_social {
        text-align: center;
        width: 100%;
    }
  
  .widget.realestate_base_widget_stats .counter-item {
    width: 50%;
  }
  
  
  #tophead .header-social-wrapper {
      float: none;
      border-top: 1px solid rgba(35, 32, 32, 0.05);
      margin-top: 5px;
      clear: both;
  }
  
    #quick-contact li,
    .header-social-wrapper .realestate_base_widget_social li {
        display: inline-block;
        float: none;
    }
  
    .header-search-box .search-form {
        max-width: 280px;
    }
  
    .header-search-box .search-form .search-submit {
        float: right;
        display: block;
        position: inherit;
        padding: 15px;
    }
  
    .header-search-box .search-form input.search-field {
        width: 66%;
    }
  
    .site-branding {
        float: left;
        text-align: left;
    }
  
    #quick-contact li,
    .header-social-wrapper .realestate_base_widget_social li {
        display: inline-block;
        float: none;
        border: none!important;
        padding: inheritx;
    }
  
  
    body .sidebar,
    body #primary {
        width: 100%;
    }
  
    .site-branding {
        text-align: left;
    }
  
    .site-content {
        padding-top: 15px;
    }
  
    /*featured slider style*/
  
    #main-slider .cycle-caption h3 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
  
    #main-slider .cycle-caption p {
        display: none;
    }
  
    #main-slider .cycle-pager {
        bottom: 0;
    }
  
   .site-title {
        font-size: 24px;
    }
  
    .custom-button,
    .custom-button:visited {
        font-size: 14px;
        padding: 5px 20px;
        text-transform: inherit;
        min-width: inherit;
    }
  
    .caption-alignment-center .slider-buttons a.custom-button {
        margin: 0 15px;
    }
    #main-slider .cycle-caption.caption-alignment-center {
        text-align: center;
        left: 10%;
    }
    #main-slider .cycle-caption {
        width: 80%;
        max-width: 80%;
        left: 10%;
        right: 10%;
    }
    #content {
        clear: both;
        padding-top: 20px;
    }
  
    #sidebar-front-page-widget-area {
        clear: both;
    }
    .realestate_base_widget_portfolio .portfolio-filter a {
        padding: 4px 14px;
        font-size: 12px;
        margin-top: 5px;
    }
    .realestate_base_widget_portfolio h3.portfolio-item-title {
        padding: 10px;
        font-size: 17px;
        font-weight: normal;
    }
    /*sidebar layout*/
  
    #footer-widgets .footer-widget-area {
        float: left;
        padding: 0 15px;
        width: 50%;
    }
  
    .widget.realestate_base_widget_services .service-block-item {
        width: 100%;
    }
  
    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item {
        width: 50%;
    }
  
    .realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product {
        width: 44%;
    }
  
    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item:nth-child(3n+1),
    .widget.realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product:nth-child(3n+1) {
        clear: inherit;
    }
  
    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item:nth-child(2n+1),
    .widget.realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product:nth-child(2n+1) {
        clear: both;
    }
  
    #footer-widgets {
        padding: 30px 15px;
    }
  
    #colophon .copyright,
    #colophon .site-info {
        clear: both;
        text-align: center;
        width: 100%;
    }
  
  
    #footer-navigation {
        text-align: center;
        margin-bottom:10px;
    }
  
    .copyright {
        margin-bottom: 5px;
    }
  
    #custom-header {
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 45px 0 43px;
    }
  
    #custom-header .page-title {
        font-size: 25px;
  
    }
  
    .realestate_base_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 50%;
    }
  
    .realestate_base_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
        clear: inherit;
    }
  
    .realestate_base_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(2n+1) {
        clear: both;
    }
  
    #sidebar-front-page-widget-area .widget {
        padding: 30px 0;
        margin: 0;
    }
  
  #sidebar-front-page-widget-area .widget-subtitle {
      margin: 0 auto 15px;
      font-size: 15px;
      max-width: 400px;
  }
  .realestate_base_widget_features .features-block-item {
    width: 100%;
  }
    .realestate_base_widget_testimonial_slider .testimonial-content-area {
        max-width: 100%;
  
    }
    #sidebar-front-page-widget-area .cta-layout-2 a.custom-button {
        padding: 10px 27px;
    }
    .alignment-left img,
    .alignment-right img {
        max-width: 50%;
    }
  
    .alignment-right .entry-content-wrapper, .alignment-left .entry-content-wrapper {
        display: block;
    }
  
    #footer-widgets .footer-widget-area:nth-child(3n) {
        clear: both;
    }
  
    .realestate_base_widget_services .inner-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
  
    .header-search-box .search-box-wrap {
        width: 260px;
    }
  
    .header-search-box > a {
      padding: 7px 15px 7px;
  
  }
  }
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width:550px) {
  #main-slider .cycle-caption {
    bottom:20%;
  }
  .entry-content-wrapper {
      padding: 10px 25px;
  
  }
    .entry-content-wrapper {
        padding-left: 25px;
        border-left: 3px solid #f5f5f5;
        padding-top: 0;
    }
  
    .realestate-base-woocommerce ul.products li.product {
        max-width: 300px;
        margin: 10px;
        float: left;
    }
  
    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item {
        width: 100%;
    }
  
    .site-branding {
        text-align: center;
        width: 100%;
        float: none;
    }
  .custom-logo-link, #site-identity {
      float: none;
      margin-right: 0;
      margin-bottom: 15px;
  }
  .site-header {
    text-align: center;
  }
  .header-search-box {
      float: none;
      margin-left:0;
      position: relative;
      display: inline-block;
  }
  .header-search-box {
      float: none;
      margin-top: 10px;
      margin-left: 5px;
     position: relative;
      display: inline-block;
  }
    .custom-logo-link {
        max-width: inherit;
        float: none;
        display: block;
    }
  a.custom-button.appyl-now {
      float: none;
  }
  .header-search-box .search-box-wrap {
      width: 260px;
      left: -26px;
  }
    .realestate_base_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
    .realestate_base_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
        width: 50%;
    }
  
    #sidebar-front-page-widget-area .overlay-enabled.realestate_base_widget_call_to_action.cta-layout-2::before {
        width: 100%;
    }
  
    .cta-layout-2 .call-to-action-main-wrap {
        float: left;
        width: 100%;
        text-align: center;
        padding-right: 0;
        float: none;
    }
  
    #sidebar-front-page-widget-area .realestate_base_widget_call_to_action.cta-layout-2 .widget-title {
        text-align: center;
        margin-bottom: 15px;
    }
  
    #main-slider .cycle-caption p {
        display: none;
    }
  
    #custom-header {
        background-repeat: no-repeat;
        padding: 25px 0 30px;
    }
  
    .page-title {
        font-size: 30px;
    }
  
    .enabled-sticky-primary-menu.admin-bar #masthead.fixed,
    .enabled-sticky-primary-menu  #masthead.fixed,
    .site-header {
        position: inherit;
        padding:15px 0;
        top: 0;
    }
  
    #main-slider .cycle-caption h3 {
        font-size: 25px;
    }
  
    #main-slider .cycle-pager {
        display: none;
    }
  
    #main-slider .cycle-prev,
    #main-slider .cycle-next {
        font-size: 19px;
        height: 30px;
        width: 25px;
        padding: 0;
        line-height: 1.6;
    }
  
    .service-block-inner {
        padding: 20px;
    }
  
    #main-slider h3 {
        padding: 0 10px;
    }
  
  #sidebar-front-page-widget-area .featured-page-widget .widget-title {
    font-size: 28px;
  }
     .slider-buttons a.custom-button {
        padding: 6px 16px;
        font-size: 13px;
    }
    .caption-alignment-center .slider-buttons a.custom-button {
      margin: 0 3px;
  }
   .alignment-left img ,
    .alignment-right img {
        max-width: 100%;
        margin:0 0 15px;
  
    }
    .alignment-right .entry-content-wrapper,
    .alignment-left .entry-content-wrapper {
        display: block;
    }
    .caption-alignment-center .slider-buttons a.custom-button:after {
      display: none;
    }
        .showcase {
      padding: 20px;
  }
  .showcase-item-title {
      font-size: 27px;
  }
  .showcase-grid-text-content {
      padding-top: 0;
  }
  #breadcrumb {
    font-size: 14px;
  }
  }
  
  
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width:479px) {
  
    .realestate_base_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
    .realestate_base_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
        width: 100%;
    }
   .realestate-base-woocommerce ul.products li.product {
        max-width: 300px;
        margin: 15px auto 15px;
        width: 100%;
        float: none;
    }
    .realestate_base_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 100%;
    }
  
   .team-view-members .team-view-members-inner .team-view-members-items .tv_member,
   .team-view-members .team-view-members-inner .team-view-members-items.column-1 .tv_member {
        max-width: 100%;
        width: 300px;
        margin: 0 auto 15px;
        float: none;
        padding:0;
    }
  
    .comment .reply {
        position: inherit;
        top: inherit;
        right: inherit;
    }
  
    ol.comment-list .children {
        padding-left: 0;
    }
  
    .navigation .nav-links .nav-previous,
    .navigation .nav-links .nav-next {
        width: 100%;
        text-align: center;
    }
  
    #footer-widgets .footer-widget-area {
        width: 100%;
    }
  
    #footer-widgets .footer-widget-area:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
  
    #footer-widgets .footer-widget-area {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid rgba(185, 178, 178, 0.2);
        margin-top: 15px;
    }
  #footer-widgets .widget-title {
      margin-bottom: 5px;
      font-size: 28px;
      margin-top: 15px;
  }
    .site-description {
        margin-bottom: 0;
    }
  
    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }
  
  
    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }
  
    .widget.realestate_base_widget_services .service-block-item {
        width: 100%;
    }
  
    .page-title {
        font-size: 20px;
        margin-bottom: 7px;
    }
  
  
    .realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product {
        width: 285px;
        margin: 0;
        float: none;
        margin: 0 auto 15px;
        display: block;
    }
  }
  
  /*** Block Styles ***/
  
  [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  font-style: italic;
  margin-bottom: 1.5em;
  text-align: left;
  }
  
  hr.wp-block-separator {
  background: none;
  border-bottom-width: 1px;
  }
  
  .wp-block-gallery {
  margin: 0;
  margin-bottom: 15px;
  }
  
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignnone,
  .wp-block-gallery.aligncenter,
  .wp-block-gallery.alignright {
  display: flex;
  }
  
  .wp-block-gallery figcaption {
  font-style: italic;
  }
  
  p.has-drop-cap:not(:focus)::first-letter {
  font-size: 5em;
  margin-top: 0.075em;
  }
  
  .wp-block-image {
  margin-bottom: 1.5em;
  }
  
  .wp-block-image figure {
  margin-bottom: 0;
  margin-top: 0;
  }
  
  .wp-block-image figure.alignleft {
  margin-right: 1.5em;
  }
  
  .wp-block-image figure.alignright {
  margin-left: 1.5em;
  }
  
  .wp-block-audio audio {
  display: block;
  width: 100%;
  }
  
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignright,
  .wp-block-cover-image.alignleft,
  .wp-block-cover.alignleft,
  .wp-block-cover-image.aligncenter,
  .wp-block-cover.aligncenter {
  display: flex;
  }
  
  .wp-block-pullquote blockquote {
  margin: 0;
  }
  .wp-block-quote:not(.is-large):not(.is-style-large),
  blockquote {
  border-left: 5px solid #bf9410;
  }
  
  .wp-block-pullquote.is-style-solid-color blockquote {
  border: none;
  background: #bf9410;
  padding: 30px;
  color: #fff;
  }
  .wp-block-pullquote.is-style-solid-color blockquote p {
  color: #fff;
  }
  blockquote:before {
  display: none;
  }
  blockquote {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px;
  }
  .entry-content ul.wp-block-gallery {
    margin-left: 0;
    padding-left: 0;
  }
  .entry-content ul,.entry-content ol {
    padding-left: 20px;
    margin-left: 0;
  }
  
  .wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    color: #000;
  }
  
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
  clear: both;
  }
  /*================================================================
  ========================= Style Ends =============================
  ================================================================= */
  
  
  .panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
  }
  
  .panel-grid .so-parallax {
    position: relative
  }
  
  .panel-grid .so-parallax>:not(.simpleParallax) {
    position: relative;
    z-index: 1
  }
  
  .panel-grid .so-parallax .simpleParallax {
    overflow: hidden
  }
  
  .panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax] {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
  }
  
  .panel-background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  
  .panel-has-overlay .panel-grid-cell {
    position: relative
  }
  
  .panel-grid-cell.panel-has-overlay .so-panel {
    position: relative;
    z-index: 1
  }
  
  .panel-has-overlay.so-panel .panel-widget-style>* {
    position: relative
  }
  
  .panel-has-overlay.so-panel .panel-background-overlay {
    position: absolute
  }
  
  .panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  
  .panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .panel-grid-cell .panel-cell-style {
    height: 100%
  }
  
  .panel-grid-cell .so-panel {
    zoom:1}
  
  .panel-grid-cell .so-panel:before {
    content: "";
    display: block
  }
  
  .panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
  }
  
  .panel-grid-cell .panel-last-child {
    margin-bottom: 0
  }
  
  .panel-grid-cell .widget-title {
    margin-top: 0
  }
  
  body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) {
    overflow-x: hidden
  }
  
  body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch {
    margin-right: -1000px!important;
    margin-left: -1000px!important;
    padding-right: 1000px!important;
    padding-left: 1000px!important
  }
  
  
  
 
  
  #pg-7-0.panel-has-style > .panel-row-style, #pg-7-0.panel-no-style , #pg-7-1.panel-has-style > .panel-row-style, #pg-7-1.panel-no-style , #pg-7-2.panel-has-style > .panel-row-style, #pg-7-2.panel-no-style , #pg-7-3.panel-has-style > .panel-row-style, #pg-7-3.panel-no-style , #pg-7-4.panel-has-style > .panel-row-style, #pg-7-4.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
  }
  
  #pl-7 .so-panel:last-of-type {
    margin-bottom: 0px
  }
  
  #pg-7-0> .panel-row-style {
    padding: 30px 0px 30px 0px
  }
  
  #pgc-7-0-0 , #pgc-7-0-1 {
    width: 50%;
    width: calc(50% - ( 0.5 * 30px ) )
  }
  
  #pg-7-0 , #pg-7-1 , #pg-7-2 , #pg-7-3 , #pl-7 .so-panel {
    margin-bottom: 30px
  }
  
  .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container h1.sow-headline {
  
    text-align: center;
    
    line-height: 1.4em;
    font-size: 18px;
    
    
  }
  @media (max-width: 780px) {
    .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container h1.sow-headline {
      text-align: center;
    }
  }
  .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container h2.sow-sub-headline {
    
    text-align: center;
    
    line-height: 1.4em;
    font-size: 28px;
    
    
  }
  @media (max-width: 780px) {
    .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container h2.sow-sub-headline {
      text-align: center;
    }
  }
  .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container .decoration {
    line-height: 0em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  @media (max-width: 780px) {
    .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container .decoration {
      text-align: center;
    }
  }
  .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container .decoration .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 1px none #eeeeee;
    width: 100%;
    max-width: 100%;
  }
  .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container *:first-child {
    margin-top: 0 !important;
  }
  .so-widget-sow-headline-default-7dcfdbd04a2d-7 .sow-headline-container *:last-child {
    margin-bottom: 0 !important;
  }


  .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container h1.sow-headline {
  
    text-align: left;
    
    line-height: 1.4em;
    font-size: 28px;
    
    
  }
  @media (max-width: 780px) {
    .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container h1.sow-headline {
      text-align: left;
    }
  }
  .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container h2.sow-sub-headline {
    
    text-align: left;
    
    line-height: 1.4em;
    font-size: 18px;
    
    
  }
  @media (max-width: 780px) {
    .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container h2.sow-sub-headline {
      text-align: left;
    }
  }
  .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container .decoration {
    line-height: 0em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  @media (max-width: 780px) {
    .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container .decoration {
      text-align: center;
    }
  }
  .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container .decoration .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 0px none #eeeeee;
    width: 100%;
    max-width: 80%;
  }
  .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container *:first-child {
    margin-top: 0 !important;
  }
  .so-widget-sow-headline-default-60ab08d3e6d0-7 .sow-headline-container *:last-child {
    margin-bottom: 0 !important;
  }

  /* 0c5d7efd55ac-148 */

  .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container h1.sow-headline {
    text-align: center;
    line-height: 1.4em;
    font-size: 32px;
}

 
 
  .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container h2.sow-sub-headline {
    
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    
  }
 
  .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container .decoration .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 0px none #eeeeee;
    width: 100%;
    max-width: 80%;
  }
  .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container *:first-child {
    margin-top: 0 !important;
  }
  .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container *:last-child {
    margin-bottom: 0 !important;
  }


  @media (max-width: 780px) {
 
    .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container .decoration {
      line-height: 0em;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container h2.sow-sub-headline {
      text-align: left;
    }
    .so-widget-sow-headline-default-0c5d7efd55ac-148 .sow-headline-container h1.sow-headline {
      text-align: left;
    }

  }




.so-panel .post-thumbnail{
  width: 100%;
  height:auto;
  margin-bottom: 4%;
}
#pgc-7-3-0, #pgc-7-3-1, #pgc-7-3-2, #pgc-7-4-0, #pgc-7-4-1, #pgc-7-4-2 {
  width: 33.3333%;
  width: calc(33.3333% -(0.66666666666667* 30px));
  margin-right: 2%;
}
 
.inner-page .featured-page-widget{
  flex: 0 0 auto;
  width: 98%;
  margin-bottom: 2%;
}



.panel-no-style .panel-grid-cell{
  width: 100%;
}

#pg-7-1{
  padding-bottom: 2%;
 
}

#pg-7-1> .panel-row-style {
  background-color: #f7f7f7;
  padding: 40px 0px 40px 0px;
}


 

.sow-slider-base {
  position: relative;
  overflow: hidden;
}
.sow-slider-base ul.sow-slider-images {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image.sow-slider-image-cover {
  background-position: center center;
  background-size: cover;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image.sow-slider-image-cover {
  background-repeat: repeat;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-container
  .sow-slider-image-wrapper {
  margin: 0 auto;
  z-index: 2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-container
  .sow-slider-image-wrapper
  > *:first-child {
  margin-top: 0;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-container
  .sow-slider-image-wrapper
  > *:last-child {
  margin-bottom: 0;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-overlay.sow-slider-image-cover {
  background-position: center center;
  background-size: cover;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-overlay.sow-slider-image-cover {
  background-repeat: repeat;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image > img,
.sow-slider-base ul.sow-slider-images li.sow-slider-image > a > img,
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-wrapper
  > img,
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  .sow-slider-image-wrapper
  > a
  > img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  video.sow-background-element {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
}
.sow-slider-base
  ul.sow-slider-images
  li.sow-slider-image
  video.sow-full-element {
  display: block;
  width: 100%;
  height: auto;
}
.sow-slider-base .sow-slider-pagination {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 20px;
  font-size: 0;
  left: 0;
  line-height: 11px;
  list-style: none;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  z-index: 1001;
}
.sow-slider-base .sow-slider-pagination li {
  display: inline-block;
  font-size: 1em;
  text-align: left;
  margin: 0 4px 0 0;
}
.sow-slider-base .sow-slider-pagination li:last-of-type {
  margin-right: 0;
}
.sow-slider-base .sow-slider-pagination li a {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  height: 11px;
  opacity: 0.45;
  text-indent: -9999px;
  width: 11px;
}
.sow-slider-base .sow-slider-pagination li.sow-active a {
  opacity: 0.85;
}
.sow-slider-base .sow-slide-nav {
  list-style: none;
  z-index: 1001;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
  font-size: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sow-slider-base .sow-slide-nav a {
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.sow-slider-base .sow-slide-nav a em {
  display: block;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-next {
  right: 5px;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-next a {
  background-position: top right;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
  left: 5px;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a {
  background-position: top left;
}
.sow-slider-base .cycle-sentinal {
  overflow: hidden;
}
.sow-slider-base.sow-slider-is-mobile
  video.sow-background-element:not(.sow-mobile-video_enabled) {
  visibility: hidden;
}
.sow-slider-base [class^="sow-sld-icon-"],
.sow-slider-base [class*=" sow-sld-icon-"] {
  font-family: "so-slider-pointers";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sow-slider-base .sow-sld-icon-ultra-thin-rounded-left:before {
  content: "\e600";
}
.sow-slider-base .sow-sld-icon-ultra-thin-rounded-right:before {
  content: "\e601";
}
.sow-slider-base .sow-sld-icon-thin-rounded-left:before {
  content: "\e602";
}
.sow-slider-base .sow-sld-icon-thin-rounded-right:before {
  content: "\e603";
}
.sow-slider-base .sow-sld-icon-medium-rounded-left:before {
  content: "\e604";
}
.sow-slider-base .sow-sld-icon-medium-rounded-right:before {
  content: "\e605";
}
.sow-slider-base .sow-sld-icon-thick-rounded-left:before {
  content: "\e606";
}
.sow-slider-base .sow-sld-icon-thick-rounded-right:before {
  content: "\e607";
}
.sow-slider-base .sow-sld-icon-ultra-thin-left:before {
  content: "\e608";
}
.sow-slider-base .sow-sld-icon-ultra-thin-right:before {
  content: "\e609";
}
.sow-slider-base .sow-sld-icon-thin-left:before {
  content: "\e60a";
}
.sow-slider-base .sow-sld-icon-thin-right:before {
  content: "\e60b";
}
.sow-slider-base .sow-sld-icon-medium-left:before {
  content: "\e60c";
}
.sow-slider-base .sow-sld-icon-medium-right:before {
  content: "\e60d";
}
.sow-slider-base .sow-sld-icon-thick-left:before {
  content: "\e60e";
}
.sow-slider-base .sow-sld-icon-thick-right:before {
  content: "\e60f";
}
 
.sow-slider-images
 {
  max-height: 50vh!important;
}
.panel-grid-cell{
  margin-left:1rem;
  margin-bottom: 1rem;;
}

video{
  width: 100%;
  height: auto;
}
.gallery-icon img{
  width: 100%;
  height: auto;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel {
  margin-bottom: 10px;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  align-items: center;
  background-color: #828282;
  
  color: #ffffff;
  cursor: pointer;
  display: flex;
  
  
  
  padding: 15px 30px 15px 30px;
  position: relative;
  
  flex-direction: row;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
  background-color: #8c8c8c;
  
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-open-close-button {
  line-height: 0;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-icon-image {
  width: auto;
  
  max-height: 1em;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-left > .sow-accordion-icon-image,
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-left > span[data-sow-icon] {
  margin-right: 5px;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-right > .sow-accordion-icon-image,
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-right > span[data-sow-icon] {
  margin-left: 5px;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel:not(.sow-accordion-panel-open) > .sow-accordion-panel-header-container > .sow-accordion-panel-header .sow-accordion-close-button {
  display: none;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel.sow-accordion-panel-open > .sow-accordion-panel-header-container > .sow-accordion-panel-header .sow-accordion-open-button {
  display: none;
}
.so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: #f9f9f9;
  
  
  
  
  overflow: auto;
  padding: 15px 30px 15px 30px;
}
@media print {
  .so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-open-close-button {
    display: none;
  }
  .so-widget-sow-accordion-default-99be652ed941-14 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content {
    display: block !important;
  }
}




