

@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700|Roboto+Slab:300,400,500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
:root {
    --thm-base: #c9b38c;
    --thm-primary: #eff7f8;
    --thm-bg: #071422;
    --thm-black: #191825;
}

html {
    font-size: 16px;
}

body {
    font-family: Muli, sans-serif;
    background-color: rgb(255, 255, 255);
    font-size: 1rem;
    color: rgb(104, 118, 147);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}


@media (max-width: 767px) {
  body { font-size: 14px; }
}

p { color: rgb(104, 118, 147); line-height: 1.7em; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: rgb(38, 43, 62);
}

ul { list-style-type: none; padding-left: 0px; margin: 0px; }

a { text-decoration: none; transition: all 0.2s ease 0s; }

a:hover { text-decoration: none; }

img { max-width: 100%; }

.page-wrapper { position: relative; overflow: hidden; }

.wow { visibility: hidden; }

.fi::before { margin: 0px; }

.section-padding { padding: 110px 0px; }

@media (max-width: 991px) {
  .section-padding { padding: 100px 0px; }
}

@media (max-width: 767px) {
  .section-padding { padding: 80px 0px; }
}

.contact-validation-active .error-handling-messages { width: 100% !important; margin-top: 15px !important; }

.contact-validation-active label.error { color: red; font-size: 0.875rem; font-weight: normal; margin: 5px 0px 0px; text-align: left; display: block; }

.contact-validation-active #loader { display: none; margin-top: 10px; }

.contact-validation-active #loader i { font-size: 1.875rem; color: rgb(201, 179, 140); display: inline-block; animation: 2s linear 0s infinite normal none running rotating; }

.contact-validation-active #success, .contact-validation-active #error { width: 100%; color: rgb(255, 255, 255); padding: 5px 10px; font-size: 16px; text-align: center; display: none; }

@media (max-width: 767px) {
  .contact-validation-active #success, .contact-validation-active #error { font-size: 15px; }
}

.contact-validation-active #success { background-color: rgb(0, 154, 0); border-left: 5px solid green; margin-bottom: 5px; }

.contact-validation-active #error { background-color: rgb(255, 26, 26); border-left: 5px solid red; }

@-webkit-keyframes rotating { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotating { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rotating { animation: 5s ease 0s infinite alternate none running rotating; }

.back-to-top { background-color: rgba(201, 179, 140, 0.7); width: 45px; height: 45px; line-height: 45px; border: 2px solid rgb(201, 179, 140); border-radius: 0px; text-align: center; display: none; position: fixed; z-index: 999; right: 15px; bottom: 15px; transition: all 0.2s ease 0s; }

@media (max-width: 991px) {
  .back-to-top { width: 35px; height: 35px; line-height: 35px; }
}

.back-to-top:hover { background-color: rgb(201, 179, 140); }

.back-to-top i { font-size: 1.375rem; color: rgb(255, 255, 255); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.mfp-wrap { background-color: rgba(0, 0, 0, 0.9); z-index: 99999; }

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; backface-visibility: hidden; transition: all 0.3s ease-out 0s; }

.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

.fancybox-overlay { background: rgba(0, 0, 0, 0.9); z-index: 9999 !important; }

.fancybox-wrap { z-index: 99999 !important; }

.section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 { padding-left: 85px; margin-bottom: 0px; position: relative; }

@media (max-width: 1199px) {
  .section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 { padding-left: 0px; }
}

@media (max-width: 991px) {
  .section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 { margin-bottom: 50px; }
}

.section-title .icon, .section-title-s2 .icon, .section-title-s3 .icon, .section-title-s6 .icon, .section-title-s4 .icon { background-color: rgb(201, 179, 140); width: 50px; height: 50px; line-height: 48px; box-shadow: rgba(201, 179, 140, 0.2) 0px 0px 0px 5px; border-radius: 50%; text-align: center; position: absolute; left: 5px; top: 7px; }

@media (max-width: 1199px) {
  .section-title .icon, .section-title-s2 .icon, .section-title-s3 .icon, .section-title-s6 .icon, .section-title-s4 .icon { display: none; }
}

.section-title .icon .fi::before, .section-title-s2 .icon .fi::before, .section-title-s3 .icon .fi::before, .section-title-s6 .icon .fi::before, .section-title-s4 .icon .fi::before { font-size: 26px; color: rgb(255, 255, 255); }

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span { font-size: 0.875rem; font-weight: 700; color: rgb(201, 179, 140); text-transform: uppercase; display: block; margin-bottom: 0.5em; margin-top: -0.3em; }

@media (max-width: 991px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span { font-size: 0.75rem; }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 { font-size: 2.25rem; margin: 0px 0px 0.69em; line-height: 1.19em; position: relative; }

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 { font-size: 1.875rem; }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 { font-size: 1.6875rem; }
}

.section-title p, .section-title-s2 p, .section-title-s3 p, .section-title-s6 p, .section-title-s4 p { margin-bottom: 1.5em; }

.section-title .more-about, .section-title-s2 .more-about, .section-title-s3 .more-about, .section-title-s6 .more-about, .section-title-s4 .more-about { font-weight: 700; color: rgb(201, 179, 140); }

.section-title .more-about .fi::before, .section-title-s2 .more-about .fi::before, .section-title-s3 .more-about .fi::before, .section-title-s6 .more-about .fi::before, .section-title-s4 .more-about .fi::before { font-weight: normal; font-size: 16px; padding-left: 5px; position: relative; top: 2px; }

.section-title .more-about:hover, .section-title-s2 .more-about:hover, .section-title-s3 .more-about:hover, .section-title-s6 .more-about:hover, .section-title-s4 .more-about:hover { color: rgb(38, 43, 62); }

.section-title-s2 { margin-bottom: 50px; }

.section-title-s2 .icon { box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px; }

.section-title-s2 h2 { color: rgb(255, 255, 255); }

    .section-title-s2 p {
        color: rgb(104, 118, 147);
        margin: 0;
    }

.section-title-s3, .section-title-s6 { text-align: center; margin-bottom: 50px; padding-left: 0px; }

@media (max-width: 991px) {
  .section-title-s3, .section-title-s6 { margin-bottom: 40px; }
}

.section-title-s3 .icon, .section-title-s6 .icon { position: static; display: inline-block; margin-bottom: 30px; margin-top: 3px; }

@media (max-width: 1199px) {
  .section-title-s3 .icon, .section-title-s6 .icon { display: inline-block; }
}

.section-title-s3 h2, .section-title-s6 h2 { margin: 0px 0px 0.4em; }

.section-title-s3 p, .section-title-s6 p { margin: 0px; }

@media (max-width: 767px) {
  .section-title-s4 { margin-bottom: 10px; }
}

@media (max-width: 1199px) {
  .section-title-s4 .icon { display: inline-block; position: static; margin-bottom: 25px; }
}

.section-title-s5 { margin-bottom: 50px; position: relative; }

@media (max-width: 991px) {
  .section-title-s5 { margin-bottom: 50px; }
}

.section-title-s5 > span { font-size: 0.875rem; font-weight: 700; color: rgb(201, 179, 140); text-transform: uppercase; display: block; margin-bottom: 0.5em; }

@media (max-width: 991px) {
  .section-title-s5 > span { font-size: 0.75rem; }
}

.section-title-s5 h2 { font-size: 2.25rem; margin: 0px 0px 0.69em; line-height: 1.19em; position: relative; text-transform: capitalize; }

@media (max-width: 991px) {
  .section-title-s5 h2 { font-size: 1.875rem; }
}

@media (max-width: 767px) {
  .section-title-s5 h2 { font-size: 1.6875rem; }
}

.section-title-s5 p { margin-bottom: 1.5em; }

.section-title-s6 { padding-left: 0px; }

.section-title-s6 > span { display: block; margin-top: -0.2em; }

.theme-btn { background-color: rgb(201, 179, 140); color: rgb(255, 255, 255); font-weight: 700; padding: 16px 30px; border: 0px; border-radius: 0px; text-transform: capitalize; display: inline-block; }

.theme-btn:hover, .theme-btn:focus, .theme-btn:active { background-color: rgb(185, 156, 105); color: rgb(255, 255, 255); }

@media (max-width: 991px) {
  .theme-btn { font-size: 0.9375rem; padding: 14px 25px; }
}

@media (max-width: 767px) {
  .theme-btn { font-size: 0.875rem; padding: 12px 20px; }
}

.view-cart-btn { background: rgb(201, 179, 140); width: 140px; padding: 10px; margin-top: 20px; color: white; font-weight: 500; display: block; margin-left: auto; margin-right: auto; }

.view-cart-btn:hover { background-color: rgb(185, 156, 105); color: rgb(255, 255, 255); }

.theme-btn-s2, .theme-btn-s3 { background-color: rgb(255, 255, 255); color: rgb(38, 43, 62); font-weight: 700; font-size: 0.9375rem; padding: 13px 25px; border: 0px; border-radius: 0px; text-transform: capitalize; display: inline-block; }

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s2:active, .theme-btn-s3:active { background-color: rgb(185, 156, 105); color: rgb(255, 255, 255); }

@media (max-width: 991px) {
  .theme-btn-s2, .theme-btn-s3 { font-size: 0.9375rem; padding: 12px 22px; }
}

@media (max-width: 767px) {
  .theme-btn-s2, .theme-btn-s3 { font-size: 0.875rem; padding: 12px 20px; }
}

.theme-btn-s3 { padding: 16px 25px; }

@media (max-width: 991px) {
  .theme-btn-s3 { padding: 12px 22px; }
}

@media (max-width: 767px) {
  .theme-btn-s3 { padding: 12px 20px; }
}

.form input, .form textarea, .form select { border-color: rgb(191, 191, 191); border-radius: 0px; outline: 0px; box-shadow: none; color: rgb(89, 89, 89); }

.form input:focus, .form textarea:focus, .form select:focus { border-color: rgb(201, 179, 140); box-shadow: rgb(217, 202, 175) 0px 0px 5px 0px; }

.form ::-webkit-input-placeholder { font-style: italic; color: rgb(89, 89, 89); }

.form select { font-style: italic; background: url("../images/select-icon.png") right center no-repeat; display: inline-block; appearance: none; cursor: pointer; }

.social-links { overflow: hidden; }

.social-links li { float: left; width: 35px; height: 35px; margin-right: 1px; }

.social-links li a { background-color: rgb(217, 202, 175); width: 35px; height: 35px; line-height: 35px; display: block; color: rgb(255, 255, 255); text-align: center; }

.social-links li a:hover { background-color: rgb(201, 179, 140); }

.page-title {
    background: url("../images/fondos/page-title.jpg");
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
    width: 100%;
    height: 430px;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
  .page-title { height: 300px; }
}

.page-title .container { height: 100%; display: table; }

@media screen and (min-width: 992px) {
  .page-title .container { padding-top: 100px; }
}

.page-title .container > .row { vertical-align: middle; display: table-cell; }

.page-title h2 { font-size: 3.4375rem; color: rgb(255, 255, 255); margin: 0.5em 0px 0.3em; }

@media (max-width: 991px) {
  .page-title h2 { font-size: 2.8125rem; }
}

@media (max-width: 767px) {
  .page-title h2 { font-size: 2.5rem; }
}

.page-title p { font-size: 1.125rem; color: rgb(255, 255, 255); margin: 0px; }

@media (max-width: 991px) {
  .page-title p { font-size: 1rem; }
}

@media (max-width: 767px) {
  .page-title p { font-size: 0.9375rem; }
}

.preloader { background-color: rgb(40, 40, 40); width: 100%; height: 100%; position: fixed; z-index: 1000; }

    .preloader .sk-chase {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

.preloader .sk-chase-dot { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; animation: 2s ease-in-out 0s infinite normal both running sk-chase-dot; }

.preloader .sk-chase-dot::before { content: ""; display: block; width: 25%; height: 25%; background-color: rgb(201, 179, 140); border-radius: 100%; animation: 2s ease-in-out 0s infinite normal both running sk-chase-dot-before; }

.preloader .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }

.preloader .sk-chase-dot:nth-child(2) { animation-delay: -1s; }

.preloader .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }

.preloader .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }

.preloader .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }

.preloader .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }

.preloader .sk-chase-dot:nth-child(1)::before { animation-delay: -1.1s; }

.preloader .sk-chase-dot:nth-child(2)::before { animation-delay: -1s; }

.preloader .sk-chase-dot:nth-child(3)::before { animation-delay: -0.9s; }

.preloader .sk-chase-dot:nth-child(4)::before { animation-delay: -0.8s; }

.preloader .sk-chase-dot:nth-child(5)::before { animation-delay: -0.7s; }

.preloader .sk-chase-dot:nth-child(6)::before { animation-delay: -0.6s; }

@-webkit-keyframes sk-chase { 
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase { 
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes sk-chase-dot { 
  80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot { 
  80%, 100% { transform: rotate(360deg); }
}

@-webkit-keyframes sk-chase-dot-before { 
  50% { transform: scale(0.4); }
  100%, 0% { transform: scale(1); }
}

@keyframes sk-chase-dot-before { 
  50% { transform: scale(0.4); }
  100%, 0% { transform: scale(1); }
}

.service-sidebar.estadistica {
    padding: 4rem 0 0;
}

@media (max-width: 991px) {
  .service-sidebar { max-width: 100%; margin-bottom: 80px; }
    .widget.download-widget, .widget.contact-widget {
        display: none;
    }
    .service-sidebar.estadistica {
        padding: 0;
    }
}

.service-sidebar > .widget + .widget { margin-top: 60px; }

.service-sidebar .service-list-widget ul { list-style: none; border-width: 1px 1px 0px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: rgb(234, 234, 234); border-right-color: rgb(234, 234, 234); border-left-color: rgb(234, 234, 234); border-image: initial; border-bottom-style: initial; border-bottom-color: initial; }

.service-sidebar .service-list-widget ul li { border-bottom: 1px solid rgb(234, 234, 234); }

.service-sidebar .service-list-widget a { font-size: 0.9375rem; background: rgb(252, 252, 252); font-weight: 600; display: block; color: rgb(38, 43, 62); padding: 16px 24px; }

.service-sidebar .service-list-widget a:hover, .service-sidebar .service-list-widget .current a { background-color: rgb(201, 179, 140); color: rgb(255, 255, 255); }

.service-sidebar .download-widget ul { list-style: none; }

.service-sidebar .download-widget ul > li + li { margin-top: 5px; }

.service-sidebar .download-widget ul a { background: rgb(38, 43, 62); color: rgb(255, 255, 255); padding: 18px 25px; font-weight: 700; display: block; }

.service-sidebar .download-widget ul i { display: inline-block; padding-right: 10px; color: rgb(255, 255, 255); }

.service-sidebar .download-widget ul a:hover { background: rgb(185, 156, 105); }

.service-sidebar .contact-widget {
 
    background: url('../images/fondos/feature-info-col-bg.jpg') center center / cover no-repeat local;
    padding: 45px 40px;
    position: relative;
}

.service-sidebar .contact-widget::before { content: ""; background-color: rgba(38, 43, 62, 0.9); width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }

.service-sidebar .contact-widget > div { position: relative; z-index: 1; }

.service-sidebar .contact-widget h4 { font-size: 1.25rem; color: rgb(255, 255, 255); font-weight: 400; margin: 0px 0px 0.8em; text-transform: capitalize; }

.service-sidebar .contact-widget p { color: rgb(255, 255, 255); font-size: 0.875rem; }

.service-sidebar .contact-widget ul li { font-size: 0.875rem; position: relative; padding-left: 25px; }

.service-sidebar .contact-widget ul li i { position: absolute; left: 0px; top: 3px; color: rgb(201, 179, 140); }

.service-sidebar .contact-widget ul > li + li { margin-top: 12px; }

.service-sidebar .contact-widget a { background-color: rgb(255, 255, 255); font-size: 0.875rem; font-weight: 600; color: rgb(104, 118, 147); padding: 7px 15px; display: inline-block; margin-top: 15px; }

.service-sidebar .contact-widget a:hover { color: rgb(201, 179, 140); }

.service-sidebar .service-features-widget { padding: 45px 30px; position: relative; border: 2px solid rgb(247, 247, 247); }

.service-sidebar .service-features-widget::before { font-family: Themify; content: ""; font-size: 1.5625rem; color: rgb(201, 179, 140); position: absolute; right: 30px; top: 40px; opacity: 0.5; }

.service-sidebar .service-features-widget h3 { font-size: 1.125rem; margin: 0px 0px 0.8em; text-transform: capitalize; }

.service-sidebar .service-features-widget ol { list-style-position: inside; padding-left: 0px; margin: 0px; }

.service-sidebar .service-features-widget ol > li + li { margin-top: 8px; }

.blog-sidebar { }

@media screen and (min-width: 1200px) {
  .blog-sidebar { padding-left: 45px; }
}

@media (max-width: 991px) {
  .blog-sidebar { margin-top: 80px; max-width: 400px; }
}

@media (max-width: 767px) {
  .blog-sidebar { margin-top: 60px; max-width: 400px; }
}

.blog-sidebar .widget h3 { font-size: 1.125rem; font-weight: 400; margin: 0px 0px 1.3em; position: relative; text-transform: capitalize; }

.blog-sidebar > .widget + .widget { margin-top: 65px; }

.blog-sidebar .search-widget form div { position: relative; }

.blog-sidebar .search-widget input { background-color: rgb(248, 248, 248); height: 50px; font-size: 1rem; padding: 6px 50px 6px 20px; border: 0px; border-radius: 0px; box-shadow: none; transition: all 0.3s ease 0s; }

.blog-sidebar .search-widget input:focus { background-color: rgba(201, 179, 140, 0.1); }

.blog-sidebar .search-widget form button { background: rgb(201, 179, 140); width: 50px; height: 50px; line-height: 50px; font-size: 1.25rem; color: rgb(255, 255, 255); border: 0px; outline: 0px; position: absolute; right: 0px; top: 0px; border-radius: 0px; }

.blog-sidebar .search-widget form button i { font-size: 14px; }

.blog-sidebar .about-widget { text-align: center; }

.blog-sidebar .about-widget .img-holder { margin-bottom: 25px; }

.blog-sidebar .about-widget .img-holder img { border-radius: 50%; }

.blog-sidebar .about-widget p { font-size: 0.9375rem; margin-bottom: 1.2em; }

.blog-sidebar .about-widget a { font-size: 0.875rem; font-weight: bold; color: rgb(38, 43, 62); text-decoration: underline; }

.blog-sidebar .about-widget a:hover { color: rgb(201, 179, 140); }

.blog-sidebar .category-widget ul { list-style: none; }

.blog-sidebar .category-widget ul li { font-size: 0.9375rem; position: relative; }

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li { font-size: 0.875rem; }
}

.blog-sidebar .category-widget ul li span { position: absolute; right: 0px; }

.blog-sidebar .category-widget ul > li + li { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgb(243, 242, 242); }

.blog-sidebar .category-widget ul a { display: block; color: rgb(104, 118, 147); padding-left: 25px; position: relative; }

.blog-sidebar .category-widget ul a::before { font-family: Themify; content: ""; position: absolute; left: 0px; top: 2px; font-size: 11px; }

.blog-sidebar .category-widget ul a:hover, .blog-sidebar .category-widget ul li:hover::before { color: rgb(201, 179, 140); }

.blog-sidebar .recent-post-widget .post { overflow: hidden; }

.blog-sidebar .recent-post-widget .posts > .post + .post { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgb(243, 242, 242); }

.blog-sidebar .recent-post-widget .post .img-holder { width: 68px; float: left; }

.blog-sidebar .recent-post-widget .post .img-holder img { border-radius: 50%; }

.blog-sidebar .recent-post-widget .post .details { width: calc(100% - 68px); float: left; padding-left: 20px; }

.blog-sidebar .recent-post-widget .post h4 { font-family: Muli, sans-serif; font-size: 0.9375rem; font-weight: 600; line-height: 1.3em; margin: 0px 0px 0.3em; }

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 { margin: 0px; }
}

.blog-sidebar .recent-post-widget .post h4 a { display: inline-block; color: rgb(38, 43, 62); }

.blog-sidebar .recent-post-widget .post h4 a:hover { color: rgb(201, 179, 140); }

.blog-sidebar .recent-post-widget .post .details .date { font-size: 0.8125rem; color: rgb(104, 118, 147); }

.blog-sidebar .recent-post-widget .post .details .date i { display: inline-block; padding-right: 7px; }

.blog-sidebar .tag-widget ul { overflow: hidden; list-style: none; }

.blog-sidebar .tag-widget ul li { float: left; margin: 0px 8px 8px 0px; }

.blog-sidebar .tag-widget ul li a { font-size: 0.8125rem; display: inline-block; padding: 7px 14px; color: rgb(104, 118, 147); border: 1px solid rgb(239, 239, 239); border-radius: 50px; }

.blog-sidebar .tag-widget ul li a:hover { background: rgb(201, 179, 140); color: rgb(255, 255, 255); border-color: rgb(201, 179, 140); }

.pagination-wrapper { text-align: center; margin-top: 60px; }

@media (max-width: 991px) {
  .pagination-wrapper { text-align: left; margin-top: 40px; }
}

.pagination-wrapper .pg-pagination { display: inline-block; overflow: hidden; list-style-type: none; text-align: center; }

.pagination-wrapper .pg-pagination li { float: left; margin-right: 10px; }

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li { margin-right: 5px; }
}

.pagination-wrapper .pg-pagination li:last-child { margin-right: 0px; }

.pagination-wrapper .pg-pagination li a { background-color: transparent; width: 50px; height: 50px; line-height: 47px; font-size: 1rem; font-weight: bold; color: rgb(169, 184, 196); border: 2px solid rgb(230, 230, 230); display: block; border-radius: 0px; }

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a { width: 40px; height: 40px; line-height: 37px; font-size: 0.9375rem; }
}

.pagination-wrapper .pg-pagination .active a, .pagination-wrapper .pg-pagination li a:hover { background: rgb(201, 179, 140); border-color: rgb(201, 179, 140); color: rgb(255, 255, 255); }

.pagination-wrapper .pg-pagination .fi::before { font-size: 0.9375rem; }

.pagination-wrapper-left { text-align: left; }

.pagination-wrapper-right { text-align: right; }

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right { padding-right: 50px; }
}

@media (max-width: 991px) {
  .pagination-wrapper-right { margin-top: 45px; text-align: left; }
}

.theme-accordion-s1 { margin-bottom: 0px; }

.theme-accordion-s1 .panel-default { background: transparent; border: 0px; border-radius: 0px; box-shadow: none; }

.theme-accordion-s1 .panel-heading { background-color: transparent; padding: 0px; border-radius: 0px; }

.theme-accordion-s1 .panel + .panel { margin-top: 15px; }

.theme-accordion-s1 .panel-heading a { background: rgb(201, 179, 140); font-size: 1rem; font-weight: 600; color: rgb(255, 255, 255); display: block; padding: 18px 25px; position: relative; }

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a { font-size: 0.9375rem; padding: 15px 25px; }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a { padding: 12px 15px; }
}

.theme-accordion-s1 .panel-heading a::before { font-family: themify; content: ""; font-size: 0.9375rem; position: absolute; right: 25px; transform: rotate(180deg); transition: all 0.3s ease 0s; }

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a::before { font-size: 1.125rem; right: 20px; }
}

.theme-accordion-s1 .panel-heading a:focus { text-decoration: none; }

.theme-accordion-s1 .panel-heading .collapsed { background-color: rgb(255, 255, 255); color: rgb(38, 43, 62); box-shadow: rgba(68, 68, 68, 0.1) 0px 5px 15px 0px; }

.theme-accordion-s1 .panel-heading .collapsed::before { transform: rotate(0deg); }

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body { background-color: rgb(255, 255, 255); border: 0px; padding: 40px 25px 15px; box-shadow: rgba(68, 68, 68, 0.1) 0px 5px 15px 0px; }

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body { padding: 20px 25px 10px; font-size: 0.9375rem; }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body { padding: 15px 15px 8px; }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p { margin-bottom: 1.3em; }

.site-header { }

.site-header .navigation { background-color: rgb(255, 255, 255); margin-bottom: 0px; border: 0px; border-radius: 0px; }

.site-header .navigation > .container { position: relative; }

.site-header #navbar { transition: all 0.5s ease 0s; }

.site-header #navbar > ul li a:hover, .site-header #navbar > ul li a:focus { text-decoration: none; color: rgb(201, 179, 140) !important; }

@media screen and (min-width: 992px) {
  .site-header #navbar { }
  .site-header #navbar li { position: relative; }
  .site-header #navbar > ul > li > a { font-size: 1rem; }
  .site-header #navbar > ul .sub-menu { background-color: rgb(255, 255, 255); width: 220px; text-align: left; padding: 10px 25px; position: absolute; left: 0px; top: 100%; z-index: 10; visibility: hidden; opacity: 0; transition: all 0.3s ease 0s; box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 15px; text-transform: capitalize; }
  .site-header #navbar > ul > li .sub-menu li:last-child { border-bottom: 0px; }
  .site-header #navbar > ul > li .sub-menu a { display: block; padding: 10px 0px; color: rgb(38, 43, 62); font-size: 0.875rem; }
  .site-header #navbar > ul > li .sub-menu a:hover { padding-left: 5px; }
  .site-header #navbar > ul > li > .sub-menu .sub-menu { left: 110%; top: 0px; }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a { position: relative; }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a::before { font-family: themify; content: ""; font-size: 0.6875rem; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); }
  .site-header #navbar > ul > li:hover > .sub-menu { top: 100%; visibility: visible; opacity: 1; }
  .site-header #navbar .sub-menu > li:hover > .sub-menu { left: 114%; visibility: visible; opacity: 1; }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a { display: block; font-size: 0.875rem; }
  .site-header #navbar > ul > li .sub-menu li { border-bottom: 1px solid rgb(230, 230, 230); }
  .site-header #navbar > ul .sub-menu > li:last-child { border-bottom: 0px; }
  .site-header #navbar > ul > li > .sub-menu a { padding: 8px 15px 8px 45px; }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a { padding: 8px 15px 8px 65px; }
  .site-header #navbar > ul .menu-item-has-children > a { position: relative; }
  .site-header #navbar > ul .menu-item-has-children > a::before { font-family: themify; content: ""; font-size: 0.6875rem; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
}

@media screen and (min-width: 992px) {
  .site-header #navbar { }
  .site-header #navbar .has-mega-menu { position: static; }
  .site-header #navbar .mega-menu, .site-header #navbar .half-mega-menu { background-color: rgb(255, 255, 255); padding: 20px; border-top: 2px solid rgb(201, 179, 140); position: absolute; right: 0px; top: 100%; z-index: 10; visibility: hidden; opacity: 0; transition: all 0.3s ease 0s; }
  .site-header #navbar .mega-menu { width: 1140px; right: 15px; }
  .site-header #navbar .half-mega-menu { width: 585px; }
  .site-header #navbar .mega-menu-box-title { font-size: 0.875rem; text-transform: uppercase; font-weight: bold; display: block; padding-bottom: 7px; margin-bottom: 7px; border-bottom: 1px solid rgb(230, 230, 230); }
  .site-header #navbar .mega-menu-list-holder li a { font-size: 0.875rem; display: block; padding: 7px 8px; margin-left: -8px; }
  .site-header #navbar .has-mega-menu:hover > ul { top: 100%; visibility: visible; opacity: 1; }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu { width: 950px; right: 15px; }
  .site-header #navbar > ul .half-mega-menu { width: 485px; }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu, .site-header #navbar > ul .half-mega-menu { width: auto; }
  .site-header #navbar > ul .mega-menu .row, .site-header #navbar > ul .half-mega-menu .row { margin: 0px; }
  .site-header #navbar .mega-menu-content > .row > .col { margin-bottom: 25px; }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a { padding: 5px 15px 5px 40px; }
  .site-header #navbar .mega-menu .mega-menu-box-title { font-size: 0.875rem; text-transform: uppercase; display: block; border-bottom: 1px dotted rgb(179, 179, 179); padding: 0px 0px 4px 5px; margin: 0px 25px 8px; }
}

@media screen and (min-width: 1200px) {
  .site-header #navbar > ul > .menu-item-has-children > a::before { font-family: themify; content: ""; font-size: 0.5625rem; position: absolute; right: 13px; top: 42%; }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn { display: none; }
  .site-header #navbar .close-navbar { display: none; }
}

@media (max-width: 991px) {
  .site-header { }
  .site-header .container { width: 100%; }
  .site-header .navbar-header button { background-color: rgb(201, 179, 140); width: 40px; height: 35px; border: 0px; padding: 5px 10px; outline: 0px; position: absolute; right: 15px; top: 20px; z-index: 20; }
  .site-header .navbar-header button span { background-color: rgb(255, 255, 255); display: block; height: 2px; margin-bottom: 5px; }
  .site-header .navbar-header button span:last-child { margin: 0px; }
  .site-header #navbar { background: rgb(255, 255, 255); width: 280px; margin: 0px; padding: 0px; border-left: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); position: fixed; right: -330px; top: 0px; z-index: 100; display: block !important; height: 100% !important; }
  .site-header #navbar ul a { color: rgb(0, 0, 0); }
  .site-header #navbar ul a:hover, .site-header #navbar ul li.current a { color: rgb(201, 179, 140); }
  .site-header #navbar .navbar-nav { height: 100%; overflow: auto; }
  .site-header #navbar .close-navbar { background-color: rgb(255, 255, 255); width: 40px; height: 40px; color: rgb(0, 0, 0); border: 0px; outline: none; position: absolute; left: -41px; top: 90px; z-index: 20; }
  .site-header #navbar .close-navbar .ti-close { position: relative; top: 1px; }
  .site-header #navbar > ul > li { border-bottom: 1px solid rgb(242, 242, 242); }
  .site-header #navbar > ul > li > a { padding: 10px 15px 10px 35px; }
  .site-header .slideInn { right: 0px !important; }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand { font-size: 24px; }
  .site-header #navbar .navbar-nav { margin: 0px; }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse { display: none; }
  .site-header .navbar-collapse.collapse.in { display: block; }
  .site-header .navbar-header .collapse, .site-header .navbar-toggle { display: block; }
  .site-header .navbar-header { float: none; }
  .site-header .navbar-right { float: none; }
  .site-header .navbar-nav { float: none; }
  .site-header .navbar-nav > li { float: none; }
}

@media (max-width: 991px) {
  .page-wrapper { transition: all 0.3s ease 0s; }
  .body-overlay::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); position: absolute; left: 0px; top: 0px; z-index: 10; transition: all 0.3s ease 0s; }
}

.header-style-1, .header-style-2, .header-style-3 { }

@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2, .header-style-3 { width: 100%; position: absolute; left: 0px; top: 0px; z-index: 100; }
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation { background-color: transparent; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand { margin-top: 8px; }
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar { margin-right: 90px; }
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a { color: rgb(255, 255, 255); font-weight: 600; padding: 40px 20px; }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a { color: rgb(255, 255, 255); font-weight: 600; padding: 40px 30px; }
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation { background-color: rgb(38, 43, 62); border-bottom: 1px solid rgba(255, 255, 255, 0.1); border-top: 1px solid rgba(255, 255, 255, 0.1); }
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand { height: auto; }

.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img { max-width: 147px; }

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar { background-color: rgba(38, 43, 62, 0.5); padding: 15px 0px; }

@media (max-width: 991px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar { background-color: rgb(38, 43, 62); text-align: center; }
  .header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul { display: inline-block; }
}

.header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li { font-size: 0.875rem; color: rgb(255, 255, 255); float: left; }

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li { font-size: 0.8125rem; float: none; }
}

.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li { margin-left: 50px; }

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li { margin: 10px 0px 0px; }
}

.header-style-1 .topbar .social, .header-style-2 .topbar .social, .header-style-3 .topbar .social { float: right; }

@media (max-width: 991px) {
  .header-style-1 .topbar .social, .header-style-2 .topbar .social, .header-style-3 .topbar .social { float: none; margin-top: 15px; }
  .header-style-1 .topbar .social ul, .header-style-2 .topbar .social ul, .header-style-3 .topbar .social ul { display: inline-block; }
}

.header-style-1 .topbar .social ul li, .header-style-2 .topbar .social ul li, .header-style-3 .topbar .social ul li { float: left; }

.header-style-1 .topbar .social ul > li + li, .header-style-2 .topbar .social ul > li + li, .header-style-3 .topbar .social ul > li + li { margin-left: 15px; }

.header-style-1 .topbar .social a, .header-style-2 .topbar .social a, .header-style-3 .topbar .social a {
    font-size: 20px;
    color: rgb(255, 255, 255);
  
}
.header-style-1 .topbar .social ul > li + li {
    margin-left: 10px;
}
.header-style-1 .topbar .social a img {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}
    .header-style-1 .topbar .social a img:hover{
        background: #fff;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
    }
    .header-style-1 .topbar .social a:hover, .header-style-2 .topbar .social a:hover, .header-style-3 .topbar .social a:hover {
        color: rgb(201, 179, 140);
    }

.header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact { position: absolute; right: 20px; height: 100px; border-left: 1px solid rgba(255, 255, 255, 0.1); padding-top: 30px; padding-left: 15px; }

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact { right: 90px; top: 0px; padding-top: 22px; }
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact { display: none; }
}

.header-style-1 .cart-search-contact button, .header-style-2 .cart-search-contact button, .header-style-3 .cart-search-contact button { background: transparent; padding: 0px; border: 0px; outline: 0px; }

.header-style-1 .cart-search-contact > div, .header-style-2 .cart-search-contact > div, .header-style-3 .cart-search-contact > div { float: left; position: relative; }

.header-style-1 .cart-search-contact button > i, .header-style-2 .cart-search-contact button > i, .header-style-3 .cart-search-contact button > i { font-size: 20px; color: rgb(255, 255, 255); }

.header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form { position: absolute; width: 250px; right: 0px; top: 70px; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; box-shadow: rgb(153, 153, 153) -2px 18px 40px -9px; z-index: 10; }

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form { top: 55px; }
}

@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form { top: 55px; right: 15px; }
}

.header-style-1 .cart-search-contact .header-search-form button i, .header-style-2 .cart-search-contact .header-search-form button i, .header-style-3 .cart-search-contact .header-search-form button i { color: rgb(38, 43, 62); }

.header-style-1 .cart-search-contact .header-search-form-wrapper .fi::before, .header-style-2 .cart-search-contact .header-search-form-wrapper .fi::before, .header-style-3 .cart-search-contact .header-search-form-wrapper .fi::before { font-size: 1.375rem; }

.header-style-1 .cart-search-contact form div, .header-style-2 .cart-search-contact form div, .header-style-3 .cart-search-contact form div { position: relative; }

.header-style-1 .cart-search-contact form div button, .header-style-2 .cart-search-contact form div button, .header-style-3 .cart-search-contact form div button { position: absolute; right: 15px; top: 56%; transform: translateY(-50%); }

.header-style-1 .cart-search-contact input, .header-style-2 .cart-search-contact input, .header-style-3 .cart-search-contact input { width: 100%; height: 50px; padding: 6px 20px; border: 0px; border-radius: 0px; box-shadow: none; }

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart, .header-style-2 .cart-search-contact .mini-cart, .header-style-3 .cart-search-contact .mini-cart { display: none; }
}

.header-style-1 .cart-search-contact .mini-cart .fi::before, .header-style-2 .cart-search-contact .mini-cart .fi::before, .header-style-3 .cart-search-contact .mini-cart .fi::before { font-size: 1.5625rem; }

.header-style-1 .cart-search-contact .mini-cart .cart-count, .header-style-2 .cart-search-contact .mini-cart .cart-count, .header-style-3 .cart-search-contact .mini-cart .cart-count { background: rgb(201, 179, 140); width: 22px; height: 22px; line-height: 22px; font-size: 0.625rem; color: white; position: absolute; top: 0px; right: -5px; border-radius: 50%; }

.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content { background: rgb(255, 255, 255); width: 300px; z-index: 10; position: absolute; right: 0px; top: 70px; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; box-shadow: rgb(153, 153, 153) -2px 18px 40px -9px; }

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content { top: 55px; }
}

@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content { top: 55px; }
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content { right: auto; left: -185px; }
}

.header-style-1 .cart-search-contact .mini-cart-content p, .header-style-2 .cart-search-contact .mini-cart-content p, .header-style-3 .cart-search-contact .mini-cart-content p { font-size: 0.9375rem; font-weight: 500; color: rgb(38, 43, 62); margin: 0px; text-transform: uppercase; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items { padding: 25px 20px; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item { padding-top: 15px; margin-top: 15px; border-top: 1px solid rgb(239, 239, 239); }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child { padding-top: 0px; margin-top: 0px; border-top: 0px; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image { width: 50px; height: 50px; border: 2px solid rgb(243, 243, 243); float: left; margin-right: 15px; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img { display: block; width: 46px; height: 46px; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des { position: relative; overflow: hidden; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a { font-size: 0.875rem; font-weight: 600; text-align: left; color: rgb(38, 43, 62); }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover { color: rgb(201, 179, 140); }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price { font-size: 0.8125rem; color: rgb(136, 136, 136); display: block; margin-top: 3px; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity { font-size: 0.75rem; color: rgb(68, 68, 68); display: block; position: absolute; right: 0px; top: 2px; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action { padding: 20px 0px 30px; border-top: 1px solid rgb(239, 239, 239); text-align: center; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s3, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s3, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s3 { float: right; }

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price { font-size: 1.125rem; font-weight: 600; color: rgb(38, 43, 62); display: inline-block; }

.header-style-1 .cart-search-contact .mini-cart-content-toggle, .header-style-2 .cart-search-contact .mini-cart-content-toggle, .header-style-3 .cart-search-contact .mini-cart-content-toggle, .header-style-1 .cart-search-contact .header-search-content-toggle, .header-style-2 .cart-search-contact .header-search-content-toggle, .header-style-3 .cart-search-contact .header-search-content-toggle { opacity: 1; visibility: visible; right: 0px; }

.header-style-1 .cart-search-contact .cart-toggle-btn, .header-style-2 .cart-search-contact .cart-toggle-btn, .header-style-3 .cart-search-contact .cart-toggle-btn, .header-style-1 .cart-search-contact .search-toggle-btn, .header-style-2 .cart-search-contact .search-toggle-btn, .header-style-3 .cart-search-contact .search-toggle-btn { width: 40px; height: 40px; line-height: 40px; text-align: center; }

@media screen and (min-width: 992px) {
  .header-style-2, .header-style-3 { position: relative; }
  .header-style-2 .navbar .container, .header-style-3 .navbar .container, .header-style-2 .topbar .container, .header-style-3 .topbar .container { width: 1245px; }
}

@media screen and (min-width: 992px) {
  .header-style-2 .topbar, .header-style-3 .topbar { background: transparent; padding: 0px; }
  .header-style-2 .topbar .container-fluid, .header-style-3 .topbar .container-fluid, .header-style-2 .topbar .container, .header-style-3 .topbar .container { background: rgb(255, 255, 255); padding: 15px; }
  .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li, .header-style-2 .topbar .social a, .header-style-3 .topbar .social a { color: rgb(38, 43, 62); }
  .header-style-2 .navigation, .header-style-3 .navigation { border-bottom: 0px; }
  .header-style-2 .navigation .container-fluid, .header-style-3 .navigation .container-fluid, .header-style-2 .navigation .container, .header-style-3 .navigation .container { background: rgb(255, 255, 255); border-top: 1px solid rgb(227, 227, 227); }
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-2 .cart-search-contact button > i, .header-style-3 .cart-search-contact button > i { color: rgb(38, 43, 62); }
  .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact { border-left: 1px solid rgb(227, 227, 227); }
  .header-style-2 .navbar-header, .header-style-3 .navbar-header { background: rgb(201, 179, 140); height: 101px; margin-left: -15px; padding-left: 15px; }
}

.header-style-3 .topbar .contact-info i { display: inline-block; color: rgb(201, 179, 140); padding-right: 5px; }

.header-style-3 .topbar .contact-info ul > li:nth-child(2) i { position: relative; top: 2px; }

@media screen and (min-width: 992px) {
  .header-style-3 { position: relative; }
  .header-style-3 .navbar-header { background: transparent; height: 101px; margin-left: -15px; padding-left: 15px; }
}

@media (max-width: 991px) {
  .header-style-3 .navbar .navbar-brand { background: rgb(255, 255, 255); }
}

.hero-slider { width: 100%; height: 700px; display: flex; position: relative; z-index: 0; }

@media (max-width: 991px) {
  .hero-slider { height: 600px; }
}

@media (max-width: 767px) {
  .hero-slider { height: 500px; }
}

.hero-slider .swiper-slide { overflow: hidden; color: rgb(255, 255, 255); }

.hero-slider .swiper-container, .hero-slider .hero-container { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; overflow: inherit; }

.hero-slider .slide-inner, .hero-slider .hero-inner { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1; background-size: cover; background-position: center center; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; text-align: left; }

.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next { background: rgba(255, 255, 255, 0.3); width: 60px; height: 60px; line-height: 60px; margin-top: -30px; text-align: center; border-radius: 60px; }

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next { display: none; }
}

.hero-slider .swiper-button-prev { left: 25px; }

.hero-slider .swiper-button-prev::before { font-family: themify; content: ""; font-size: 20px; color: rgb(255, 255, 255); }

.hero-slider .swiper-button-next { right: 25px; }

.hero-slider .swiper-button-next::before { font-family: themify; content: ""; font-size: 20px; color: rgb(255, 255, 255); }

.hero-style-1 { height: calc(100vh - 62px); }

@media (max-width: 991px) {
  .hero-style-1 { height: 600px; text-align: center; }
}

@media (max-width: 767px) {
  .hero-style-1 { height: 500px; }
}

.hero-style-1 .slide-title { max-width: 655px; }

@media (max-width: 991px) {
  .hero-style-1 .slide-title { margin: 0px auto; text-align: center; }
}

.hero-style-1 .slide-title h2 { font-size: 4.0625rem; color: rgb(255, 255, 255); margin: 0px 0px 0.61em; }

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 { font-size: 3.4375rem; }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 { font-size: 2.8125rem; }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-title h2 { font-size: 2.5rem; }
}

.hero-style-1 .slide-text { max-width: 655px; }

@media (max-width: 991px) {
  .hero-style-1 .slide-text { margin: 0px auto; text-align: center; }
}

.hero-style-1 .slide-text p { font-size: 1.125rem; color: rgb(255, 255, 255); font-weight: 600; margin: 0px 0px 2.7em; }

@media (max-width: 767px) {
  .hero-style-1 .slide-text p { font-size: 1rem; }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-btns { margin: 0px auto; text-align: center; }
}

.hero-style-1 .container { position: relative; }

@media screen and (min-width: 992px) {
  .hero-style-1 .container { padding-top: 77px; }
}

.hero-style-1 .video-btns { position: absolute; right: 15px; top: calc(50% - 33px); }

@media (max-width: 991px) {
  .hero-style-1 .video-btns { display: none; }
}

.hero-style-1 .video-btns a { background-color: rgb(255, 255, 255); width: 65px; height: 65px; line-height: 65px; text-align: center; border-radius: 65px; display: inline-block; position: relative; top: 5px; margin-left: 20px; }

.hero-style-1 .video-btns a::after { content: ""; width: 0px; height: 0px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid rgb(201, 179, 140); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.hero-style-1 .video-btns a::before { content: ""; width: calc(100% + 16px); height: calc(100% + 16px); position: absolute; left: -8px; top: -8px; border: 1px solid rgb(236, 236, 236); border-radius: 50%; }

@media (max-width: 767px) {
  .hero-style-1 .video-btns a::before { border: 1px solid rgb(236, 236, 236); }
}

.hero-style-1 .swiper-button-next, .hero-style-1 .swiper-button-prev { display: none; }

.hero-style-1 .swiper-cust-pagination { width: 100%; max-width: 1170px; position: relative; z-index: 2; margin: -55px auto 0px; display: flex; flex-wrap: wrap; }

.hero-style-1 .swiper-cust-pagination > div + div { border-left: 1px solid rgb(222, 222, 222); }

@media (max-width: 991px) {
  .hero-style-1 .swiper-cust-pagination { display: none; }
}

.hero-style-1 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    background: rgb(241, 240, 240);
    border-radius: 0px;
    padding: 40px 15px 40px 100px;
    position: relative;
    font-size: 0.9375rem;
    opacity: 1;
    margin: 0px !important;
    
}

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet { padding: 40px 15px 40px 80px; }
}

.hero-style-1 .swiper-pagination-bullet i { position: absolute; left: 30px; top: 25px; }

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet i { left: 20px; }
}

.hero-style-1 .swiper-pagination-bullet .fi::before { font-size: 50px; color: rgb(38, 43, 62); }

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet .fi::before { font-size: 45px; }
}

.hero-style-1 .swiper-pagination-bullet h4 { font-size: 1.125rem; font-weight: 400; margin: 0.2em 0px 0px; }

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet h4 { font-size: 1rem; }
}

.hero-style-1 .swiper-pagination-bullet-active { opacity: 1; background: rgb(201, 179, 140); color: rgb(255, 255, 255); border-left: 1px solid rgb(201, 179, 140); }

.hero-style-1 .swiper-pagination-bullet-active h4, .hero-style-1 .swiper-pagination-bullet-active .fi::before { color: rgb(255, 255, 255); }

/*.hero-style-2 { height: calc(100vh - 154px); }*/

@media (max-width: 991px) {
  .hero-style-2 { height: 600px; text-align: center; }
}

@media (max-width: 767px) {
  .hero-style-2 { height: 500px; }
}

.hero-style-2 .number-1-tag { text-align: center; margin-bottom: 30px; }

@media (max-width: 767px) {
  .hero-style-2 .number-1-tag { display: none; }
}

.hero-style-2 .number-1-tag img { display: inline-block; }

.hero-style-2 .slide-title { max-width: 760px; margin: 0px; text-align: left; }

.hero-style-2 .slide-title h2 { font-size: 4.0625rem; font-weight: 400; color: rgb(255, 255, 255); margin: 0px 0px 0.61em; }

@media (max-width: 991px) {
  .hero-style-2 .slide-title h2 { font-size: 3.4375rem; }
}

@media (max-width: 767px) {
  .hero-style-2 .slide-title h2 { font-size: 2.8125rem; }
}

@media (max-width: 450px) {
  .hero-style-2 .slide-title h2 { font-size: 2.5rem; }
}

.hero-style-2 .slide-text { max-width: 655px; margin: 0px auto; text-align: left; }

.hero-style-2 .slide-text p { font-size: 1.125rem; color: rgb(255, 255, 255); font-weight: 600; margin: 0px 0px 1em; }

@media (max-width: 767px) {
  .hero-style-2 .slide-text p { font-size: 1rem; }
}

.hero-style-2 .slide-btns { margin: 0px; text-align: left; }

.hero-style-2 .container { position: relative; padding-top: 0px;z-index:99 }

.hero-style-2 .swiper-cust-pagination { text-align: center; width: 100%; position: absolute; bottom: 50px; z-index: 10; }

.hero-style-2 .swiper-pagination-bullet { width: 12px; height: 12px; text-align: center; line-height: 12px; font-size: 12px; color: rgb(0, 0, 0); opacity: 1; background: rgba(255, 255, 255, 0.2); }

.hero-style-2 .swiper-pagination-bullet-active { color: rgb(255, 255, 255); background: rgb(201, 179, 140); }

.hero-style-2 .swiper-container-horizontal > .swiper-pagination-bullets, .hero-style-2 .swiper-pagination-custom, .hero-style-2 .swiper-pagination-fraction { bottom: 30px; }

@media screen and (min-width: 992px) {
  .hero-style-2 .swiper-container-horizontal > .swiper-pagination-bullets, .hero-style-2 .swiper-pagination-custom, .hero-style-2 .swiper-pagination-fraction { display: none; }
}

.static-hero { height: 750px; background: rgb(38, 43, 62); position: relative; }

.static-hero::before { content: ""; background: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.6, rgb(38, 43, 62)), color-stop(0.6, rgb(201, 179, 140))); width: 120%; height: 100%; position: absolute; left: -9%; top: 0px; transform: skew(-25deg); }

@media (max-width: 991px) {
  .static-hero::before { left: -5px; }
}

@media (max-width: 767px) {
  .static-hero::before { width: 140%; }
}

@media (max-width: 991px) {
  .static-hero { height: 500px; text-align: center; }
}

@media (max-width: 767px) {
  .static-hero { height: 500px; }
}

.static-hero .lawyer { background: url("../images/lawyer.png") center center / cover no-repeat local; width: 527px; height: 633px; position: absolute; right: 0px; bottom: -218px; }

@media (max-width: 991px) {
  .static-hero .lawyer { width: 350px; height: 420px; position: absolute; right: 0px; bottom: -109px; }
}

@media (max-width: 767px) {
  .static-hero .lawyer { display: none; }
}

.static-hero .slide-title { max-width: 655px; }

@media (max-width: 767px) {
  .static-hero .slide-title { margin: 0px auto; text-align: center; }
}

.static-hero .slide-title h2 { font-size: 4.0625rem; color: rgb(255, 255, 255); margin: 0px 0px 0.61em; }

@media (max-width: 991px) {
  .static-hero .slide-title h2 { font-size: 3.4375rem; }
}

@media (max-width: 767px) {
  .static-hero .slide-title h2 { font-size: 2.8125rem; }
}

@media (max-width: 450px) {
  .static-hero .slide-title h2 { font-size: 2.5rem; }
}

.static-hero .slide-text { max-width: 655px; }

@media (max-width: 767px) {
  .static-hero .slide-text { margin: 0px auto; text-align: center; }
}

.static-hero .slide-text p { font-size: 1.125rem; color: rgb(255, 255, 255); font-weight: 600; margin: 0px 0px 2.7em; }

@media (max-width: 767px) {
  .static-hero .slide-text p { font-size: 1rem; }
}

@media (max-width: 767px) {
  .static-hero .slide-btns { margin: 0px auto; text-align: center; }
}

.static-hero .container { position: relative; }

.site-footer { background-color: rgb(38, 43, 62); background-size: cover; position: relative; font-size: 15px; overflow: hidden; }

.site-footer ul { list-style: none; }

.site-footer p, .site-footer li { color: rgb(205, 206, 208); }

.site-footer .social-newsletter-area { background-color: rgb(28, 32, 46); padding: 55px 0px 60px; }

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content { text-align: center; }
}

.site-footer .social-newsletter-area .social-newsletter-content > div:first-child { width: 320px; float: left; }

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content > div:first-child { width: 100%; float: none; }
}

.site-footer .social-newsletter-area .social-newsletter-content > div:nth-child(2) { width: calc(100% - 640px); float: left; }

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content > div:nth-child(2) { width: 100%; float: none; margin: 35px 0px; }
}

.site-footer .social-newsletter-area .social-newsletter-content > div:last-child { width: 320px; float: right; }

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content > div:last-child { width: 100%; float: none; }
}

.site-footer .social-newsletter-area .social-area ul { overflow: hidden; padding-top: 28px; }

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-area ul { display: inline-block; padding-top: 0px; }
}

.site-footer .social-newsletter-area .social-area ul li { float: left; }

.site-footer .social-newsletter-area .social-area ul > li + li { margin-left: 10px; }

.site-footer .social-newsletter-area .social-area ul a {
    background-color: rgb(255 255 255);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}
    .site-footer .social-newsletter-area .social-area ul a img {
        vertical-align: top !important; 
    }
    .site-footer .social-newsletter-area .social-area ul a:hover {
        background-color: rgb(201, 179, 140);
    }

.site-footer .social-newsletter-area .logo-area { text-align: center; }

.site-footer .social-newsletter-area .logo-area img { display: inline-block; margin-left: -90px; }

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .logo-area img { margin-left: 0px; }
}

.site-footer .social-newsletter-area .newsletter-area .inner { max-width: 400px; }

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .newsletter-area .inner { margin: 0px auto; }
}

.site-footer .social-newsletter-area .newsletter-area h3 { font-size: 1.25rem; font-weight: 400; color: rgb(255, 255, 255); margin: 0px; }

.site-footer .social-newsletter-area .newsletter-area form { margin-top: 25px; position: relative; }

.site-footer .social-newsletter-area .newsletter-area form input { background-color: rgb(48, 54, 78); height: 55px; color: rgb(104, 118, 147); padding: 6px 20px; border-radius: 0px; border: 0px; box-shadow: none; }

.site-footer .social-newsletter-area .newsletter-area form button { background-color: rgb(201, 179, 140); width: 55px; height: 55px; position: absolute; right: 0px; top: 0px; border: 0px; outline: 0px; font-size: 20px; color: rgb(255, 255, 255); }

.site-footer .upper-footer { padding: 90px 0px; }

@media (max-width: 991px) {
  .site-footer .upper-footer { padding: 90px 0px 20px; }
}

@media (max-width: 767px) {
  .site-footer .upper-footer { padding: 80px 0px 10px; }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col { min-height: 235px; margin-bottom: 70px; }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col { min-height: auto; margin-bottom: 60px; }
}

.site-footer .widget-title { margin-bottom: 30px; }

@media (max-width: 767px) {
  .site-footer .widget-title { margin-bottom: 20px; }
}

.site-footer .widget-title h3 { font-size: 1.25rem; font-weight: 400; color: rgb(255, 255, 255); margin: 0px; padding-bottom: 0.4em; text-transform: capitalize; position: relative; }

@media (max-width: 991px) {
  .site-footer .widget-title h3 { padding-bottom: 0px; }
}

.site-footer .about-widget p { margin-bottom: 0.8em; line-height: 1.9em; }

.site-footer .about-widget p:last-child { margin-bottom: 0px; }

.site-footer .link-widget { overflow: hidden; }

@media screen and (min-width: 1200px) {
  .site-footer .link-widget { padding-left: 20px; }
}

@media (max-width: 1199px) {
  .site-footer .link-widget { padding-left: 20px; }
}

@media (max-width: 991px) {
  .site-footer .link-widget { padding-left: 0px; }
}

@media (max-width: 767px) {
  .site-footer .link-widget { max-width: 350px; }
}

.site-footer .link-widget ul { width: 50%; float: left; }

.site-footer .link-widget ul li { position: relative; }

.site-footer .link-widget ul a { color: rgb(205, 206, 208); font-weight: 500; }

.site-footer .link-widget ul a:hover, .site-footer .link-widget ul li:hover::before { text-decoration: underline; }

.site-footer .link-widget ul > li + li { margin-top: 15px; }

.site-footer .line-widget-2 ul { width: 100%; float: none; }

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget { padding-left: 25px; }
}

.site-footer .contact-widget ul { margin-top: 25px; }

.site-footer .contact-widget ul li { position: relative; }

.site-footer .contact-widget ul > li + li { margin-top: 15px; }

.site-footer .contact-widget li span { font-weight: 500; }

.site-footer .lower-footer { text-align: center; position: relative; }

.site-footer .lower-footer .row { padding: 20px 0px; position: relative; }

.site-footer .lower-footer .row .separator { background: rgba(255, 255, 255, 0.1); width: calc(100% - 30px); height: 1px; position: absolute; left: 15px; top: 0px; }

.site-footer .lower-footer .copyright { display: inline-block; float: left; font-size: 0.875rem; margin: 0px; }

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright { float: none; display: block; margin: 0px 0px 20px; }
}

.site-footer .lower-footer .copyright a { color: rgb(205, 206, 208); text-decoration: underline; }

.site-footer .lower-footer .extra-link { display: inline-block; float: right; overflow: hidden; }

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link { float: none; display: block; text-align: center; }
}

.site-footer .lower-footer .extra-link ul { overflow: hidden; list-style: none; }

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul { display: inline-block; }
}

.site-footer .lower-footer .extra-link ul li { float: left; }

.site-footer .lower-footer .extra-link ul > li + li { margin-left: 35px; position: relative; }

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li { margin-left: 15px; }
}

.site-footer .lower-footer .extra-link ul > li + li::before { content: ""; background: rgb(38, 43, 62); width: 15px; height: 1px; position: absolute; left: -25px; top: 11px; }

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li::before { display: none; }
}

.site-footer .lower-footer .extra-link ul a { font-size: 0.875rem; color: rgb(205, 206, 208); }

.site-footer .lower-footer .extra-link ul a:hover { text-decoration: underline; }

.sticky-header { width: 100%; position: fixed; left: 0px; top: -300px; z-index: 9999; opacity: 0; transition: all 0.7s ease 0s; }

.sticky-on { opacity: 1; top: 0px; }

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header { background-color: rgb(38, 43, 62); }

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header, .header-style-3 .sticky-header { background: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.5, rgb(201, 179, 140)), color-stop(0.501, rgb(255, 255, 255))); border-bottom: 1px solid rgb(227, 227, 227); }
  .header-style-2 .sticky-header .container-fluid, .header-style-3 .sticky-header .container-fluid { border-top: 0px; }
}

.header-style-3 .sticky-header { background: rgb(255, 255, 255); }

.about-section, .about-section-s3 { margin-top: 60px; padding-bottom: 105px; }

@media (max-width: 991px) {
  .about-section, .about-section-s3 { padding-bottom: 95px; }
}

@media (max-width: 767px) {
  .about-section, .about-section-s3 { padding-bottom: 75px; }
}

@media (max-width: 991px) {
  .about-section, .about-section-s3 { margin-top: 0px; }
}

.about-section .right-col, .about-section-s3 .right-col { padding-top: 35px; }

@media (max-width: 1199px) {
  .about-section .right-col, .about-section-s3 .right-col { padding-top: 0px; }
}

@media (max-width: 991px) {
  .about-section .right-col, .about-section-s3 .right-col { margin-top: 40px; }
}

.about-section .right-col > p:first-child::first-letter, .about-section-s3 .right-col > p:first-child::first-letter { font-family: "Roboto Slab", serif; font-size: 2.8125rem; }

@media (max-width: 991px) {
  .about-section .right-col > p:first-child::first-letter, .about-section-s3 .right-col > p:first-child::first-letter { font-size: 2.1875rem; }
}

.about-section .quoter, .about-section-s3 .quoter { padding: 20px 0px; }

.about-section .quoter h4, .about-section-s3 .quoter h4 { font-size: 1.125rem; font-weight: 400; margin: 0px 0px 0.3em; }

@media (max-width: 991px) {
  .about-section .quoter h4, .about-section-s3 .quoter h4 { font-size: 1rem; }
}

.about-section .quoter span, .about-section-s3 .quoter span { font-size: 0.8125rem; }

.feature-section { padding-top: 50px; }

@media (max-width: 991px) {
  .feature-section { padding-bottom: 85px; }
}

@media (max-width: 767px) {
  .feature-section { padding-bottom: 65px; }
}

.feature-section .info-col { background: url("../images/fondos/feature-info-col-bg.jpg") center center / cover no-repeat local; padding: 45px 35px; position: relative; }

@media (max-width: 767px) {
  .feature-section .info-col { margin-bottom: 15px; }
}

.feature-section .info-col::before { content: ""; background: -webkit-linear-gradient(90deg, rgb(38, 43, 62) 62%, rgb(201, 179, 140) 96%, rgb(201, 179, 140) 97%, rgb(201, 179, 140) 100%) rgb(38, 43, 62); width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; opacity: 0.95; }

.feature-section .info-col h4, .feature-section .info-col a { position: relative; }

.feature-section .info-col h4 { font-size: 1.375rem; color: rgb(255, 255, 255); line-height: 1.5em; margin: 0px 0px 1.5em; }

.feature-section .feature-grid { border: 2px solid rgb(243, 240, 240); padding: 40px 28px; }

@media (max-width: 991px) {
  .feature-section .feature-grid { margin-bottom: 15px; }
}

.feature-section .feature-grid:hover { background-color: rgb(201, 179, 140); border-color: rgb(201, 179, 140); transition: all 0.3s ease 0s; }

.feature-section .feature-grid:hover h3, .feature-section .feature-grid:hover p, .feature-section .feature-grid:hover .fi::before { color: rgb(255, 255, 255); }

.feature-section .feature-grid .fi::before { font-size: 55px; color: rgb(201, 179, 140); }

.feature-section .feature-grid h3 { font-size: 1.25rem; font-weight: 400; margin: 0.8em 0px 1em; }

.feature-section .feature-grid p { margin: 0px; }

@media screen and (min-width: 1200px) {
  .service-section { margin: 0px 80px; }
}

.service-section .left-col { background: url("../images/jefatura/foto_48.jpg") center top / cover no-repeat local; max-width: 40%; padding: 90px; float: left; position: relative; display: table; }
@media (max-width: 1600px) {
    .service-section .left-col {
        max-width:40% !important;
    }
    .service-section .right-col {
        max-width: 60% !important;
        padding: 110px 60px 44px 60px !important;
    }
   
       /* .section-title-s2 h2 {
            padding-left: 85px;
        }*/
}
@media (max-width: 1500px) {
  .service-section .left-col { padding: 90px 45px; }
}
@media (max-width: 1400px) {
    .service-section-s2 .service-grids {
        margin: 0px -115px !important;
    }
    .service-section .left-col {
        max-width: 100% !important;
    }
    .service-section .service-grids .grid {
        margin: 0px 10px 50px !important;
    }
    .service-section .right-col {
        max-width: 100% !important;
        padding: 110px 20px 44px 60px !important;
    }
}
    @media (max-width: 1229px) {
        .service-section .left-col {
            max-width: 100% !important;
            float: none;
        }

        .service-section .right-col {
            max-width: 100% !important;
        }

       
    }

    @media (max-width: 1200px) {
        .service-section .left-col {
            max-width: 100%;
            float: none;
        }

        .section-title-s2 h2 {
            padding-left: 0px;
        }
    }

    @media (max-width: 767px) {
        .service-section .left-col {
            padding: 50px 25px;
            height: 500px !important;
        }
    }

    .service-section .left-col::before {
        content: "";
        background: -webkit-linear-gradient(top, transparent, rgb(38, 43, 62));
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .service-section .left-col .inner-content {
        display: table-cell;
        vertical-align: bottom;
        position: relative;
    }

    .service-section .left-col blockquote {
        font-family: "Roboto Slab", serif;
        font-size: 1.1rem;
        font-weight: 300;
        color: rgb(255, 255, 255);
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .service-section .left-col h4 {
        font-family: Muli, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        color: rgb(255, 255, 255);
        margin: 1.5em 0px 0.3em;
    }

        .service-section .left-col h4 + span {
            font-size: 0.875rem;
            color: rgb(255, 255, 255);
        }

    .service-section .right-col {
        background-color: rgb(38, 43, 62);
        max-width: 60%;
        float: right;
        padding: 110px 120px 44px 60px;
    }

    @media (max-width: 1500px) {
        .service-section .right-col {
            padding: 110px 60px 44px;
        }
    }

    @media (max-width: 1200px) {
        .service-section .right-col {
            max-width: 100%;
            float: none;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
    }

    @media (max-width: 767px) {
        .service-section .right-col {
            padding: 80px 25px 24px !important;
        }
    }

    .service-section .service-grids {
        padding-left: 85px;
        margin: 0px -35px;
    }

    @media (max-width: 1500px) {
        .service-section .service-grids {
            padding-left: 0px;
        }
    }

    .service-section .service-grids .grid {
        width: calc(50% - 70px);
        margin: 0px 35px 50px;
        float: left;
        position: relative;
        padding-left: 75px;
    }

    @media (max-width: 600px) {
        .service-section .service-grids .grid {
            width: calc(100% - 70px);
            float: none;
        }
    }

    .service-section .service-grids .fi {
        position: absolute;
        left: 0px;
        top: -8px;
    }

        .service-section .service-grids .fi::before {
            font-size: 50px;
            color: rgb(201, 179, 140);
        }

    .service-section .service-grids h3 {
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0px 0px 0.5em;
    }

    @media (max-width: 767px) {
        .service-section .service-grids h3 {
            font-size: 1rem;
        }
    }

    .service-section .service-grids h3 a {
        color: rgb(255, 255, 255);
    }

        .service-section .service-grids h3 a:hover {
            color: rgb(201, 179, 140);
        }

    .service-section .service-grids p {
        color: rgb(197, 197, 198);
        margin: 0px;
    }

    .case-studies-section {
        padding-bottom: 0px;
    }

    @media screen and (min-width: 1200px) {
        .case-studies-section {
            margin: 0px 80px;
        }
    }

    .case-studies-section .case-studies-grids .grid {
        position: relative;
        text-align: center;
    }

        .case-studies-section .case-studies-grids .grid .overlay {
            background: -webkit-linear-gradient(90deg, rgb(38, 43, 62) 62%, rgb(201, 179, 140) 96%, rgb(201, 179, 140) 97%, rgb(201, 179, 140) 100%) rgb(38, 43, 62);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 50%;
            opacity: 0;
            transition: all 0.5s ease 0s;
        }

        .case-studies-section .case-studies-grids .grid:hover {
            cursor: grab;
        }

            .case-studies-section .case-studies-grids .grid:hover .overlay {
                top: 0px;
                opacity: 0.9;
            }

        .case-studies-section .case-studies-grids .grid .content {
            width: 100%;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        .case-studies-section .case-studies-grids .grid .cat {
            font-size: 0.875rem;
            color: rgb(201, 179, 140);
            font-weight: 700;
            margin: 0px;
        }

        .case-studies-section .case-studies-grids .grid h3 {
            font-size: 1.25rem;
            margin: 0px;
        }

            .case-studies-section .case-studies-grids .grid h3 a {
                color: rgb(255, 255, 255);
            }

                .case-studies-section .case-studies-grids .grid h3 a:hover {
                    color: rgb(201, 179, 140);
                }

    .case-studies-pg-section {
        padding-bottom: 95px;
    }

    @media (max-width: 991px) {
        .case-studies-pg-section {
            padding-bottom: 85px;
        }
    }

    @media (max-width: 767px) {
        .case-studies-pg-section {
            padding-bottom: 75px;
        }
    }

    .testimonials-section {
        background: url("../images/fondos/01_practice-area.png") center center / cover no-repeat local;
        background-color: #f9f9f9;
    }

        .testimonials-section .grid .fi::before {
            font-size: 60px;
            color: rgb(201, 179, 140);
        }

        .testimonials-section .grid p {
            font-family: "Roboto Slab", serif;
            font-size: 1.0625rem;
            margin: 0px;
        }

        .testimonials-section .grid img {
            width: auto;
        }

    @media screen and (min-width: 1200px) {
        .testimonials-section .testimonials-grids {
            padding-left: 40px;
        }
    }

    .testimonials-section .client-info {
        position: relative;
        padding-left: 90px;
        padding-top: 15px;
        min-height: 70px;
        margin-top: 35px;
    }

        .testimonials-section .client-info .img-holder {
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .testimonials-section .client-info .img-holder img { /*border-radius: 50%;*/
            }

        .testimonials-section .client-info h3 {
            font-size: 1rem;
            font-weight: 400;
            margin: 0px 0px 0.2em;
        }

            .testimonials-section .client-info h3 + span {
                font-size: 0.875rem;
            }

            .testimonials-section .client-info h3 a {
                color: rgb(38, 43, 62);
            }

    @media screen and (min-width: 1200px) {
        .testimonials-section .owl-controls {
            position: absolute;
            left: -407px;
            margin: 0px;
            bottom: 0px;
        }
    }

    @media (max-width: 1199px) {
        .testimonials-section .owl-controls {
            margin-top: 45px;
        }
    }

    .testimonials-section .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px;
        background: rgb(201, 179, 140);
        opacity: 0.7;
    }

    .testimonials-section .owl-theme .owl-dots .owl-dot.active span {
        width: 25px;
        opacity: 1;
    }

    .cta-section {
        background: url("../images/cta-bg.jpg") center center / cover no-repeat local;
        padding: 115px 0px;
        text-align: center;
        position: relative;
    }

    @media screen and (min-width: 1200px) {
        .cta-section {
            margin: 0px 80px;
        }
    }

    @media (max-width: 991px) {
        .cta-section {
            padding: 100px 0px;
        }
    }

    @media (max-width: 767px) {
        .cta-section {
            padding: 80px 0px;
        }
    }

    .cta-section::before {
        content: "";
        background: -webkit-linear-gradient(-90deg, rgb(38, 43, 62) 50%, rgb(201, 179, 140) 96%, rgb(201, 179, 140) 97%, rgb(201, 179, 140) 100%) rgb(201, 179, 140);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0.9;
    }

    .cta-section h5, .cta-section h2 {
        color: rgb(255, 255, 255);
    }

    .cta-section h5 {
        font-size: 1.125rem;
        margin: 2em 0px 0px;
    }

    .cta-section h2 {
        font-size: 2.25rem;
        margin: 0.5em 0px 1em;
    }

    .team-section .grid .details {
        padding: 30px 15px;
        text-align: center;
        position: relative;
        border: 1px solid rgb(241, 241, 241);
    }

    @media (max-width: 991px) {
        .team-section .grid .details {
            padding: 25px 15px;
        }
    }

    .team-section .grid:hover .social {
        opacity: 1;
        visibility: visible;
    }

    .team-section .social {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -17px;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
    }

        .team-section .social ul {
            background: rgb(216, 219, 224);
            padding: 5px 15px;
            display: inline-block;
            overflow: hidden;
            border-radius: 35px;
        }

        .team-section .social li {
            float: left;
        }

        .team-section .social ul > li + li {
            margin-left: 15px;
        }

        .team-section .social a {
            font-size: 0.875rem;
            color: rgb(38, 43, 62);
        }

            .team-section .social a:hover {
                color: rgb(201, 179, 140);
            }

    .team-section .details {
        background: rgb(255, 255, 255);
    }

        .team-section .details h3 {
            /* font-size: 1.125rem;
        font-weight: 400;*/
            margin: 0px 0px 0.4em;
            font-size: 26px;
            line-height: 30px;
            font-weight: 400;
            margin-bottom: 19px;
            text-align: center;
        }

    @media (max-width: 991px) {
        .team-section .details h3 {
            font-size: 1rem;
        }
    }

    .team-section .details h3 a {
        color: rgb(38, 43, 62);
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        margin: 0 0 6px;
    }

        .team-section .details h3 a:hover {
            color: rgb(201, 179, 140);
        }

    .team-section .details p {
        font-size: 0.8125rem;
        margin: 0px;
    }

    @media screen and (min-width: 1200px) {
        .team-section .owl-controls {
            margin: 0px;
            width: 100%;
            position: absolute;
            top: 40%;
        }

            .team-section .owl-controls .owl-prev {
                position: absolute;
                left: -27px;
            }

            .team-section .owl-controls .owl-next {
                position: absolute;
                right: -27px;
            }
    }

    @media (max-width: 1199px) {
        .team-section .owl-controls {
            margin-top: 35px;
        }
    }

    .team-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 14px;
        background: rgb(255, 255, 255);
        margin: 0px;
        padding: 0px;
        color: rgb(38, 43, 62);
        border-radius: 50%;
        box-shadow: rgba(25, 38, 62, 0.15) 0px 9px 42.32px 3.68px;
    }

    @media (max-width: 1199px) {
        .team-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
            margin: 5px;
        }
    }

    .team-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
        background: rgb(201, 179, 140);
        color: rgb(255, 255, 255);
    }

    .contact-section, .contact-section-s2, .contact-section-s3 {
        background: url("../images/contact-bg.jpg") center center / cover no-repeat local;
        padding: 220px 0px 35px;
        position: relative;
    }

        .contact-section::before, .contact-section-s2::before, .contact-section-s3::before {
            content: "";
            background: -webkit-linear-gradient(90deg, rgb(38, 43, 62) 62%, rgb(201, 179, 140) 96%, rgb(201, 179, 140) 97%, rgb(201, 179, 140) 100%) rgb(38, 43, 62);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            opacity: 0.97;
        }

    @media screen and (min-width: 1450px) {
        .contact-section, .contact-section-s2, .contact-section-s3 {
            margin: -219px 80px 0px;
        }
    }

    @media (max-width: 1449px) {
        .contact-section, .contact-section-s2, .contact-section-s3 {
            padding: 110px 0px 35px;
        }
    }

    @media (max-width: 991px) {
        .contact-section, .contact-section-s2, .contact-section-s3 {
            padding: 100px 0px 25px;
        }
    }

    @media (max-width: 767px) {
        .contact-section, .contact-section-s2, .contact-section-s3 {
            padding: 80px 0px 25px;
        }
    }

    .contact-section .contact-info-col, .contact-section-s2 .contact-info-col, .contact-section-s3 .contact-info-col {
        width: calc(50% - 85px);
        float: left;
        padding-top: 200px;
    }

    @media (max-width: 991px) {
        .contact-section .contact-info-col, .contact-section-s2 .contact-info-col, .contact-section-s3 .contact-info-col {
            width: 100%;
            float: none;
            padding-top: 0px;
        }
    }

    .contact-section .contact-info-col .contact-info, .contact-section-s2 .contact-info-col .contact-info, .contact-section-s3 .contact-info-col .contact-info {
        width: 500px;
        float: right;
    }

    @media (max-width: 1199px) {
        .contact-section .contact-info-col .contact-info, .contact-section-s2 .contact-info-col .contact-info, .contact-section-s3 .contact-info-col .contact-info {
            padding-left: 100px;
        }
    }

    @media (max-width: 991px) {
        .contact-section .contact-info-col .contact-info, .contact-section-s2 .contact-info-col .contact-info, .contact-section-s3 .contact-info-col .contact-info {
            width: 100%;
            float: none;
            padding-left: 15px;
            margin-bottom: 80px;
        }
    }

    .contact-section .contact-form-col, .contact-section-s2 .contact-form-col, .contact-section-s3 .contact-form-col {
        width: calc(50% + 85px);
        float: right;
        padding-right: 160px;
        position: relative;
    }

    @media (max-width: 1450px) {
        .contact-section .contact-form-col, .contact-section-s2 .contact-form-col, .contact-section-s3 .contact-form-col {
            padding-right: 60px;
        }
    }

    @media (max-width: 991px) {
        .contact-section .contact-form-col, .contact-section-s2 .contact-form-col, .contact-section-s3 .contact-form-col {
            width: 100%;
            float: none;
            padding: 0px 15px;
        }
    }

    .contact-section .contact-info li, .contact-section-s2 .contact-info li, .contact-section-s3 .contact-info li {
        position: relative;
        padding-left: 85px;
    }

    .contact-section .contact-info ul > li + li, .contact-section-s2 .contact-info ul > li + li, .contact-section-s3 .contact-info ul > li + li {
        margin-top: 50px;
    }

    .contact-section .contact-info .fi, .contact-section-s2 .contact-info .fi, .contact-section-s3 .contact-info .fi {
        position: absolute;
        left: 0px;
        top: -10px;
    }

        .contact-section .contact-info .fi::before, .contact-section-s2 .contact-info .fi::before, .contact-section-s3 .contact-info .fi::before {
            font-size: 50px;
            color: rgb(201, 179, 140);
        }

    .contact-section .contact-info h4, .contact-section-s2 .contact-info h4, .contact-section-s3 .contact-info h4 {
        font-size: 1.125rem;
        font-weight: 400;
        color: rgb(255, 255, 255);
        margin: 0px 0px 0.2em;
    }

    .contact-section .contact-info p, .contact-section-s2 .contact-info p, .contact-section-s3 .contact-info p {
        font-size: 1rem;
        color: rgb(255, 255, 255);
        margin: 0px;
    }

    .contact-section .contact-form, .contact-section-s2 .contact-form, .contact-section-s3 .contact-form {
        padding-left: 87px;
    }

    @media (max-width: 1199px) {
        .contact-section .contact-form, .contact-section-s2 .contact-form, .contact-section-s3 .contact-form {
            padding-left: 0px;
        }
    }

    .contact-section form input, .contact-section-s2 form input, .contact-section-s3 form input, .contact-section form select, .contact-section-s2 form select, .contact-section-s3 form select, .contact-section form textarea, .contact-section-s2 form textarea, .contact-section-s3 form textarea {
        background: rgb(38, 43, 62);
        width: 100%;
        height: 55px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 0px;
        box-shadow: none !important;
    }

    @media (max-width: 991px) {
        .contact-section form input, .contact-section-s2 form input, .contact-section-s3 form input, .contact-section form select, .contact-section-s2 form select, .contact-section-s3 form select, .contact-section form textarea, .contact-section-s2 form textarea, .contact-section-s3 form textarea {
            height: 45px;
        }
    }

    .contact-section form input:focus, .contact-section-s2 form input:focus, .contact-section-s3 form input:focus, .contact-section form select:focus, .contact-section-s2 form select:focus, .contact-section-s3 form select:focus, .contact-section form textarea:focus, .contact-section-s2 form textarea:focus, .contact-section-s3 form textarea:focus {
        border-color: rgb(201, 179, 140);
    }

    .contact-section form textarea, .contact-section-s2 form textarea, .contact-section-s3 form textarea {
        height: 180px;
    }

    .contact-section form, .contact-section-s2 form, .contact-section-s3 form {
        margin: 0px -15px;
        overflow: hidden;
    }

        .contact-section form ::-webkit-input-placeholder, .contact-section-s2 form ::-webkit-input-placeholder, .contact-section-s3 form ::-webkit-input-placeholder {
            font-style: normal;
            color: rgb(157, 156, 156);
        }

        .contact-section form select, .contact-section-s2 form select, .contact-section-s3 form select {
            display: inline-block;
            color: rgb(169, 169, 169);
            cursor: pointer;
            opacity: 1;
            padding: 6px 12px;
            font-size: 0.9375rem;
        }

        .contact-section form > div, .contact-section-s2 form > div, .contact-section-s3 form > div {
            width: calc(50% - 30px);
            float: left;
            margin: 0px 15px 30px;
        }

    @media (max-width: 600px) {
        .contact-section form > div, .contact-section-s2 form > div, .contact-section-s3 form > div {
            width: calc(100% - 30px);
            float: none;
        }
    }

    .contact-section form .fullwidth, .contact-section-s2 form .fullwidth, .contact-section-s3 form .fullwidth {
        width: calc(100% - 30px);
        float: none;
        clear: both;
    }

    .blog-section, .blog-section-s2 {
        padding-bottom: 70px;
    }

    @media (max-width: 1199px) {
        .blog-section, .blog-section-s2 {
            padding-bottom: 60px;
        }
    }

    @media (max-width: 991px) {
        .blog-section, .blog-section-s2 {
            padding-bottom: 50px;
        }
    }

    @media (max-width: 767px) {
        .blog-section, .blog-section-s2 {
            padding-bottom: 40px;
        }
    }

    .blog-section .blog-grids, .blog-section-s2 .blog-grids {
        margin: 0px -15px;
    }

    @media (max-width: 1199px) {
        .blog-section .blog-grids, .blog-section-s2 .blog-grids {
            margin-top: 50px;
        }
    }

    @media (max-width: 767px) {
        .blog-section .blog-grids, .blog-section-s2 .blog-grids {
            margin: 50px -7.5px 0px;
        }
    }

    .blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
        width: calc(33.3% - 30px);
        float: left;
        margin: 0px 15px 50px;
    }

    @media (max-width: 767px) {
        .blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
            width: calc(50% - 15px);
            margin: 0px 7.5px 50px;
        }
    }

    @media (max-width: 600px) {
        .blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
            width: calc(100% - 15px);
            float: none;
        }
    }

    .blog-section .entry-details, .blog-section-s2 .entry-details {
        position: relative;
        padding: 45px 0px 0px 20px;
    }

        .blog-section .entry-details h3, .blog-section-s2 .entry-details h3 {
            font-size: 1.3125rem;
            font-weight: 400;
            margin: 0px 0px 0.9em;
            line-height: 1.3em;
        }

    @media (max-width: 991px) {
        .blog-section .entry-details h3, .blog-section-s2 .entry-details h3 {
            font-size: 1.125rem;
        }
    }

    .blog-section .entry-details h3 a, .blog-section-s2 .entry-details h3 a {
        color: rgb(38, 43, 62);
    }

        .blog-section .entry-details h3 a:hover, .blog-section-s2 .entry-details h3 a:hover {
            color: rgb(201, 179, 140);
        }

    .blog-section .entry-details .cat, .blog-section-s2 .entry-details .cat {
        background: rgb(201, 179, 140);
        font-size: 13px;
        font-weight: 700;
        padding: 10px 15px;
        color: white;
        position: absolute;
        left: 0px;
        top: -20px;
        border-radius: 0px 50px 50px 0px;
    }

    .blog-section .entry-details .read-more, .blog-section-s2 .entry-details .read-more {
        font-family: "Roboto Slab", serif;
        color: rgb(104, 118, 147);
        padding-left: 50px;
        position: relative;
    }

    @media (max-width: 991px) {
        .blog-section .entry-details .read-more, .blog-section-s2 .entry-details .read-more {
            font-size: 0.875rem;
        }
    }

    .blog-section .entry-details .read-more::before, .blog-section-s2 .entry-details .read-more::before {
        content: "";
        background: rgb(104, 118, 147);
        width: 40px;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 11px;
        transition: all 0.3s ease 0s;
    }

    .blog-section .entry-details .read-more:hover, .blog-section-s2 .entry-details .read-more:hover {
        color: rgb(201, 179, 140);
    }

        .blog-section .entry-details .read-more:hover::before, .blog-section-s2 .entry-details .read-more:hover::before {
            background: rgb(201, 179, 140);
        }

    .about-section-s2 {
        padding-bottom: 80px;
    }

    @media (max-width: 991px) {
        .about-section-s2 {
            padding-bottom: 70px;
        }
    }

    @media (max-width: 767px) {
        .about-section-s2 {
            padding-bottom: 60px;
        }
    }

    .about-section-s2 .right-col {
        margin: 0px -15px;
    }

    @media (max-width: 767px) {
        .about-section-s2 .right-col {
            margin: 0px -7.5px;
        }
    }

    .about-section-s2 .right-col > div {
        width: calc(50% - 30px);
        float: left;
        margin: 0px 15px 30px;
    }

    @media (max-width: 767px) {
        .about-section-s2 .right-col > div {
            width: calc(50% - 15px);
            margin: 0px 7.5px 30px;
        }
    }

    @media screen and (min-width: 1200px) {
        .about-section-s2 .right-col > div:last-child {
            padding-top: 45px;
        }
    }

    @media screen and (min-width: 1200px) {
        .about-section-s2 .section-title-s5 {
            padding-right: 45px;
            padding-top: 65px;
        }
    }

    .service-section-s2 {
        padding: 0px 0px 80px;
    }

    @media (max-width: 991px) {
        .service-section-s2 {
            padding-bottom: 70px;
        }
    }

    @media (max-width: 767px) {
        .service-section-s2 {
            padding-bottom: 60px;
        }
    }

    .service-section-s2 .service-grids {
        margin: 0px -15px;
    }

    @media (max-width: 767px) {
        .service-section-s2 .service-grids {
            margin: 0px -7.5px !important;
        }
    }

    .service-section-s2 .service-grids .grid {
        background: #f1f0f0;
        width: calc(16.66% - 30px);
        float: left;
        text-align: center;
        margin: 0px 15px 30px;
        padding: 30px 10px 35px;
        box-shadow: rgba(25, 38, 62, 0.11) 0px 9px 42.32px 3.68px;
        transition: all 0.3s ease 0s;
    }

    @media (max-width: 1199px) {
        .service-section-s2 .service-grids .grid {
            width: calc(33.33% - 30px);
        }
    }

    @media (max-width: 767px) {
        .service-section-s2 .service-grids .grid {
            width: calc(33.33% - 15px);
            margin: 0px 7.5px 30px;
        }
    }

    @media (max-width: 900px) {
        .feature-section {
            padding-top: 50px !important;
        }
    }

    @media (max-width: 600px) {
        .service-section-s2 .service-grids .grid {
            width: 100%;
            justify-content: start !important;
        }

        .fun-fact-section .fun-fact-grids .grid {
            padding: 0px !important;
            margin-bottom: 0px !important;
        }

        .jefe_oficina {
            display: flex;
            flex-direction: column !important;
        }

        .extra-link {
            display: none !important;
        }

        #app-download-popup {
            display: none !important;
        }

        .hero-style-2 .slide-inner .slide-title h1 {
            font-size: 36px !important;
        }
    }

    .jefe_oficina {
        display: flex;
        justify-content: space-evenly;
    }

    .service-section-s2 .service-grids .grid:hover {
        background-color: rgb(201, 179, 140);
    }

        .service-section-s2 .service-grids .grid:hover .fi::before, .service-section-s2 .service-grids .grid:hover h3 a {
            color: rgb(255, 255, 255);
        }

    .service-section-s2 .service-grids .fi::before {
        font-size: 50px;
        color: rgb(201, 179, 140);
        margin-bottom: 0.9em;
    }

    .service-section-s2 .service-grids h3 {
        font-size: 1.0625rem;
        font-weight: 400;
        margin: 0px;
    }

    @media (max-width: 600px) {
        .service-section-s2 .service-grids h3 {
            font-size: 0.9375rem;
        }
    }

    .service-section-s2 .service-grids h3 a {
        color: rgb(38, 43, 62);
    }

    .service-pg-service-section-s2 {
        padding-top: 100px;
    }

    @media (max-width: 991px) {
        .service-pg-service-section-s2 {
            padding-top: 90px;
        }
    }

    @media (max-width: 767px) {
        .service-pg-service-section-s2 {
            padding-top: 80px;
        }
    }

    .case-studies-section-s2 {
        padding: 0px;
    }

        .case-studies-section-s2 .case-studies-grids .grid {
            position: relative;
        }

            .case-studies-section-s2 .case-studies-grids .grid .overlay {
                background: transparent;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0px;
                top: 0px;
                opacity: 0;
                transition: all 0.5s ease 0s;
            }

            .case-studies-section-s2 .case-studies-grids .grid:hover {
                cursor: grab;
            }

                .case-studies-section-s2 .case-studies-grids .grid:hover .overlay {
                    background: -webkit-linear-gradient(90deg, rgb(38, 43, 62) 62%, rgb(201, 179, 140) 96%, rgb(201, 179, 140) 97%, rgb(201, 179, 140) 100%) rgb(38, 43, 62);
                    opacity: 0.9;
                    top: 0px;
                }

                    .case-studies-section-s2 .case-studies-grids .grid:hover .overlay p {
                        max-height: 400px;
                        opacity: 1;
                        visibility: visible;
                        transition: max-height 2s ease 0s;
                    }

            .case-studies-section-s2 .case-studies-grids .grid .content {
                width: 100%;
                padding: 45px;
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

    @media (max-width: 991px) {
        .case-studies-section-s2 .case-studies-grids .grid .content {
            padding: 35px;
        }
    }

    @media (max-width: 767px) {
        .case-studies-section-s2 .case-studies-grids .grid .content {
            padding: 25px;
        }
    }

    .case-studies-section-s2 .case-studies-grids .grid .cat {
        font-size: 0.875rem;
        color: rgb(201, 179, 140);
        font-weight: 700;
        margin: 0px;
    }

    .case-studies-section-s2 .case-studies-grids .grid h3 {
        font-size: 1.25rem;
        margin: 0.5em 0px 0.9em;
    }

    @media (max-width: 991px) {
        .case-studies-section-s2 .case-studies-grids .grid h3 {
            font-size: 1.125rem;
        }
    }

    .case-studies-section-s2 .case-studies-grids .grid h3 a {
        color: rgb(255, 255, 255);
    }

        .case-studies-section-s2 .case-studies-grids .grid h3 a:hover {
            color: rgb(201, 179, 140);
        }

    .case-studies-section-s2 .case-studies-grids .grid p {
        color: rgb(255, 255, 255);
        transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, max-height 0.6s ease 0s, margin 0.4s ease 0s;
        max-height: 0px;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }

    @media (max-width: 991px) {
        .case-studies-section-s2 .case-studies-grids .grid p {
            font-size: 0.8125rem;
        }
    }

    .case-studies-section-s2 .case-studies-grids .grid p + a {
        font-size: 1.5625rem;
        color: rgb(255, 255, 255);
    }

    .case-studies-pg-s2 {
        padding: 110px 0px 100px;
    }

    @media (max-width: 991px) {
        .case-studies-pg-s2 {
            padding: 100px 0px 90px;
        }
    }

    @media (max-width: 767px) {
        .case-studies-pg-s2 {
            padding: 80px 0px 70px;
        }
    }

    .fun-fact-section .fun-fact-grids {
        padding: 10px 35px 10px;
    }

    @media (max-width: 1199px) {
        .fun-fact-section .fun-fact-grids {
            padding-bottom: 25px;
            text-align: center;
        }
    }

    .fun-fact-section .fun-fact-grids .grid {
        width: 25%;
        float: left;
        transition: all 0.3s ease 0s;
        position: relative;
        top: 0px;
    }

    @media (max-width: 1199px) {
        .fun-fact-section .fun-fact-grids .grid {
            width: 50%;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            margin-bottom: 40px;
        }
    }

    @media (max-width: 600px) {
        .fun-fact-section .fun-fact-grids .grid {
            width: 100%;
            float: none;
            text-align: center;
        }
      
    }

    .fun-fact-section .fun-fact-grids h3 {
        font-size: 3rem;
        color: rgb(195 134 28);
        margin: 0px;
        display: inline-block;
    }

    @media (max-width: 767px) {
        .fun-fact-section .fun-fact-grids h3 {
            font-size: 1.875rem;
        }
        .table_expediente .form-group .form-control {
            width: 100px;
        }
    }

    .fun-fact-section .fun-fact-grids p {
        font-size: 0.875rem;
        font-weight: 700;
        color: rgb(38, 43, 62);
        text-transform: uppercase;
        display: inline-block;
        margin: 0px;
        letter-spacing: 3px;
    }

    @media (max-width: 767px) {
        .fun-fact-section .fun-fact-grids p {
            font-size: 0.75rem;
        }
    }

    @media (max-width: 600px) {
        .fun-fact-section .fun-fact-grids p {
            position: relative;
            top: 8px;
        }
    }

    .fun-fact-section-s2 {
        background: rgb(241, 241, 241);
        margin-top: -10px;
    }

    .testimonials-section-s2, .testimonials-section-s3 {
        background: rgb(38, 43, 62);
        position: relative;
    }

        .testimonials-section-s2::before, .testimonials-section-s3::before {
            content: "";
            background: url("../images/fondos/testimonials-bg.png") center center / 100% no-repeat local;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .testimonials-section-s2 .grid .fi::before, .testimonials-section-s3 .grid .fi::before {
            font-size: 60px;
            color: rgb(201, 179, 140);
        }

        .testimonials-section-s2 .grid i, .testimonials-section-s3 .grid i {
            margin-top: -1.3em;
            display: block;
        }

        .testimonials-section-s2 .grid p, .testimonials-section-s3 .grid p {
            font-family: "Roboto Slab", serif;
            font-size: 1.0625rem;
            color: rgb(255, 255, 255);
            margin: 0px;
        }

        .testimonials-section-s2 .grid img, .testimonials-section-s3 .grid img {
            width: auto;
        }

    @media screen and (min-width: 1200px) {
        .testimonials-section-s2 .testimonials-grids, .testimonials-section-s3 .testimonials-grids {
            padding-left: 40px;
        }
    }

    .testimonials-section-s2 .client-info, .testimonials-section-s3 .client-info {
        position: relative;
        padding-left: 90px;
        padding-top: 15px;
        min-height: 70px;
        margin-top: 35px;
    }

        .testimonials-section-s2 .client-info .img-holder, .testimonials-section-s3 .client-info .img-holder {
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .testimonials-section-s2 .client-info .img-holder img, .testimonials-section-s3 .client-info .img-holder img {
                border-radius: 50%;
            }

        .testimonials-section-s2 .client-info h3, .testimonials-section-s3 .client-info h3 {
            font-size: 1rem;
            font-weight: 400;
            color: rgb(201, 179, 140);
            margin: 0px 0px 0.2em;
        }

            .testimonials-section-s2 .client-info h3 + span, .testimonials-section-s3 .client-info h3 + span {
                font-size: 0.875rem;
                color: rgb(255, 255, 255);
            }

    .testimonials-section-s2 .owl-controls, .testimonials-section-s3 .owl-controls {
        margin-top: 45px;
    }

    .testimonials-section-s2 .owl-theme .owl-dots .owl-dot span, .testimonials-section-s3 .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px;
        background: rgb(201, 179, 140);
        opacity: 0.7;
    }

    .testimonials-section-s2 .owl-theme .owl-dots .owl-dot.active span, .testimonials-section-s3 .owl-theme .owl-dots .owl-dot.active span {
        width: 25px;
        opacity: 1;
    }

    .cta-section-s2 {
        background: url("../images/cta-bg.jpg") center center / cover no-repeat local;
        padding: 115px 0px;
        text-align: center;
        position: relative;
    }

    @media (max-width: 991px) {
        .cta-section-s2 {
            padding: 100px 0px;
        }
    }

    @media (max-width: 767px) {
        .cta-section-s2 {
            padding: 80px 0px;
        }
    }

    .cta-section-s2::before {
        content: "";
        background: rgb(201, 179, 140);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0.98;
    }

    .cta-section-s2 h5 {
        font-size: 1.125rem;
        margin: 2em 0px 0px;
        color: rgb(255, 255, 255);
    }

    .cta-section-s2 h2 {
        font-size: 2.25rem;
        margin: 0.5em 0px 1em;
        color: rgb(255, 255, 255);
    }

    @media screen and (min-width: 1450px) {
        .contact-section-s2, .contact-section-s3 {
            margin: -219px 0px 0px;
        }
    }

    .contact-section-s2::before, .contact-section-s3::before {
        background: rgb(38, 43, 62);
    }

    .partners-section {
        background-color: #f9f9f9;
        padding: 30px 0px;
    }

        .partners-section .grid {
            text-align: center;
        }

            .partners-section .grid img {
                width: auto;
                margin: 0px auto;
                display: inline-block;
            }

    .about-section-s3 {
        margin-top: 0px;
    }

    .award-section {
        padding-top: 0px;
    }

    @media (max-width: 767px) {
        .award-section .award-slider {
            margin-top: 35px;
        }
    }

    .award-section .award-slider img {
        border: 10px solid rgba(201, 179, 140, 0.5);
    }

    @media screen and (min-width: 1200px) {
        .award-section .owl-controls {
            position: absolute;
            left: -602px;
            margin: 0px;
            bottom: 0px;
        }
    }

    @media (max-width: 1199px) {
        .award-section .owl-controls {
            margin-top: 45px;
        }
    }

    .award-section .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px;
        background: rgb(201, 179, 140);
        opacity: 0.7;
    }

    .award-section .owl-theme .owl-dots .owl-dot.active span {
        width: 25px;
        opacity: 1;
    }

    .testimonials-section-s3 {
        background: rgb(255, 255, 255);
    }

        .testimonials-section-s3 .grid p {
            color: rgb(38, 43, 62);
        }

        .testimonials-section-s3 .client-info h3 + span {
            color: rgb(38, 43, 62);
        }

    .cta-section-s3 {
        background: url("../images/cta-bg.jpg") center center / cover no-repeat local;
        padding: 115px 0px;
        text-align: center;
        position: relative;
    }

    @media (max-width: 991px) {
        .cta-section-s3 {
            padding: 100px 0px;
        }
    }

    @media (max-width: 767px) {
        .cta-section-s3 {
            padding: 80px 0px;
        }
    }

    .cta-section-s3::before {
        content: "";
        background: rgb(38, 43, 62);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0.9;
    }

    .cta-section-s3 .cta-conetnt {
        max-width: 530px;
        margin: 0px auto;
    }

    .cta-section-s3 h2, .cta-section-s3 p {
        color: rgb(255, 255, 255);
    }

    .cta-section-s3 h2 {
        font-size: 3rem;
        font-weight: 400;
        margin: 0px 0px 0.5em;
    }

    @media (max-width: 991px) {
        .cta-section-s3 h2 {
            font-size: 2.375rem;
        }
    }

    @media (max-width: 767px) {
        .cta-section-s3 h2 {
            font-size: 2.1875rem;
        }
    }

    .cta-section-s3 p {
        margin-bottom: 2em;
    }

    .cta-section-s3 a {
        background-color: rgb(255, 255, 255);
        width: 65px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        border-radius: 65px;
        display: inline-block;
        position: relative;
        top: 5px;
        margin-left: 20px;
    }

        .cta-section-s3 a::after {
            content: "";
            width: 0px;
            height: 0px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid rgb(201, 179, 140);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .cta-section-s3 a::before {
            content: "";
            width: calc(100% + 16px);
            height: calc(100% + 16px);
            position: absolute;
            left: -8px;
            top: -8px;
            border: 1px solid rgb(236, 236, 236);
            border-radius: 50%;
        }

    @media (max-width: 767px) {
        .cta-section-s3 a::before {
            border: 1px solid rgb(236, 236, 236);
        }
    }

    .contact-section-s3 {
        margin-top: 0px;
        padding-top: 110px;
        padding-bottom: 0px;
        background: rgb(255, 255, 255);
    }

    @media (max-width: 991px) {
        .contact-section-s3 {
            padding-top: 100px;
        }
    }

    @media (max-width: 767px) {
        .contact-section-s3 {
            padding-top: 80px;
        }
    }

    .contact-section-s3::before {
        display: none;
    }

    .contact-section-s3 .section-title-s2 h2 {
        color: rgb(38, 43, 62);
    }

    .contact-section-s3 .section-title-s2 p {
        color: rgb(104, 118, 147);
    }

    .contact-section-s3 .section-title-s2 .icon {
        box-shadow: rgb(251, 243, 243) 0px 0px 0px 5px;
    }

    .contact-section-s3 .contact-info h4 {
        color: rgb(201, 179, 140);
    }

    .contact-section-s3 .contact-info p {
        color: rgb(104, 118, 147);
    }

    .contact-section-s3 form textarea, .contact-section-s3 form input, .contact-section-s3 form select {
        background: rgb(253, 253, 253);
        border-color: rgb(234, 234, 234);
    }

    .blog-section-s2 {
        padding-top: 34px;
    }

    .history-section {
        padding-top: 0px;
    }

        .history-section .history-grids {
            position: relative;
        }

            .history-section .history-grids::before {
                content: "";
                background-color: rgb(241, 247, 255);
                width: 2px;
                height: 100%;
                position: absolute;
                left: 50%;
                top: 0px;
            }

    @media (max-width: 767px) {
        .history-section .history-grids::before {
            display: none;
        }
    }

    .history-section .history-grids > .grid + .grid {
        margin-top: 45px;
    }

    @media (max-width: 500px) {
        .history-section .history-grids .grid {
            border: 2px solid rgb(241, 247, 255);
            padding: 30px;
        }
    }

    .history-section .time-title {
        width: 335px;
        float: left;
        padding: 50px 0px;
    }

    @media (max-width: 767px) {
        .history-section .time-title {
            width: 50%;
        }
    }

    @media (max-width: 500px) {
        .history-section .time-title {
            width: 100%;
            float: none;
            padding: 15px 0px;
        }
    }

    .history-section .time-title h3 {
        font-size: 1.375rem;
        margin: 0px 0px 0.3em;
        font-weight: 400;
    }

    @media (max-width: 767px) {
        .history-section .time-title h3 {
            font-size: 1.125rem;
        }
    }

    .history-section .time-title h4 {
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0px;
    }

    @media (max-width: 767px) {
        .history-section .time-title h4 {
            font-size: 1rem;
        }
    }

    .history-section .grid-s1 .time-title, .history-section .grid-s2 .time-title {
        text-align: right;
        position: relative;
    }

    @media (max-width: 767px) {
        .history-section .grid-s1 .time-title, .history-section .grid-s2 .time-title {
            padding-right: 25px;
        }
    }

    @media (max-width: 500px) {
        .history-section .grid-s1 .time-title, .history-section .grid-s2 .time-title {
            text-align: left;
        }
    }

    .history-section .grid-s1 .time-title::before, .history-section .grid-s2 .time-title::before {
        content: "";
        background-color: rgb(255, 255, 255);
        width: 16px;
        height: 16px;
        border: 6px solid rgb(201, 179, 140);
        border-radius: 50%;
        position: absolute;
        right: -49px;
        top: calc(50% - 8px);
    }

    @media (max-width: 1199px) {
        .history-section .grid-s1 .time-title::before, .history-section .grid-s2 .time-title::before {
            right: -63px;
        }
    }

    @media (max-width: 991px) {
        .history-section .grid-s1 .time-title::before, .history-section .grid-s2 .time-title::before {
            right: -34px;
        }
    }

    @media (max-width: 767px) {
        .history-section .grid-s1 .time-title::before, .history-section .grid-s2 .time-title::before {
            display: none;
        }
    }

    .history-section .grid-s2 .time-title {
        text-align: left;
    }

    @media (max-width: 767px) {
        .history-section .grid-s2 .time-title {
            padding-right: 0px;
            padding-left: 25px;
        }
    }

    @media (max-width: 500px) {
        .history-section .grid-s2 .time-title {
            padding-left: 0px;
        }
    }

    .history-section .grid-s2 .time-title::before {
        left: -49px;
    }

    @media (max-width: 1199px) {
        .history-section .grid-s2 .time-title::before {
            left: -63px;
        }
    }

    @media (max-width: 991px) {
        .history-section .grid-s2 .time-title::before {
            left: -34px;
        }
    }

    .history-section .details {
        float: right;
        border: 2px solid rgb(241, 247, 255);
        padding: 30px;
        border-radius: 5px;
    }

    @media (max-width: 767px) {
        .history-section .details {
            width: 50%;
        }
    }

    @media (max-width: 500px) {
        .history-section .details {
            width: 100%;
            float: none;
            padding: 0px;
            border: 0px;
        }
    }

    .history-section .details p {
        margin: 0px;
    }

    .history-section .grid-s2 .time-title {
        float: right;
    }

    .history-section .grid-s2 .details {
        float: left;
    }

    .testimonials-pg-section {
        position: relative;
    }

        .testimonials-pg-section::before {
            content: "";
            background-color: rgba(247, 247, 247, 0.9);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
        }

    .about-pg-cta-section {
        margin: 0px;
    }

    @media (max-width: 991px) {
        .team-sigle-section .team-single-sidebar {
            margin-bottom: 70px;
        }
    }

    .team-sigle-section .attorney-widget {
        background: rgb(250, 250, 250);
        border: 5px solid rgb(241, 241, 241);
        padding: 35px 30px;
    }

    @media screen and (min-width: 1200px) {
        .team-sigle-section .attorney-widget {
            margin-right: 40px;
        }
    }

    .team-sigle-section .attorney-widget h3 {
        font-size: 1.5rem;
        margin: 0px 0px 0.7em;
    }

    .team-sigle-section .attorney-widget ul > li + li {
        border-top: 1px solid rgb(231, 231, 231);
    }

    .team-sigle-section .attorney-widget a {
        display: block;
        font-weight: 600;
        color: rgb(104, 118, 147);
        padding: 13px 15px 13px 0px;
    }

        .team-sigle-section .attorney-widget a:hover, .team-sigle-section .attorney-widget li.current a {
            color: rgb(201, 179, 140);
        }

    .team-sigle-section .attorney-single-content .attorney-single-info {
        padding: 60px;
        box-shadow: rgba(25, 38, 62, 0.06) 0px 9px 42.32px 3.68px;
    }

    @media (max-width: 991px) {
        .team-sigle-section .attorney-single-content .attorney-single-info {
            padding: 45px;
        }
    }

    @media (max-width: 767px) {
        .team-sigle-section .attorney-single-content .attorney-single-info {
            padding: 30px 20px;
        }
    }

    .team-sigle-section .attorney-single-content .attorney-single-info h3 {
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0px 0px 0.3em;
    }

    @media (max-width: 767px) {
        .team-sigle-section .attorney-single-content .attorney-single-info h3 {
            font-size: 1.25rem;
        }
    }

    .team-sigle-section .attorney-single-content .attorney-single-info h3 + span {
        font-weight: 600;
        color: rgb(201, 179, 140);
    }

    .team-sigle-section .attorney-single-content .attorney-single-info .info ul {
        margin-top: 25px;
    }

        .team-sigle-section .attorney-single-content .attorney-single-info .info ul > li + li {
            margin-top: 8px;
        }

    .team-sigle-section .attorney-single-content .attorney-single-info .info li i {
        display: inline-block;
        color: rgb(201, 179, 140);
        padding-right: 5px;
    }

    .team-sigle-section .attorney-single-content .attorney-single-info .info li span {
        font-weight: 600;
        color: rgb(38, 43, 62);
    }

    .team-sigle-section .attorney-single-content .attorney-single-info .social {
        margin-top: 30px;
    }

        .team-sigle-section .attorney-single-content .attorney-single-info .social ul {
            overflow: hidden;
        }

            .team-sigle-section .attorney-single-content .attorney-single-info .social ul li {
                float: left;
            }

            .team-sigle-section .attorney-single-content .attorney-single-info .social ul > li + li {
                margin-left: 7px;
            }

    @media (max-width: 767px) {
        .team-sigle-section .attorney-single-content .attorney-single-info .social ul > li + li {
            margin-left: 3px;
        }
    }

    .team-sigle-section .attorney-single-content .attorney-single-info .social a {
        background-color: rgb(235, 235, 235);
        width: 43px;
        height: 43px;
        line-height: 43px;
        font-size: 13px;
        color: rgb(104, 118, 147);
        text-align: center;
        border-radius: 50%;
        display: block;
    }

    @media (max-width: 767px) {
        .team-sigle-section .attorney-single-content .attorney-single-info .social a {
            width: 38px;
            height: 38px;
            line-height: 38px;
        }
    }

    .team-sigle-section .attorney-single-content .attorney-single-info .social a:hover {
        color: rgb(201, 179, 140);
    }

    .team-sigle-section .attorney-single-content .attorney-details {
        padding-top: 35px;
    }

        .team-sigle-section .attorney-single-content .attorney-details h2 {
            font-size: 1.875rem;
            margin: 1.3em 0px 0.7em;
        }

    @media (max-width: 991px) {
        .team-sigle-section .attorney-single-content .attorney-details h2 {
            font-size: 1.6875rem;
        }
    }

    @media (max-width: 767px) {
        .team-sigle-section .attorney-single-content .attorney-details h2 {
            font-size: 1.5rem;
        }
    }

    .team-sigle-section .attorney-single-content .attorney-details ul > li + li {
        margin-top: 7px;
    }

    .team-sigle-section .attorney-single-content .skills {
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .team-sigle-section .attorney-single-content .skills .skill {
            margin-bottom: 35px;
        }

            .team-sigle-section .attorney-single-content .skills .skill:last-child {
                margin-bottom: 0px;
            }

                .team-sigle-section .attorney-single-content .skills .skill:last-child .progress {
                    margin-bottom: 0px;
                }

        .team-sigle-section .attorney-single-content .skills h6 {
            font-family: Muli, sans-serif;
            font-size: 1rem;
            font-weight: 600;
            margin: 0px 0px 0.6em;
            color: rgb(104, 118, 147);
        }

    @media (max-width: 991px) {
        .team-sigle-section .attorney-single-content .skills h6 {
            font-size: 0.875rem;
        }
    }

    .team-sigle-section .attorney-single-content .skills .progress {
        background-color: rgb(230, 230, 230);
        height: 5px;
        overflow: visible;
        box-shadow: none;
        position: relative;
        border-radius: 3px;
    }

        .team-sigle-section .attorney-single-content .skills .progress > span {
            font-family: "Roboto Slab", serif;
            font-size: 0.875rem;
            font-weight: 500;
            color: rgb(104, 118, 147);
            padding: 2px 6px;
            text-align: center;
            position: absolute;
            right: 20px;
            top: -32px;
            border-radius: 3px;
        }

    @media (max-width: 991px) {
        .team-sigle-section .attorney-single-content .skills .progress > span {
            padding: 0px 6px;
        }
    }

    .team-sigle-section .attorney-single-content .skills .progress-bar {
        background: rgb(201, 179, 140);
        position: relative;
        box-shadow: none;
        border-radius: 3px;
    }

        .team-sigle-section .attorney-single-content .skills .progress-bar::after {
            content: "";
            width: 10px;
            height: 10px;
            background-color: rgb(201, 179, 140);
            border-radius: 50%;
            position: absolute;
            right: 0px;
            top: -3px;
            box-shadow: rgb(150, 150, 150) 0px 0px 5px;
        }

    .team-sigle-section .attorney-single-content form input, .team-sigle-section .attorney-single-content form select, .team-sigle-section .attorney-single-content form textarea {
        background: rgb(245, 245, 245);
        width: 100%;
        height: 55px;
        border: 0px;
        border-radius: 0px;
        box-shadow: none !important;
    }

    @media (max-width: 991px) {
        .team-sigle-section .attorney-single-content form input, .team-sigle-section .attorney-single-content form select, .team-sigle-section .attorney-single-content form textarea {
            height: 45px;
        }
    }

    .team-sigle-section .attorney-single-content form input:focus, .team-sigle-section .attorney-single-content form select:focus, .team-sigle-section .attorney-single-content form textarea:focus {
        border-color: rgb(201, 179, 140);
    }

    .team-sigle-section .attorney-single-content form textarea {
        height: 180px;
    }

    .team-sigle-section .attorney-single-content form {
        margin: 0px -15px;
        overflow: hidden;
    }

        .team-sigle-section .attorney-single-content form ::-webkit-input-placeholder {
            font-style: normal;
            color: rgb(157, 156, 156);
        }

        .team-sigle-section .attorney-single-content form select {
            display: inline-block;
            color: rgb(169, 169, 169);
            cursor: pointer;
            opacity: 1;
            padding: 6px 12px;
            font-size: 0.9375rem;
        }

        .team-sigle-section .attorney-single-content form > div {
            width: calc(50% - 30px);
            float: left;
            margin: 0px 15px 30px;
        }

    @media (max-width: 600px) {
        .team-sigle-section .attorney-single-content form > div {
            width: calc(100% - 30px);
            float: none;
        }
    }

    .team-sigle-section .attorney-single-content form .fullwidth {
        width: calc(100% - 30px);
        float: none;
        clear: both;
    }

    .team-sigle-section .attorney-single-content form .submit-area {
        margin-bottom: 0px;
    }

    .project-single-section {
    }

    @media screen and (min-width: 1200px) {
        .project-single-section .project-details {
            padding: 60px 0px 0px 15px;
        }
    }

    .project-single-section .project-details h2 {
        font-size: 2.25rem;
        margin: 0px 0px 0.6em;
    }

    @media (max-width: 991px) {
        .project-single-section .project-details h2 {
            font-size: 1.875rem;
            margin: 1.4em 0px 0.6em;
        }
    }

    @media (max-width: 767px) {
        .project-single-section .project-details h2 {
            font-size: 1.625rem;
        }
    }

    .project-single-section .project-details h3 {
        font-size: 1.25rem;
        margin: 0px 0px 1em;
        line-height: 1.4em;
    }

    .project-single-section .project-details p {
        margin-bottom: 1.5em;
    }

    .project-single-section .project-single-tab {
        margin: 70px 0px;
        clear: both;
    }

    @media (max-width: 991px) {
        .project-single-section .project-single-tab {
            margin: 40px 0px;
        }
    }

    .project-single-section .project-single-tab .nav {
        overflow: hidden;
        margin: 0px;
    }

        .project-single-section .project-single-tab .nav li {
            float: left;
            padding-left: 0px;
        }

        .project-single-section .project-single-tab .nav > li + li {
            margin-top: 0px;
            margin-left: 3px;
        }

    @media (max-width: 767px) {
        .project-single-section .project-single-tab .nav > li + li {
            margin-left: 1px;
        }
    }

    .project-single-section .project-single-tab .nav a {
        background: rgb(255, 255, 255);
        font-size: 1rem;
        font-weight: bold;
        color: rgb(38, 43, 62);
        padding: 13px 25px;
        border: 1px solid rgba(38, 43, 62, 0.2);
    }

    @media (max-width: 767px) {
        .project-single-section .project-single-tab .nav a {
            font-size: 0.8125rem;
            padding: 8px 12px;
            text-transform: none;
        }
    }

    @media (max-width: 350px) {
        .project-single-section .project-single-tab .nav a {
            padding: 8px;
        }
    }

    .project-single-section .project-single-tab .nav .active a, .project-single-section .project-single-tab .nav a:hover {
        background: rgb(38, 43, 62);
        color: rgb(255, 255, 255);
    }

    .project-single-section .tab-content {
        padding: 35px 40px;
        border: 1px solid rgba(38, 43, 62, 0.2);
        margin-top: -1px;
    }

    @media (max-width: 767px) {
        .project-single-section .tab-content {
            padding: 25px 20px;
        }
    }

    .project-single-section .tab-content .tab-pane p {
        margin-bottom: 20px;
    }

    @media (max-width: 767px) {
        .project-single-section .tab-content .tab-pane p {
            margin-bottom: 15px;
        }
    }

    .project-single-section .tab-content .tab-pane p:last-child {
        margin-bottom: 0px;
    }

    .project-single-section .related-case-studies h2 {
        font-size: 2.25rem;
        margin: 0.3em 0px 1em;
    }

    @media (max-width: 991px) {
        .project-single-section .related-case-studies h2 {
            font-size: 1.875rem;
        }
    }

    .project-single-section .related-case-studies .grid {
        position: relative;
        text-align: center;
        width: calc(33.33%);
        float: left;
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .project-single-section .related-case-studies .grid {
            width: calc(50%);
        }
    }

    @media (max-width: 600px) {
        .project-single-section .related-case-studies .grid {
            width: 100%;
            float: none;
        }

            .project-single-section .related-case-studies .grid img {
                width: 100%;
            }
    }

    .project-single-section .related-case-studies .grid .overlay {
        background: -webkit-linear-gradient(90deg, rgb(38, 43, 62) 62%, rgb(201, 179, 140) 96%, rgb(201, 179, 140) 97%, rgb(201, 179, 140) 100%) rgb(38, 43, 62);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 50%;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .project-single-section .related-case-studies .grid:hover {
        cursor: grab;
    }

        .project-single-section .related-case-studies .grid:hover .overlay {
            top: 0px;
            opacity: 0.9;
        }

    .project-single-section .related-case-studies .grid .content {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .project-single-section .related-case-studies .grid .cat {
        font-size: 0.875rem;
        color: rgb(201, 179, 140);
        font-weight: 700;
        margin: 0px;
    }

    .project-single-section .related-case-studies .grid h3 {
        font-size: 1.25rem;
        margin: 0px;
    }

        .project-single-section .related-case-studies .grid h3 a {
            color: rgb(255, 255, 255);
        }

            .project-single-section .related-case-studies .grid h3 a:hover {
                color: rgb(201, 179, 140);
            }

    .service-single-section {
    }

    @media screen and (min-width: 1200px) {
        .service-single-section .service-single-content {
            padding-left: 20px;
        }
    }

    .service-single-section .service-single-content .service-pic {
        margin: 50px 0px;
    }

    .service-single-section .service-single-content .theme-btn {
        margin-top: 20px;
    }

    .service-single-section .service-single-content h2 {
        font-size: 2.5rem;
        margin: 0px 0px 0.7em;
        text-transform: capitalize;
    }

    @media (max-width: 991px) {
        .service-single-section .service-single-content h2 {
            font-size: 2.1875rem;
        }
    }

    @media (max-width: 767px) {
        .service-single-section .service-single-content h2 {
            font-size: 1.875rem;
        }
    }

    .service-single-section .service-single-content h3 {
        font-size: 1.5rem;
        font-weight: 400;
        text-transform: capitalize;
        margin: 1.9em 0px 1em;
    }

    .service-single-section .service-single-content p {
        margin-bottom: 1.3em;
    }

    .service-single-section .service-single-content ul {
        list-style: none;
    }

    @media (max-width: 767px) {
        .service-single-section .service-single-content ul {
            font-size: 0.9375rem;
        }
    }

    .service-single-section .service-single-content ul li {
        position: relative;
        padding-left: 25px;
        line-height: 1.7em;
        color: rgb(18, 18, 18);
    }

    .service-single-section .service-single-content ul > li + li {
        margin-top: 8px;
    }

    .service-single-section .service-single-content ul li i {
        display: inline-block;
        color: rgb(201, 179, 140);
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .service-single-section .service-single-content .service-features {
        overflow: hidden;
    }

        .service-single-section .service-single-content .service-features ul {
            width: 50%;
            display: inline-block;
            float: left;
        }

    @media (max-width: 767px) {
        .service-single-section .service-single-content .service-features ul {
            width: 100%;
            float: none;
            display: block;
            margin-top: 10px;
        }
    }

    .service-single-section .service-single-tab {
        margin: 60px 0px;
    }

    @media (max-width: 991px) {
        .service-single-section .service-single-tab {
            margin: 40px 0px;
        }
    }

    .service-single-section .service-single-tab .nav {
        overflow: hidden;
        margin: 0px;
    }

        .service-single-section .service-single-tab .nav li {
            float: left;
            padding-left: 0px;
        }

        .service-single-section .service-single-tab .nav > li + li {
            margin-top: 0px;
            margin-left: 3px;
        }

    @media (max-width: 767px) {
        .service-single-section .service-single-tab .nav > li + li {
            margin-left: 1px;
        }
    }

    .service-single-section .service-single-tab .nav a {
        background: rgb(255, 255, 255);
        font-size: 0.875rem;
        font-weight: 700;
        color: rgb(38, 43, 62);
        padding: 10px 25px;
        border: 1px solid rgba(201, 179, 140, 0.5);
    }

    @media (max-width: 767px) {
        .service-single-section .service-single-tab .nav a {
            font-size: 0.8125rem;
            padding: 8px 12px;
            text-transform: none;
        }
    }

    @media (max-width: 350px) {
        .service-single-section .service-single-tab .nav a {
            padding: 8px;
        }
    }

    .service-single-section .service-single-tab .nav .active a, .service-single-section .service-single-tab .nav a:hover {
        background: rgb(201, 179, 140);
        color: rgb(255, 255, 255);
    }

    .service-single-section .tab-content {
        padding: 35px 40px;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 9px 57px 0px;
    }

    @media (max-width: 767px) {
        .service-single-section .tab-content {
            padding: 25px 20px;
        }
    }

    .service-single-section .tab-content .tab-pane p {
        margin-bottom: 20px;
    }

    @media (max-width: 767px) {
        .service-single-section .tab-content .tab-pane p {
            margin-bottom: 15px;
        }
    }

    .service-single-section .tab-content .tab-pane p:last-child {
        margin-bottom: 0px;
    }

    .service-single-section .service-features-grids {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 17.85px 3.15px;
        margin: 60px 0px;
    }

        .service-single-section .service-features-grids .grid {
            width: 33.33%;
            float: left;
            padding: 40px 30px;
            border-right: 1px solid rgb(241, 241, 241);
        }

    @media (max-width: 767px) {
        .service-single-section .service-features-grids .grid {
            width: 100%;
            float: none;
            border-right: 0px;
            border-bottom: 1px solid rgb(241, 241, 241);
            padding: 30px 25px;
        }
    }

    .service-single-section .service-features-grids .grid:last-child {
        border-right: 0px;
    }

    @media (max-width: 767px) {
        .service-single-section .service-features-grids .grid:last-child {
            border-bottom: 0px;
        }
    }

    .service-single-section .service-features-grids p {
        font-size: 0.9375rem;
        margin: 0px;
    }

    .service-single-section .service-features-grids .fi::before {
        font-size: 2.8125rem;
        color: rgb(201, 179, 140);
    }

    .service-single-section .service-features-grids h4 {
        font-size: 1.125rem;
        font-weight: 400;
        margin: 0.7em 0px;
    }

    .contact-pg-section {
        padding-bottom: 35px;
    }

    @media (max-width: 991px) {
        .contact-pg-section {
            padding-bottom: 15px;
        }
    }

    .contact-map-section .contact-map {
        height: 450px;
    }

    .contact-map-section iframe {
        width: 100%;
        height: 100%;
        border: 0px;
        outline: 0px;
    }

    .blog-pg-section {
    }

        .blog-pg-section .blog-content .post {
            margin-bottom: 100px;
        }

    @media (max-width: 991px) {
        .blog-pg-section .blog-content .post {
            margin-bottom: 70px;
        }
    }

    @media (max-width: 767px) {
        .blog-pg-section .blog-content .post {
            margin-bottom: 60px;
        }
    }

    .blog-pg-section .entry-details {
        border-width: 0px 2px 2px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: rgb(244, 244, 244);
        border-bottom-color: rgb(244, 244, 244);
        border-left-color: rgb(244, 244, 244);
        border-image: initial;
        border-top-style: initial;
        border-top-color: initial;
        padding: 50px 35px 35px;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 500px) {
        .blog-pg-section .entry-details {
            padding: 50px 20px 35px;
        }
    }

    .blog-pg-section .entry-details .cat {
        background: rgb(201, 179, 140);
        font-size: 13px;
        font-weight: 700;
        padding: 10px 15px;
        color: white;
        position: absolute;
        left: -2px;
        top: -20px;
        border-radius: 0px 50px 50px 0px;
    }

    .blog-pg-section .entry-details .read-more {
        font-weight: 700;
        color: rgb(201, 179, 140);
    }
.about-section .content-area .more-about {
    color: #fff;
    letter-spacing: 0.5px;
}
    .about-section .content-area .more-about:hover {
        color: #c9b38c;
    }
.read-cv {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

    .read-cv:hover {
        color: var(--thm-bg);
    }

    .read-cv::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 20px;
        height: 2px;
        background: #d9caae;
    }

.blog-pg-section .entry-meta {
    border-width: 0px 2px 2px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(244, 244, 244);
    border-bottom-color: rgb(244, 244, 244);
    border-left-color: rgb(244, 244, 244);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    padding: 15px 35px;
}

    @media (max-width: 500px) {
        .blog-pg-section .entry-meta {
            padding: 15px 20px;
        }
    }

    .blog-pg-section .entry-meta span {
        font-size: 0.875rem;
        font-weight: 600;
        color: rgb(104, 118, 147);
        display: inline-block;
    }

    .blog-pg-section .entry-meta > span + span {
        margin-left: 20px;
    }

    .blog-pg-section .entry-meta span a {
        color: rgb(104, 118, 147);
    }

        .blog-pg-section .entry-meta span a:hover {
            color: rgb(201, 179, 140);
        }

    .blog-pg-section .post h3 {
        font-size: 1.75rem;
        line-height: 1.2em;
        margin: -0.27em 0px 0.7em;
    }

    @media (max-width: 991px) {
        .blog-pg-section .post h3 {
            font-size: 1.5625rem;
        }
    }

    @media (max-width: 767px) {
        .blog-pg-section .post h3 {
            font-size: 1.375rem;
        }
    }

    .blog-pg-section .post h3 a {
        color: rgb(38, 43, 62);
    }

        .blog-pg-section .post h3 a:hover {
            color: rgb(201, 179, 140);
        }

    .blog-pg-section .post p {
        margin-bottom: 1.8em;
    }

    @media (max-width: 991px) {
        .blog-pg-section .post p {
            font-size: 1rem;
        }
    }

    .blog-pg-section .format-standard .entry-details, .blog-pg-section .format-quote .entry-details {
        border-top: 2px solid rgb(244, 244, 244);
        padding: 55px 35px 35px;
    }

    @media (max-width: 500px) {
        .blog-pg-section .format-standard .entry-details, .blog-pg-section .format-quote .entry-details {
            padding: 35px 20px;
        }
    }

    .blog-pg-section .format-standard .entry-details .date, .blog-pg-section .format-quote .entry-details .date {
        position: static;
        display: inline-block;
        margin-bottom: 25px;
    }

    .blog-pg-section .format-standard .entry-details .read-more, .blog-pg-section .format-quote .entry-details .read-more {
        font-weight: 700;
        color: rgb(201, 179, 140);
    }

    .blog-pg-section .format-gallery {
        position: relative;
    }

        .blog-pg-section .format-gallery .owl-controls {
            width: 100%;
            margin: 0px;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

            .blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"]:hover {
                background: rgb(201, 179, 140);
            }

            .blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"] {
                background: rgba(133, 133, 133, 0.5);
                width: 50px;
                height: 50px;
                line-height: 50px;
                padding: 0px;
                margin: 0px;
                border-radius: 50%;
                transition: all 0.3s ease 0s;
            }

            .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev, .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

            .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
                left: 15px;
            }

            .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
                right: 15px;
            }

    .blog-pg-section .format-quote {
        background-color: rgb(249, 249, 249);
        position: relative;
    }

        .blog-pg-section .format-quote::before {
            font-family: Flaticon;
            content: "";
            font-size: 12.5rem;
            color: rgb(236, 243, 251);
            margin-left: 0px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .blog-pg-section .format-quote h3, .blog-pg-section .format-quote p {
            position: relative;
        }

    .blog-pg-section .format-video .video-holder {
        position: relative;
        text-align: center;
    }

        .blog-pg-section .format-video .video-holder::before {
            content: "";
            background-color: rgb(35, 61, 98);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            transition: all 0.3s ease 0s;
            opacity: 0.5;
        }

        .blog-pg-section .format-video .video-holder:hover::before {
            opacity: 0.7;
        }

        .blog-pg-section .format-video .video-holder a {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .blog-pg-section .format-video .video-holder .fi::before {
            font-size: 5rem;
            color: rgb(255, 255, 255);
        }

    @media (max-width: 767px) {
        .blog-pg-section .format-video .video-holder .fi::before {
            font-size: 3.75rem;
        }
    }

    @media screen and (min-width: 1200px) {
        .blog-pg-left-sidebar .blog-sidebar {
            padding-right: 45px;
            padding-left: 0px;
        }
    }

    @media screen and (min-width: 1200px) {
        .blog-pg-fullwidth .blog-content {
            padding: 0px;
        }
    }

    .blog-single-section {
    }

        .blog-single-section .date-entry-meta {
            position: relative;
            padding-top: 30px;
            margin-bottom: 35px;
        }

            .blog-single-section .date-entry-meta .cat {
                background: rgb(201, 179, 140);
                font-size: 13px;
                font-weight: 700;
                padding: 10px 15px;
                color: white;
                position: absolute;
                left: 0px;
                top: -20px;
                border-radius: 0px 50px 50px 0px;
            }

            .blog-single-section .date-entry-meta .entry-meta {
                border-bottom: 2px solid rgb(244, 244, 244);
                padding: 15px 35px;
            }

    @media (max-width: 500px) {
        .blog-single-section .date-entry-meta .entry-meta {
            padding: 15px 20px;
        }
    }

    .blog-single-section .date-entry-meta .entry-meta span {
        font-size: 0.875rem;
        font-weight: 600;
        color: rgb(104, 118, 147);
        display: inline-block;
    }

    @media (max-width: 767px) {
        .blog-single-section .date-entry-meta .entry-meta span {
            font-size: 0.8125rem;
        }
    }

    .blog-single-section .date-entry-meta .entry-meta > span + span {
        margin-left: 20px;
    }

    .blog-single-section .date-entry-meta .entry-meta span a {
        color: rgb(104, 118, 147);
    }

        .blog-single-section .date-entry-meta .entry-meta span a:hover {
            color: rgb(201, 179, 140);
        }

    .blog-single-section .post h2 {
        font-size: 1.875rem;
        margin: -0.22em 0px 0.7em;
        line-height: 1.3em;
    }

    @media (max-width: 991px) {
        .blog-single-section .post h2 {
            font-size: 1.875rem;
        }
    }

    @media (max-width: 767px) {
        .blog-single-section .post h2 {
            font-size: 1.5625rem;
        }
    }

    .blog-single-section .post p {
        margin-bottom: 1.5em;
    }

    .blog-single-section .post h3 {
        font-size: 1.5rem;
        line-height: 1.3em;
        margin: 1.8em 0px 1em;
    }

    @media (max-width: 991px) {
        .blog-single-section .post h3 {
            font-size: 1.375rem;
        }
    }

    @media (max-width: 767px) {
        .blog-single-section .post h3 {
            font-size: 1.25rem;
        }
    }

    .blog-single-section .post blockquote {
        font-family: "Roboto Slab", serif;
        font-size: 1.125rem;
        font-weight: 400;
        color: rgb(38, 43, 62);
        line-height: 1.6em;
        padding: 0px 0px 0px 85px;
        margin-top: 60px;
        border: 0px;
        position: relative;
    }

    @media (max-width: 767px) {
        .blog-single-section .post blockquote {
            padding-left: 0px;
        }
    }

    .blog-single-section .post blockquote::before {
        font-family: Flaticon;
        content: "";
        font-size: 2.8125rem;
        color: rgb(201, 179, 140);
        position: absolute;
        left: 0px;
        top: 17px;
    }

    @media (max-width: 767px) {
        .blog-single-section .post blockquote::before {
            display: none;
        }
    }

    .blog-single-section .post blockquote .quoter {
        font-size: 0.875rem;
        display: block;
        margin-top: 15px;
    }

    .blog-single-section .tag-share {
        border-top: 1px solid rgb(244, 244, 244);
        border-bottom: 1px solid rgb(244, 244, 244);
        margin: 75px 0px 0px;
        padding: 30px 0px;
        color: rgb(38, 43, 62);
    }

        .blog-single-section .tag-share ul {
            list-style: none;
            display: inline-block;
            overflow: hidden;
        }

            .blog-single-section .tag-share ul li {
                float: left;
            }

    @media (max-width: 767px) {
        .blog-single-section .tag-share ul li {
            margin: 2px;
        }
    }

    .blog-single-section .tag-share ul > li + li {
        margin-left: 10px;
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share ul > li + li {
            margin: 2px;
        }
    }

    .blog-single-section .tag-share .tag {
        float: left;
    }

    @media (max-width: 600px) {
        .blog-single-section .tag-share .tag {
            float: none;
        }
    }

    .blog-single-section .tag-share .tag > span {
        color: rgb(38, 43, 62);
        font-weight: bold;
        display: inline-block;
        padding-right: 8px;
    }

    .blog-single-section .tag-share .tag ul {
        list-style: none;
        position: relative;
        top: 5px;
    }

    .blog-single-section .tag-share .tag li {
        position: relative;
    }

    .blog-single-section .tag-share .tag ul > li + li {
        margin-left: 10px;
    }

    .blog-single-section .tag-share .tag a {
        background-color: rgb(245, 245, 245);
        font-size: 0.8125rem;
        color: rgb(104, 118, 147);
        padding: 6px 15px;
        border-radius: 50px;
        display: inline-block;
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share .tag a {
            font-size: 0.8125rem;
        }
    }

    .blog-single-section .tag-share .tag a:hover {
        background-color: rgb(201, 179, 140);
        color: rgb(255, 255, 255);
    }

    .blog-single-section .tag-share .share {
        float: right;
        position: relative;
        top: -15px;
    }

    @media (max-width: 600px) {
        .blog-single-section .tag-share .share {
            float: none;
            margin-top: 15px;
        }
    }

    .blog-single-section .tag-share .share > span {
        color: rgb(38, 43, 62);
        font-weight: 600;
        display: inline-block;
        padding-right: 8px;
    }

    .blog-single-section .tag-share .share ul {
        position: relative;
        top: 15px;
    }

        .blog-single-section .tag-share .share ul > li + li {
            margin-left: 10px;
        }

    @media (max-width: 767px) {
        .blog-single-section .tag-share .share ul > li + li {
            margin-left: 8px;
        }
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share .share ul > li {
            margin: 5px;
        }
    }

    .blog-single-section .tag-share .share a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid rgb(234, 230, 230);
        border-radius: 50%;
        display: inline-block;
        font-size: 0.875rem;
        color: rgb(98, 115, 129);
    }

    @media (max-width: 767px) {
        .blog-single-section .tag-share .share a {
            font-size: 0.8125rem;
        }
    }

    .blog-single-section .tag-share .share a:hover {
        background: rgb(201, 179, 140);
        border-color: rgb(201, 179, 140);
        color: rgb(255, 255, 255) !important;
    }

    .blog-single-section .tag-share .share ul > li:first-child a {
        color: rgb(60, 91, 164);
    }

    .blog-single-section .tag-share .share ul > li:nth-child(2) a {
        color: rgb(71, 160, 217);
    }

    .blog-single-section .tag-share .share ul > li:nth-child(3) a {
        color: rgb(0, 115, 177);
    }

    .blog-single-section .tag-share .share ul > li:nth-child(4) a {
        color: rgb(147, 63, 148);
    }

    .blog-single-section .author-box {
        padding: 35px 40px 25px;
        margin: 70px 0px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 9px 57px 0px;
    }

    @media (max-width: 991px) {
        .blog-single-section .author-box {
            padding: 35px 40px;
        }
    }

    @media (max-width: 767px) {
        .blog-single-section .author-box {
            padding: 25px;
        }
    }

    .blog-single-section .author-box .author-avatar {
        float: left;
    }

    @media (max-width: 767px) {
        .blog-single-section .author-box .author-avatar {
            float: none;
        }
    }

    .blog-single-section .author-box .author-avatar img {
        border-radius: 50%;
    }

    .blog-single-section .author-box .author-content {
        display: block;
        overflow: hidden;
        padding-left: 25px;
    }

    @media (max-width: 767px) {
        .blog-single-section .author-box .author-content {
            padding: 0px;
            margin: 15px 0px 0px;
        }
    }

    .blog-single-section .author-box .author-content p {
        margin-bottom: 20px;
    }

    .blog-single-section .author-box .author-name {
        font-family: "Roboto Slab", serif;
        font-size: 1rem;
        font-weight: 400;
        display: inline-block;
        margin-bottom: 10px;
        color: rgb(38, 43, 62);
    }

    .blog-single-section .author-box .social-link {
        display: inline-block;
        list-style: none;
    }

        .blog-single-section .author-box .social-link li {
            float: left;
            margin-right: 12px;
        }

        .blog-single-section .author-box .social-link a {
            display: block;
            font-size: 0.8125rem;
            color: rgb(38, 43, 62);
        }

            .blog-single-section .author-box .social-link a:hover {
                color: rgb(201, 179, 140);
            }

    .blog-single-section .more-posts {
        overflow: hidden;
        border: 2px solid rgb(244, 244, 244);
        padding: 0px 25px;
    }

        .blog-single-section .more-posts > div {
            width: 50%;
            float: left;
        }

    @media (max-width: 767px) {
        .blog-single-section .more-posts > div {
            width: 100%;
            float: none;
        }
    }

    .blog-single-section .more-posts > div > a {
        display: inline-block;
    }

    .blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
        padding: 40px 0px;
    }

    @media (max-width: 767px) {
        .blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post {
            padding: 25px 15px !important;
        }
    }

    .blog-single-section .more-posts .next-post {
        text-align: right;
        border-left: 1px solid rgb(244, 244, 244);
        padding-left: 15px;
        padding-right: 5px;
    }

    @media (max-width: 767px) {
        .blog-single-section .more-posts .next-post {
            border-left: 0px;
            text-align: left;
            border-top: 1px solid rgb(218, 233, 249);
        }
    }

    .blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 25px;
        position: relative;
    }

    @media (max-width: 767px) {
        .blog-single-section .more-posts .next-post .post-control-link {
            padding-right: 0px;
        }
    }

    .blog-single-section .more-posts .next-post .post-control-link::before {
        font-family: Flaticon;
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
    }

    @media (max-width: 767px) {
        .blog-single-section .more-posts .next-post .post-control-link::before {
            display: none;
        }
    }

    .blog-single-section .more-posts .previous-post {
        padding-right: 15px;
        padding-left: 5px;
    }

        .blog-single-section .more-posts .previous-post .post-control-link {
            padding-left: 25px;
            position: relative;
        }

    @media (max-width: 767px) {
        .blog-single-section .more-posts .previous-post .post-control-link {
            padding-left: 0px;
        }
    }

    .blog-single-section .more-posts .previous-post .post-control-link::before {
        font-family: Flaticon;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
    }

    @media (max-width: 767px) {
        .blog-single-section .more-posts .previous-post .post-control-link::before {
            display: none;
        }
    }

    .blog-single-section .more-posts .previous-post > a > span, .blog-single-section .more-posts .next-post > a > span {
        display: block;
    }

    .blog-single-section .more-posts .post-control-link {
        font-size: 0.875rem;
        color: rgb(104, 118, 147);
    }

    .blog-single-section .more-posts .post-name {
        font-size: 1.0625rem;
        color: rgb(38, 43, 62);
        margin: 0.7em 0px 0px;
        font-weight: 600;
    }

    @media (max-width: 991px) {
        .blog-single-section .more-posts .post-name {
            font-size: 1.125rem;
        }
    }

    .blog-single-section .more-posts a:hover .post-control-link {
        color: rgb(201, 179, 140);
    }

    .blog-single-section .comments-area {
        margin-top: 70px;
    }

        .blog-single-section .comments-area .comments {
            border: 2px solid rgb(244, 244, 244);
        }

        .blog-single-section .comments-area li > div {
            border-bottom: 1px solid rgb(244, 244, 244);
            padding: 35px;
        }

    @media (max-width: 991px) {
        .blog-single-section .comments-area li > div {
            padding: 35px 25px;
        }
    }

    .blog-single-section .comments-area ol {
        list-style-type: none;
        padding-left: 0px;
    }

        .blog-single-section .comments-area ol ul {
            padding-left: 30px;
            list-style-type: none;
        }

        .blog-single-section .comments-area ol > li:last-child div {
            border-bottom: 0px;
        }

    .blog-single-section .comments-area .comments-title {
        font-size: 1.375rem;
        font-weight: 400;
        margin: 0px 0px 1.5em;
    }

    @media (max-width: 991px) {
        .blog-single-section .comments-area .comments-title {
            font-size: 1.25rem;
        }
    }

    .blog-single-section .comments-area li > div {
        position: relative;
    }

    .blog-single-section .comments-area .comment-theme {
        position: absolute;
        left: 35px;
    }

    @media (max-width: 767px) {
        .blog-single-section .comments-area .comment-theme {
            position: static;
        }
    }

    .blog-single-section .comments-area .comment-theme img {
        border-radius: 50%;
    }

    .blog-single-section .comments-area .comment-main-area {
        padding-left: 100px;
    }

    @media (max-width: 767px) {
        .blog-single-section .comments-area .comment-main-area {
            padding-left: 0px;
            margin-top: 25px;
        }
    }

    .blog-single-section .comments-area .comment-main-area p {
        margin-bottom: 20px;
    }

    .blog-single-section .comments-area .comments-meta h4 {
        font-size: 1rem;
        color: rgb(38, 43, 62);
        font-weight: 400;
        margin: 0px 0px 1em;
    }

        .blog-single-section .comments-area .comments-meta h4 span {
            font-size: 0.8125rem;
            color: rgb(104, 118, 147);
            font-weight: normal;
            font-style: italic;
            text-transform: none;
            display: inline-block;
            padding-left: 5px;
        }

    @media (max-width: 767px) {
        .blog-single-section .comments-area .comments-meta h4 span {
            padding-left: 0px;
        }
    }

    .blog-single-section .comments-area .comment-reply-link {
        background: rgb(225, 213, 192);
        font-size: 0.8125rem;
        width: 80px;
        height: 25px;
        line-height: 25px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        text-align: center;
        border-radius: 50px;
        display: inline-block;
    }

        .blog-single-section .comments-area .comment-reply-link:hover {
            background-color: rgb(201, 179, 140);
        }

    .blog-single-section .comment-respond {
        margin-top: 70px;
    }

    @media screen and (min-width: 992px) {
        .blog-single-section .comment-respond {
            padding: 55px 50px;
            box-shadow: rgba(0, 0, 0, 0.11) 0px 9px 57px 0px;
        }
    }

    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 1.375rem;
        margin: 0px 0px 1.5em;
    }

    @media (max-width: 991px) {
        .blog-single-section .comment-respond .comment-reply-title {
            font-size: 1.25rem;
        }
    }

    .blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 50px;
        border: 2px solid rgb(244, 244, 244);
        padding: 6px 15px;
        margin-bottom: 15px;
        outline: 0px;
        border-radius: 0px;
        box-shadow: none;
        transition: all 0.3s ease 0s;
    }

        .blog-single-section .comment-respond form input:focus, .blog-single-section .comment-respond form textarea:focus {
            box-shadow: none;
            border-color: rgb(201, 179, 140);
        }

    @media (max-width: 991px) {
        .blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea {
            height: 40px;
        }
    }

    .blog-single-section .comment-respond form textarea {
        height: 220px;
        padding: 15px;
    }

    @media (max-width: 991px) {
        .blog-single-section .comment-respond form textarea {
            height: 150px;
        }
    }

    .blog-single-section .comment-respond .form-inputs {
        overflow: hidden;
    }

        .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
            width: 49%;
            float: left;
        }

    @media (max-width: 767px) {
        .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
            width: 100%;
            float: none;
        }
    }

    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 49%;
        float: right;
    }

    @media (max-width: 767px) {
        .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
            width: 100%;
            float: none;
        }
    }

    .blog-single-section .comment-respond .form-submit input {
        max-width: 180px;
        background-color: rgb(201, 179, 140);
        color: rgb(255, 255, 255);
        margin-bottom: 0px;
        border: 0px;
        outline: 0px;
        text-transform: capitalize;
        font-weight: 600;
        border-radius: 0px;
    }

        .blog-single-section .comment-respond .form-submit input:hover {
            background-color: rgb(193, 168, 123);
        }

    @media screen and (min-width: 1200px) {
        .blog-single-left-sidebar-section .blog-sidebar {
            padding-right: 45px;
            padding-left: 0px;
        }
    }

    .shop-pg-section .shop-grids {
        margin: 0px -15px;
    }

        .shop-pg-section .shop-grids .grid {
            width: calc(33.33% - 30px);
            float: left;
            margin: 0px 15px 30px;
        }

    @media (max-width: 991px) {
        .shop-pg-section .shop-grids .grid {
            width: calc(50% - 30px);
        }
    }

    @media (max-width: 550px) {
        .shop-pg-section .shop-grids .grid {
            width: calc(100% - 30px);
            float: none;
        }
    }

    .shop-pg-section .grid:hover .cart-details li {
        opacity: 1;
        visibility: visible;
        bottom: 0px;
    }

    .shop-pg-section .img-cart {
        position: relative;
        overflow: hidden;
    }

    .shop-pg-section .cart-details {
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 20px;
        text-align: center;
    }

        .shop-pg-section .cart-details ul {
            overflow: hidden;
            display: inline-block;
            list-style-type: none;
        }

        .shop-pg-section .cart-details li {
            float: left;
            margin: 7px;
            position: relative;
            bottom: -50px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease 0s;
        }

            .shop-pg-section .cart-details li:last-child {
                transition: all 0.5s ease 0.1s;
            }

    .shop-pg-section .details {
        text-align: center;
        padding: 30px 15px;
    }

        .shop-pg-section .details h4 {
            font-size: 1.125rem;
            font-weight: 400;
            margin: 0px 0px 0.4em;
        }

    @media (max-width: 991px) {
        .shop-pg-section .details h4 {
            font-size: 1rem;
        }
    }

    .shop-pg-section .details h4 a {
        color: rgb(38, 43, 62);
    }

        .shop-pg-section .details h4 a:hover {
            color: rgb(201, 179, 140);
        }

    .shop-pg-section .details del {
        color: rgb(170, 170, 170);
        font-weight: 500;
        display: inline-block;
        padding-right: 10px;
    }

    @media (max-width: 991px) {
        .shop-pg-section .details del {
            font-size: 0.875rem;
        }
    }

    .shop-pg-section .details .price {
        color: rgb(38, 43, 62);
        font-weight: 500;
    }

    @media (max-width: 991px) {
        .shop-pg-section .details .price {
            font-size: 0.875rem;
        }
    }

    .shop-pg-section .pagination-wrapper {
        text-align: center;
        clear: both;
    }

    .shop-single-section {
    }

        .shop-single-section .shop-single-slider .slider-for {
            text-align: center;
        }

            .shop-single-section .shop-single-slider .slider-for img {
                display: inline-block;
            }

        .shop-single-section .shop-single-slider .slider-nav {
            padding: 0px 25px;
            margin-top: 35px;
        }

            .shop-single-section .shop-single-slider .slider-nav > i {
                position: absolute;
                top: 50%;
                left: 0px;
                transform: translateY(-50%);
                z-index: 100;
            }

                .shop-single-section .shop-single-slider .slider-nav > i:hover {
                    cursor: pointer;
                }

            .shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
                left: auto;
                right: 0px;
            }

            .shop-single-section .shop-single-slider .slider-nav .slick-slide {
                text-align: center;
            }

                .shop-single-section .shop-single-slider .slider-nav .slick-slide img {
                    display: inline-block;
                }

        .shop-single-section .product-details {
            padding: 30px 30px 93px;
        }

    @media (max-width: 1199px) {
        .shop-single-section .product-details {
            padding: 40px 30px 85px;
        }
    }

    @media (max-width: 991px) {
        .shop-single-section .product-details {
            margin-top: 45px;
            padding: 40px 30px;
        }
    }

    @media (max-width: 767px) {
        .shop-single-section .product-details {
            padding: 0px;
        }
    }

    .shop-single-section .product-details h2 {
        font-size: 1.75rem;
        line-height: 1.4em;
        margin: 0px 0px 0.33em;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-details h2 {
            font-size: 1.375rem;
        }
    }

    .shop-single-section .product-details .price {
        font-size: 2.25rem;
        color: rgb(201, 179, 140);
        margin: 7px 0px 14px;
    }

    @media (max-width: 991px) {
        .shop-single-section .product-details .price {
            font-size: 1.875rem;
        }
    }

    @media (max-width: 767px) {
        .shop-single-section .product-details .price {
            font-size: 1.5625rem;
        }
    }

    .shop-single-section .product-details .price .old {
        font-size: 1.5rem;
        font-weight: normal;
        color: rgb(163, 172, 190);
        text-decoration: line-through;
        display: inline-block;
        margin-left: 5px;
    }

    @media (max-width: 991px) {
        .shop-single-section .product-details .price .old {
            font-size: 1.25rem;
        }
    }

    @media (max-width: 767px) {
        .shop-single-section .product-details .price .old {
            font-size: 1.125rem;
        }
    }

    .shop-single-section .product-details p {
        margin-bottom: 1.3em;
    }

        .shop-single-section .product-details p:last-child {
            margin: 0px;
        }

    .shop-single-section .product-details .product-option {
        margin-top: 45px;
    }

        .shop-single-section .product-details .product-option .product-row {
            overflow: hidden;
        }

            .shop-single-section .product-details .product-option .product-row button::after {
                display: none;
            }

            .shop-single-section .product-details .product-option .product-row > div {
                height: 35px;
                display: inline-block;
                float: left;
            }

                .shop-single-section .product-details .product-option .product-row > div + div {
                    margin-left: 15px;
                }

                .shop-single-section .product-details .product-option .product-row > div:first-child {
                    width: 85px;
                }

                .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover {
                    background: rgb(201, 179, 140);
                    border-color: rgb(201, 179, 140);
                    color: rgb(255, 255, 255);
                }

        .shop-single-section .product-details .product-option .theme-btn {
            font-size: 0.875rem;
            padding: 0px 20px;
            height: 35px;
            line-height: 27px;
            outline: 0px;
        }

            .shop-single-section .product-details .product-option .theme-btn:hover {
                background-color: rgb(201, 179, 140);
                color: rgb(255, 255, 255);
                border-color: rgb(201, 179, 140);
            }

    @media (max-width: 767px) {
        .shop-single-section .product-details .product-option .theme-btn {
            font-size: 0.875rem;
        }
    }

    .shop-single-section .product-details .product-option .theme-btn::before {
        display: none;
    }

    .shop-single-section .product-details .product-option .heart-btn i {
        font-size: 0.9375rem;
    }

    .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn {
        font-size: 1.125rem;
    }

    .shop-single-section .product-details #product-count {
        border-radius: 0px;
        border: 1px solid rgb(230, 230, 230);
    }

        .shop-single-section .product-details #product-count:focus {
            box-shadow: none;
            outline: none;
        }

    .shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-radius: 0px;
        border-color: rgb(230, 230, 230);
    }

        .shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover, .shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
            background-color: rgb(201, 179, 140);
            color: rgb(255, 255, 255);
        }

    .shop-single-section .product-info {
        margin-top: 75px;
    }

        .shop-single-section .product-info h4 {
            font-size: 0.9375rem;
            font-weight: 400;
            margin: 0px;
            line-height: 1.7em;
        }

        .shop-single-section .product-info p {
            margin-bottom: 1.3em;
        }

        .shop-single-section .product-info .tab-pane p:last-child {
            margin-bottom: 0px;
        }

        .shop-single-section .product-info .nav-tabs {
            border: 0px;
        }

    @media (max-width: 767px) {
        .shop-single-section .product-info .nav-tabs {
            margin-bottom: 20px;
        }
    }

    .shop-single-section .product-info .nav-tabs li {
        border: 2px solid rgb(239, 239, 239);
        margin-right: 1px;
    }

        .shop-single-section .product-info .nav-tabs li.active a {
            border: 0px;
            outline: 0px;
        }

    .shop-single-section .product-info .nav-tabs a {
        font-weight: 700;
        font-size: 0.9375rem;
        color: rgb(104, 118, 147);
        border: 0px;
        border-radius: 0px;
        margin: 0px;
        display: block;
        padding: 12px 20px 11px;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .nav-tabs a {
            font-size: 0.875rem;
            font-weight: normal;
            padding: 10px 10px 8px;
            text-transform: none;
        }
    }

    .shop-single-section .product-info .nav-tabs a:hover, .shop-single-section .product-info .nav-tabs .active a {
        background: rgb(201, 179, 140);
        color: rgb(255, 255, 255);
    }

    .shop-single-section .product-info .nav-tabs .active, .shop-single-section .product-info .nav-tabs li:hover {
        border-color: rgb(201, 179, 140);
    }

    .shop-single-section .product-info .tab-content {
        border: 2px solid rgb(239, 239, 239);
        padding: 35px 25px;
        margin-top: -1px;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .tab-content {
            border: 0px;
            padding: 0px;
            margin: 0px;
        }
    }

    .shop-single-section .product-info .client-rv {
        overflow: hidden;
        margin-bottom: 30px;
    }

        .shop-single-section .product-info .client-rv:last-child {
            margin-bottom: 0px;
        }

        .shop-single-section .product-info .client-rv .client-pic {
            width: 60px;
            float: left;
        }

    @media (max-width: 767px) {
        .shop-single-section .product-info .client-rv .client-pic {
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }
    }

    .shop-single-section .product-info .client-rv .details {
        width: calc(100% - 80px);
        float: right;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .client-rv .details {
            width: 100%;
            float: none;
        }
    }

    .shop-single-section .product-info .client-rv .name-rating-time {
        border-bottom: 1px solid rgb(230, 230, 230);
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .client-rv .name-rating-time {
            padding-bottom: 3px;
        }
    }

    .shop-single-section .product-info .client-rv .name-rating-time > div, .shop-single-section .product-info .client-rv .name-rating > div {
        display: inline-block;
        font-size: 0.875rem;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .client-rv .name-rating-time > div, .shop-single-section .product-info .client-rv .name-rating > div {
            font-size: 0.75rem;
            display: block;
        }
    }

    .shop-single-section .product-info .client-rv .rating {
        font-size: 12px;
        color: rgb(201, 179, 140);
        padding-left: 12px;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .client-rv .rating {
            padding-left: 0px;
            margin: 4px 0px 7px;
        }
    }

    .shop-single-section .product-info .client-rv .name-rating-time .time {
        float: right;
        color: rgb(179, 179, 179);
        text-transform: uppercase;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .client-rv .name-rating-time .time {
            float: none;
        }
    }

    .shop-single-section .product-info .client-rv .review-body {
        padding-top: 12px;
    }

    @media screen and (min-width: 1200px) {
        .shop-single-section .product-info .review-form-wrapper {
            padding-left: 45px;
        }
    }

    @media (max-width: 991px) {
        .shop-single-section .product-info .review-form {
            margin-top: 45px;
        }
    }

    .shop-single-section .product-info .review-form h4 {
        margin-bottom: 1.73em;
        font-weight: 400;
    }

    .shop-single-section .product-info .review-form form input, .shop-single-section .product-info .review-form form textarea {
        background: rgb(251, 251, 251);
        border-radius: 0px;
        box-shadow: none;
        height: 40px;
        border: 2px solid rgb(239, 239, 239);
    }

        .shop-single-section .product-info .review-form form input:focus, .shop-single-section .product-info .review-form form textarea:focus {
            box-shadow: none;
            outline: none;
        }

    .shop-single-section .product-info .review-form form textarea {
        height: 130px;
    }

    .shop-single-section .product-info .review-form form > div {
        margin-bottom: 27px;
    }

        .shop-single-section .product-info .review-form form > div:last-child {
            margin-bottom: 0px;
        }

    .shop-single-section .product-info .review-form form .rating-wrapper > div {
        display: inline-block;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .review-form form .rating-wrapper > div {
            display: block;
            float: none !important;
        }
    }

    .shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
        float: right;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
            margin-top: 20px;
        }
    }

    .shop-single-section .product-info .review-form form .rating a {
        font-size: 14px;
        color: rgb(204, 204, 204);
        display: inline-block;
        margin-right: 10px;
    }

    @media (max-width: 767px) {
        .shop-single-section .product-info .review-form form .rating a {
            font-size: 12px;
            margin-right: 5px;
        }
    }

    .shop-single-section .product-info .review-form form .rating a:last-child {
        margin: 0px;
    }

    .shop-single-section .product-info .review-form form .rating a:hover {
        color: rgb(201, 179, 140);
    }

    .shop-single-section .product-info .review-form form .theme-btn-s4 {
        background-color: transparent;
        color: rgb(144, 143, 143);
        outline: 0px;
        box-shadow: none;
    }

        .shop-single-section .product-info .review-form form .theme-btn-s4:hover {
            background-color: rgb(201, 179, 140);
            color: rgb(255, 255, 255);
        }

    @media screen and (min-width: 767px) {
        .shop-single-section .product-info .review-form form .theme-btn-s4 {
            font-size: 0.9375rem;
            padding: 0px 20px;
        }
    }

    .shop-single-section .slider-nav .slick-slide:focus {
        outline: none;
    }

    .error-404-section .error {
        width: 50%;
        float: left;
    }

    @media (max-width: 991px) {
        .error-404-section .error {
            width: 100%;
            float: none;
            text-align: center;
        }

        .of_desc {
            padding-left: 30px;
        }

        .distritos-jud {
            float: none !important;
        }
    }

    .error-404-section .error h2 {
        font-size: 12.5rem;
        margin: 0px;
    }

    @media (max-width: 991px) {
        .error-404-section .error h2 {
            font-size: 9.375rem;
        }
    }

    @media (max-width: 767px) {
        .error-404-section .error h2 {
            font-size: 6.25rem;
        }
    }

    .error-404-section .error-message {
        width: 50%;
        float: left;
        margin-top: 40px;
    }

    @media (max-width: 991px) {
        .error-404-section .error-message {
            width: 100%;
            float: none;
            text-align: center;
            margin-top: 0px;
        }
    }

    .error-404-section .error-message h3 {
        font-size: 1.25rem;
        font-weight: 400;
        margin: 0px 0px 0.8em;
    }

    .error-404-section .error-message p {
        margin-bottom: 1.8em;
    }

    /*add johan*/

    .service-grid-alternative {
        display: flex;
        justify-content: space-around;
    }

    .cl-white {
        color: #fff !important;
    }

    .cl-red {
        color: red;
    }

    .cl-general {
        color: #c9b38c;
    }

    .circulo {
        background-color: #ffe248;
        height: 150px;
        width: 150px;
        border-radius: 100%;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #eac15a;
    }

    .otroservicio {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }

        .otroservicio .circulo:hover {
            background-color: #fff;
        }

    .hero-wrap .overlay {
        width: 100%;
        opacity: .7;
        background: #03091a;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
    }

    .slider_side_img {
        right: 60px;
        bottom: -30px;
        opacity: 1;
        position: absolute;
        z-index: 1;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

        .slider_side_img img {
            max-width: 65%;
        }

    .hero-style-2 .slide-inner .slide-title h1 {
        font-size: 70px;
        font-weight: 800;
        line-height: 1.2;
        padding: 25px 0px 30px;
        opacity: 0;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    .hero-style-2 .swiper-slide-active .slide-inner .slide-title h1 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .hero-style-2 .slide-inner .slide-text p {
        font-size: 18px;
        opacity: 0;
        font-weight: 300;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        margin: 0px;
    }

    .hero-style-2 .slide-inner .slide-text {
        margin: 0px 0px 2.7em;
    }

    .hero-style-2 .swiper-slide-active .slide-inner .slide-text p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        -webkit-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms;
    }

    .slide-btns {
        z-index: 1;
        height: 55px;
        width: 170px;
        font-size: 13px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .hero-style-2 .slide-inner .slide-btns a {
        background-color: #c6ac82;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    .hero-style-2 .swiper-slide-active .slide-inner .slide-btns a {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        -webkit-transition-delay: 1800ms;
        -o-transition-delay: 1800ms;
        transition-delay: 1800ms;
        animation-fill-mode: forwards; /* Mantener estado final */
    }

    .list-doctor {
        color: #fff;
        list-style-type: circle;
        text-align: justify;
    }

    .section-title .more-about:hover {
        color: rgb(255 174 0);
    }


    .team-section .noticias .grid {
        flex: 1; /* Hace que todas las celdas ocupen la misma cantidad de espacio en altura */
        margin: 10px 15px; /* Espacio entre las celdas */
        display: flex;
        flex-direction: column;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    }
        /*cambiar a automatico si es necesario*/
        .team-section .noticias .grid .img-holder {
            height: 300px;
            position: relative;
            display: block;
            overflow: hidden;
            /*background-color: #071422;*/
        }

            .team-section .noticias .grid .img-holder::before {
                position: absolute;
                top: 0%;
                left: 0%;
                bottom: 0%;
                right: 0%;
                content: '';
                background-color: #071422d9;
                transform: scale(0);
                clip-path: polygon(0 0, 100% 0%, 0% 100%, 0 100%);
                opacity: 1;
                transition: all 500ms ease;
                z-index: 10;
            }

        .team-section .noticias .grid:hover .img-holder::before {
            opacity: 1.0;
            transform: scale(1.0);
        }

        .team-section .noticias .grid .img-holder img {
            width: 100%;
            transform: scale(1.0);
            mix-blend-mode: luminosity;
            transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
        }
        /*si no se desea cambiar a color original borrar */
        .team-section .noticias .grid:hover .img-holder img {
            mix-blend-mode: normal;
        }

        .team-section .noticias .grid .details {
            text-align: start;
            position: relative;
            display: block;
            background: #ffffff;
            padding: 32px 40px 40px;
            border: 1px solid #d9e3e4;
            border-top: none;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .team-section .noticias .grid .details h3 {
                font-weight: 500;
                font-size: 17px;
            }

        .team-section .noticias .grid:hover .details::before {
            transform: scaleX(1.0);
            transition: all 500ms linear;
            transition-delay: 0.2s;
        }

        .team-section .noticias .grid .details:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: #ff8800;
            transform: scaleX(0);
            transition: all 100ms linear;
            transition-delay: 0.5s;
        }

        .team-section .noticias .grid:hover .details {
            border: 1px solid transparent;
            border-top: none;
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
        }

        .team-section .noticias .grid .img-holder img {
            background-size: cover;
            width: 100%;
            height: 100%;
        }
    /*///////////////////////*/
    .testimonials-section-s3 .noticias .grid {
        flex: 1; /* Hace que todas las celdas ocupen la misma cantidad de espacio en altura */

        display: flex;
        flex-direction: column;
    }
        /*cambiar a automatico si es necesario*/
        .testimonials-section-s3 .noticias .grid .img-holder {
            height: 250px;
            position: relative;
            display: block;
            overflow: hidden;
            /*background-color: #071422;*/
        }

        .testimonials-section-s3 .noticias .grid .unidades_anc::before {
            clip-path: initial !important;
        }

        .testimonials-section-s3 .noticias .grid .img-holder::before {
            position: absolute;
            top: 0%;
            left: 0%;
            bottom: 0%;
            right: 0%;
            content: '';
            background-color: #050d2cbf;
            transform: scale(0);
            clip-path: polygon(0 0, 100% 0%, 0% 100%, 0 100%);
            opacity: 1;
            transition: all 500ms ease;
            z-index: 10;
        }

        .testimonials-section-s3 .noticias .grid:hover .img-holder::before {
            opacity: 1.0;
            transform: scale(1.0);
        }

        .testimonials-section-s3 .noticias .grid .img-holder img {
            width: 100%;
            transform: scale(1.0);
            mix-blend-mode: luminosity;
            transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
        }
        /*si no se desea cambiar a color original borrar */
        .testimonials-section-s3 .noticias .grid:hover .img-holder img {
            mix-blend-mode: normal;
        }

        .testimonials-section-s3 .noticias .grid .details {
            text-align: start;
            position: relative;
            display: block;
            background: #ffffff;
            padding: 10px 40px 40px;
            border: 1px solid #d9e3e4;
            border-top: none;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .testimonials-section-s3 .noticias .grid .details h3 {
                font-weight: 500;
                font-size: 20px;
            }

        .testimonials-section-s3 .noticias .grid:hover .details::before {
            transform: scaleX(1.0);
            transition: all 500ms linear;
            transition-delay: 0.2s;
        }

        .testimonials-section-s3 .noticias .grid .details:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: #ff8800;
            transform: scaleX(0);
            transition: all 100ms linear;
            transition-delay: 0.5s;
        }

        .testimonials-section-s3 .noticias .grid:hover .details {
            border: 1px solid transparent;
            border-top: none;
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
        }

        .testimonials-section-s3 .noticias .grid .img-holder img {
            background-size: cover;
            width: 100%;
            height: 100%;
        }

        .testimonials-section-s3 .noticias .grid .details h3 a {
            color: rgb(38, 43, 62);
        }

            .testimonials-section-s3 .noticias .grid .details h3 a:hover {
                color: rgb(201, 179, 140);
            }

    .testimonials-section-s3 .noticias .details .cat {
        background: rgb(201, 179, 140);
        font-size: 13px;
        font-weight: 700;
        padding: 10px 15px;
        color: white;
        position: absolute;
        left: 40px;
        top: -38px;
    }
    /*///////////////////////////*/
    .read-more {
        position: relative;
        display: inline-block;
        padding-bottom: 6px;
        color: var(--thm-gray);
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .read-more:hover {
            color: rgb(201, 179, 140);
        }

        .read-more::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 20px;
            height: 2px;
            background: #d9caae;
        }

    .entidades {
        border-bottom: 0.0001px solid rgba(255, 255, 255, 0.1);
        border-top: 0.0001px solid rgba(255, 255, 255, 0.1);
    }

        .entidades .team-grids .grid .img-holder a img {
            width: 20%;
        }

    .video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100% !important;
        height: auto !important;
    }

    .content-servicios {
        transform: translateY(-50%);
    }

    .service-section-s2 .service-esp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .service-section-s2 .service-esp .grid {
            margin: 0px 0px 30px !important;
            box-shadow: rgb(0 0 0 / 21%) 12px 16px 16px 0px !important;
            display: flex;
            justify-content: center;
            flex-direction: row;
            align-content: space-between;
            align-items: center;
            font-size: 0.9375rem;
        }

            .service-section-s2 .service-esp .grid .info {
                text-align: start;
                padding-left: 30px;
            }

                .service-section-s2 .service-esp .grid .info h3 {
                    font-size: 1.125rem;
                    font-weight: 400;
                }

    .service-section-s2 .service-grids .grid:hover .info {
        color: #fff !important;
    }

    .contenido-publicaciones {
        display: flex;
    }

    .box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .team-section .team-grids .details .cat {
        background: rgb(201, 179, 140);
        font-size: 13px;
        font-weight: 700;
        padding: 10px 15px;
        color: white;
        position: absolute;
        left: 40px;
        top: -40px;
    }

    .service-section-s2 {
        padding: 0px !important;
    }

    .google-map-style1-area {
        /*position: relative;
    display: block;
    
    filter: grayscale(100%) invert(92%) contrast(83%);*/
    }

        .google-map-style1-area .auto-container {
            max-width: 100%;
            padding: 0;
        }

    .home1-page-map-outer {
        position: relative;
        display: block;
        z-index: 10;
    }

        .home1-page-map-outer .map-canvas {
            position: relative;
            width: 100%;
            height: 550px;
        }

    .switcher {
        position: fixed;
        top: 400px;
        z-index: 99;
    }

        .switcher .switch_btn {
            position: absolute;
            top: 0px;
            right: -50px;
            z-index: -1;
        }

            .switcher .switch_btn button {
                width: 80px;
                height: 80px;
                color: #fff;
                line-height: 50px;
                cursor: pointer;
                border-radius: 0;
                margin-left: 0;
                transition: all 500ms ease;
                background: rgba(0, 0, 0, 0.90);
                border: none;
            }

        .switcher .switch_menu {
            position: absolute;
            width: 220px;
            height: 30px;
            background: #cccccc;
            display: none;
            top: 0px;
            left: 50px;
            bottom: 0;
            margin: 10px 0;
        }

        .switcher #styleOptions {
            border-radius: 5px;
            background: #cccccc;
        }

            .switcher #styleOptions li {
                position: relative;
                padding: 10px;
                margin-right: 3px;
                border-bottom: 1px solid #ffffff5c
            }

                .switcher #styleOptions li:hover {
                    background: #a3a3a3;
                }

                .switcher #styleOptions li a {
                    position: relative;
                    color: #fff;
                    width: 100%;
                    height: 100%;
                    box-shadow: 0 0 0 0px #fff;
                }
    /*contadores seccion*/


    .fun-fact-grids .grid img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .fun-fact-grids .info {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        border-radius: 10px;
        opacity: 0.6;
        margin: 10px;
        padding: 10% 5%;
    }

    .fun-fact-grids .grid {
        display: flex;
        justify-content: space-around;
    }

    /*testimonial publicaciones*/
    .testimonials-grids .img-holder img {
        width: 50%;
        /*background: #d0d0d0;*/
    }

    .testimonials-grids .client-info h3 a:hover {
        color: rgb(219 197 157);
    }
    /*.testimonials-grids .grid {
    border: 1px solid transparent;
    border-top: none;
    box-shadow: inset -19px -20px 60px 0px rgba(0, 0, 0, 0.15);
  text-align:center;
}*/
    .fun-fact-section .fun-fact-grids li {
        margin: 20px 0;
    }

    @media (max-width: 1273px) {
        .video {
            display: none;
        }

        .content-video {
            background-image: url(../images/slider/slide-5.jpg);
        }

        .content-servicios {
            margin: 0px
        }

        .case-studies-grids .grid {
            margin-bottom: 10px;
        }

        .publicaciones {
            display: flex;
            height: auto;
            flex-direction: column;
            justify-content: center;
        }

        .service-section-s2 .service-grids .grid {
            padding: 10px;
        }



        .fun-fact-section .fun-fact-grids .grid {
            padding: 50px 0;
        }
    }

    @media (max-width: 1199px) {
        .content-servicios {
            transform: translateY(10%) !important;
        }
    }

    .popover {
        max-width: 100%; /* Establece el ancho máximo al 100% del contenedor padre */
    }

    /*clases genericas formularios*/
.formulario input {
    background-color: rgb(255 255 255);
    height: 50px;
    font-size: 1rem;
    padding: 6px 10px 6px 10px;
    border: 1px solid rgb(99 98 98);
    border-radius: 5px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}

.formulario select {
    background-color: rgb(255 255 255);
    height: 50px;
    font-size: 1rem;
    padding: 6px 50px 6px 20px;
    border: 1px solid rgb(99 98 98);
    border-radius: 5px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-bottom: 20px;
}

.formulario textarea {
    background-color: rgb(255 255 255);
    font-size: 1rem;
    padding: 6px 50px 6px 20px;
    border: 1px solid rgb(99 98 98);
    border-radius: 0px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}

    .formulario form div {
        position: relative;
    }

    .formulario form button {
        background: rgb(201, 179, 140);
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: rgb(255, 255, 255);
        border: 0px;
        outline: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .btn-reload button {
        background: rgb(201, 179, 140);
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: rgb(255, 255, 255);
        border: 0px;
        outline: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .formulario .btn {
        height: 50px;
    }

    .formulario .btn-esp {
        width: 100%;
        left: 0px;
        position: relative;
    }

    #imgCaptcha {
        height: 50px;
    }

/*** 
=============================================
    seccion de jefaturas Modificado
=============================================
***/
.team-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

        .team-style1-area .auto-container {
            max-width: 1600px;
        }

    .single-team-style1 {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

        .single-team-style1 .img-holder {
            position: relative;
            display: block;
            overflow: hidden;
            padding-bottom: 75px;
        }

            .single-team-style1 .img-holder .inner {
                position: relative;
                display: block;
                overflow: hidden;
                /*background-color: var(--thm-bg);*/
                z-index: 1;
            }

            .single-team-style1 .img-holder:hover {
                background-color: var(--thm-bg);
            }

            .single-team-style1 .img-holder .inner img {
                width: 100%;
                mix-blend-mode: luminosity;
                transition: all 500ms linear;
                transition-delay: 0.2s;
            }

        .single-team-style1:hover .img-holder .inner img {
            transform: scale(1.1) rotate(0deg);
            opacity: 0.20;
            mix-blend-mode: normal;
            transition: all 500ms linear;
            transition-delay: 0.1s;
        }




        .single-team-style1 .title-holder {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            padding: 24px 0 0px;
            background-color: #ffffff;
            transform: perspective(400px) translateY(80px);
            transform-origin: bottom;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            z-index: 2;
        }

        .single-team-style1:hover .title-holder {
            transform: perspective(400px) translateY(0px);
            transition: all 700ms linear;
            transition-delay: 0.1s;
        }

        .single-team-style1 .title-holder::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: #ff8800;
            transform: scaleX(0);
            transition: all 100ms linear;
            transition-delay: 0.5s;
        }

        .single-team-style1:hover .title-holder::before {
            transform: scaleX(1.0);
            transition: all 900ms linear;
            transition-delay: 0.3s;
        }

        .single-team-style1 .title-holder h2 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            margin: 0 0 6px;
        }

            .single-team-style1 .title-holder h2 a {
                color: var(--thm-black);
            }

                .single-team-style1 .title-holder h2 a:hover {
                    color: var(--thm-base);
                }

        .single-team-style1 .title-holder h3 {
            color: var(--thm-gray);
            font-size: 16px;
            line-height: 16px;
            font-weight: 400;
            font-family: var(--thm-font);
        }

        .single-team-style1 .title-holder .social-links {
            position: relative;
            display: block;
            margin-top: 60px;
        }

            .single-team-style1 .title-holder .social-links li {
                position: relative;
                display: inline-block;
                margin-right: 5px;
            }

                .single-team-style1 .title-holder .social-links li:last-child {
                    margin-right: 0px;
                }

                .single-team-style1 .title-holder .social-links li a {
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 50px;
                    height: 50px;
                    background: var(--thm-primary);
                    color: var(--thm-black);
                    font-size: 16px;
                    line-height: 50px;
                    text-align: center;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                    z-index: 1;
                }

                    .single-team-style1 .title-holder .social-links li a:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        background: var(--thm-base);
                        content: "";
                        z-index: -1;
                        transform: scale(0.0);
                        transform-origin: center;
                        transform-style: preserve-3d;
                        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                    }

                    .single-team-style1 .title-holder .social-links li a:hover::before {
                        transform: scaleX(1.0);
                    }

                    .single-team-style1 .title-holder .social-links li a:hover {
                        color: #ffffff;
                    }


    /*fin seccion jefatura*/
    .history-section .details img {
        width: 172px;
    }

    /*-------------------------------*/
    /*-------------------------------*/

    /* Ejemplo de personalización de la barra de desplazamiento en CSS */
    /*::-webkit-scrollbar {
        transition: width 0.5s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        z-index: 999;
    }*/

    ::-webkit-scrollbar-thumb {
        background-color: #888;  Color del pulgar de la barra de desplazamiento 
    }

    .wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 85vmin;
        height: 28em;
        margin: 2rem auto;
        /*border: 8px solid;*/
        /*border-image: linear-gradient(-50deg, green, #00b300, forestgreen, green, lightgreen, #00e600, green) 1;*/
        transition: .3s ease-in-out;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }

    .overlay {
        width: 100%;
        opacity: .7;
        background: #03091a;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
    }
    /*.overlay {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;*/
    /*padding: 1rem .75rem;*/
    /*background: #1f253f;
    transition: .4s ease-in-out;
    z-index: 1;
}*/

    .overlay_mv {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        /*padding: 1rem .75rem;*/
        background: #1f253f;
        transition: .4s ease-in-out;
        z-index: 1;
    }

    .overlay-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* width: 15vmin; */
        height: 100%;
        padding: 0.5rem 0 0 0.5rem;
        transition: .3s ease-in-out .2s;
        z-index: 1;
        background-image: url(../images/fondos/bg-vector.png);
    }

    .image-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 60vmin;
        height: 100%;
        /*background-image: url(../images/paginas/contact-bg.jpg);*/
        background-size: cover;
        transition: .3s ease-in-out;
        /* border: 1px solid green; */
    }

    .inset {
        max-width: 50%;
        margin: 0.25em 1em 1em 0;
        border-radius: 0.25em;
        float: left;
    }

    .dots {
        position: absolute;
        bottom: 1rem;
        right: 2rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 55px;
        height: 4vmin;
        transition: .3s ease-in-out .3s;
    }

    .dot {
        width: 14px;
        height: 14px;
        background: #c9b38c;
        border: 2.5px solid white;
        border-radius: 50%;
        transition: .3s ease-in-out .3s;
    }

    .text {
        position: absolute;
        top: 0;
        right: 0;
        width: 60vmin;
        height: 100%;
        padding: 3vmin 4vmin;
        background: #fff;
        box-shadow: inset 1px 1px 15px 0 rgba(0 0 0 / .4);
        overflow-y: scroll;
    }

    .prev-item:hover {
        color: rgb(255, 255, 255);
    }

    .detalle-noticia {
        color: rgb(28 32 46) !important;
    }

        .detalle-noticia:hover {
            color: rgb(201, 179, 140) !important;
        }

    .prev-item {
        font-weight: 700;
        color: rgb(201, 179, 140);
        float: right;
    }

        .prev-item i {
            margin-top: -1.3em;
            display: block;
        }

            .prev-item i.fi::before {
                font-weight: normal;
                font-size: 100px;
                padding-left: 5px;
                position: relative;
                top: -40px;
                left: -40px;
            }

    .wrap:hover .overlay_mv {
        transform: translateX(-60vmin);
    }

    .wrap:hover .image-content {
        width: 30vmin;
    }

    .wrap:hover .overlay-content {
        border: none;
        transition-delay: .2s;
        transform: translateX(60vmin);
    }

    .wrap:hover .dots {
        transform: translateX(1rem);
    }

        .wrap:hover .dots .dot {
            background: white;
        }

    .modal_notif .owl-stage-outer .owl-stage {
        transform: translate3d(-1794px, 0px, 0px) !important;
        transition: all 0s ease 0s !important;
        width: 3588px !important;
    }

        .modal_notif .owl-stage-outer .owl-stage .owl-item {
            width: 568px !important;
            margin-right: 30px
        }
    /* Animations and timing delays */
    .animate {
        animation-duration: 0.7s;
        animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
        animation-fill-mode: backwards;
    }
    /* Pop In */
    .pop {
        animation-name: pop;
    }

    @keyframes pop {
        0% {
            opacity: 0;
            transform: scale(0.5, 0.5);
        }

        100% {
            opacity: 1;
            transform: scale(1, 1);
        }
    }

    /* Slide In */
    .slide {
        animation-name: slide;
    }

    @keyframes slide {
        0% {
            opacity: 0;
            transform: translate(4em, 0);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }

    /* Slide Left */
    .slide-left {
        animation-name: slide-left;
    }

    @keyframes slide-left {
        0% {
            opacity: 0;
            transform: translate(-40px, 0);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }

    .slide-up {
        animation-name: slide-up;
    }

    @keyframes slide-up {
        0% {
            opacity: 0;
            transform: translateY(3em);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .delay-1 {
        animation-delay: 0.3s;
    }

    .delay-2 {
        animation-delay: 0.6s;
    }

    .delay-3 {
        animation-delay: 0.9s;
    }

    .delay-4 {
        animation-delay: 1.2s;
    }

    .delay-5 {
        animation-delay: 1.5s;
    }

    .delay-6 {
        animation-delay: 1.8s;
    }

    .delay-7 {
        animation-delay: 2.1s;
    }

    .delay-8 {
        animation-delay: 2.4s;
    }

    .mkd-item-title a:hover {
        color: #c18f59;
    }


    /* Pseudo-elemento ::before para crear la animación de luces */
    .lvl-c.odanc::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border: 1px solid transparent; /* Borde transparente */
        /*border-radius: 10px;*/ /* Borde redondeado */
        animation: lightAnimation 2s linear infinite; /* Animación de luces */
    }

    @keyframes lightAnimation {
        0% {
            border-color: transparent;
        }

        50% {
            border-color: #282e3f; /* Cambia el color del borde a naranja */
        }

        100% {
            border-color: transparent;
        }
    }

    .headerprint {
        position: relative;
        color: #fff;
        padding: 5px 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        background-color: #335c7f57;
        border-radius: 3px;
    }

    .publicaciones-slide .grid {
        border-radius: 8px;
        margin: 25px 10px 25px;
        border: 1px solid transparent;
        border-top: none;
        box-shadow: 1px 4px 12px 2px rgba(0, 0, 0, 0.15);
    }

        .publicaciones-slide .grid .details h4 a {
            padding: 10px;
            font-weight: 400;
            color: var(--thm-black);
        }

            .publicaciones-slide .grid .details h4 a:hover {
                color: var(--thm-base);
            }

    .menu-item-has-children .sub-menu ul li a {
        text-transform: capitalize;
        padding: 0px !important;
    }

    .menu-item-has-children .sub-menu .distritos-jud p {
        font-size: 13px;
        font-weight: 900;
    }



    .contenedor-noticias {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .noticia {
        border: 1px solid #1c202e26;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        text-align: justify;
        width: 300px;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .fecha {
        font-size: 14px;
        color: #555;
        background: #e5e5e547;
        padding: 5px;
        font-weight: 800;
    }

    .titulo {
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0;
    }

    .enlace {
        color: #111013;
        text-decoration: none;
    }

        .enlace:hover {
            color: #c9b38c;
        }
    /*--------------------------------------------------------------
--------------------------------------------------------------
                    seccion App
--------------------------------------------------------------
--------------------------------------------------------------*/
    #app-download-popup {
        padding: 10px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .app .close-button {
        cursor: pointer;
        font-size: 18px;
        color: #999;
        position: absolute;
        top: 10px;
        right: 10px;
    }



    .app .content {
        text-align: left;
    }

        .app .content p {
            margin-right: 20px; /* Espacio entre el texto y la imagen */
        }

    .app .download-buttons a {
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 10px 20px;
        margin: 10px;
        cursor: pointer;
    }

    .app img {
        max-width: 100%;
        height: auto;
    }

    .app #android-button {
        background: rgb(201, 179, 140);
    }

    .app #apple-button {
        background-color: #000;
    }


    .p_popover {
        text-align: justify !important;
        font-size: 16px;
    }

    .popover-body {
        background-color: #1a62ab;
        color: #ffffff !important;
        font-family: Lato;
    }

    .popover {
        max-width: 376px !important;
        text-align: justify !important;
    }

    .popover-header {
        padding: 8px 15px !important;
        font-size: 12px !important;
        background-color: #f4f0de !important;
        color: #1a62ab !important;
        font-weight: 400;
        border-bottom: 1px solid #ffad33;
    }