/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

/** 
font-family: 'Roboto Mono', monospace;
font-family: 'Poppins', sans-serif;
**/
html {
    overflow-y: scroll !important
}

body {
    font-family: Poppins, monospace;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .025em;
    -webkit-font-smoothing: antialiased
}


h1 {
    font-size: 36px;
    line-height: 1em;
    letter-spacing: .01em
}

h2 {
    font-size: 30px;
    line-height: 1.04em
}

h3 {
    font-size: 20px;
    line-height: 1.09em
}

h4 {
    font-size: 18px;
    line-height: 1.17em
}

h5 {
    font-size: 15px;
    line-height: 1.33em
}

h6 {
    font-size: 13px;
    line-height: 1.38em;
    letter-spacing: .005em
}

blockquote > *,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    letter-spacing: inherit;
    font-family: inherit
}

h1,
h2,
h3,
h4,
h5 {
    margin: 20px 0;
    font-weight: 400;
    font-family: Poppins, monospace;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    text-transform: inherit
}

.wp-caption-text,
blockquote,
h6 {
    font-style: italic
}

h6 {
    font-weight: 400
}

a,
p a {
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

p {
    margin: 10px 0
}

input[type=submit] {
    -webkit-appearance: none
}

ol,
ul {
    list-style-position: inside
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
    padding: 0 0 0 15px
}

pre {
    padding: 15px;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word
}

dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

dd {
    margin-bottom: 15px
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    vertical-align: baseline
}

sub {
    top: .5ex;
    bottom: .5ex;
}

.wp-caption-text {
    margin: 0
}

table tbody tr,
table thead tr {
    border: 1px solid #131313
}

table tbody th {
    border-right: 1px solid #131313
}

blockquote {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    quotes: "“""”""‘""’";
    box-sizing: border-box
}

blockquote > * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    text-transform: inherit;
    margin: 0;
    display: inline
}

blockquote:before {
    content: open-quote
}

blockquote:after {
    content: ''
}

blockquote cite {
    font-style: normal;
    font-weight: 400
}

::selection {
    background: #272727;
    color: #fff
}

::-moz-selection {
    background: #272727;
    color: #fff
}

.site-main {
    padding-top: 0;
    padding-bottom: 0;
}

a {
    color: #c69f5a;
    text-decoration: none;
}

a:hover {
    color: #ffc968;
}



.primary-navigation {
    margin-left: 0;
}

.primary-navigation .primary-menu-container {
    margin: 0;
}

.primary-navigation a {
    font-family: Poppins, monospace;
    font-size: 13px;
    text-transform: uppercase;
}

.primary-navigation a:hover {
    text-decoration: none;
}

.primary-navigation > div > .menu-wrapper li.current_page_item a,
.primary-navigation > div > .menu-wrapper li:hover a,
.primary-navigation > div > .menu-wrapper li a:focus,
.primary-navigation > div > .menu-wrapper li:focus a {
    text-decoration: none;
    color: #976611;
}

.primary-navigation > div > .menu-wrapper > li:last-child {
    margin-right: 15px;
}

.primary-navigation > div > .menu-wrapper > li {
    margin: 0 20px;
}

.primary-navigation > div > .menu-wrapper > li > a {
    /* color: #c69f5a;*/
    color: #000;
    padding: 15px 0 !important;
}


.primary-navigation > div > .menu-wrapper:after,
.primary-navigation > div > .menu-wrapper:before {
    clear: both;
    content: "";
    display: block;
}

.top-footer li a {
    position: relative;
}

.top-footer a:after,
.primary-navigation > div > .menu-wrapper > li > a:after {
    content: "";
    position: absolute;
    content: "";
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #976611;
    -webkit-transition: width ease-out .3s;
    -moz-transition: width ease-out .3s;
    transition: width ease-out .3s;
}

.top-footer a:hover:after,
.primary-navigation > div > .menu-wrapper > li.current_page_item > a:after,
.primary-navigation > div > .menu-wrapper > li:hover > a:after {
    content: "";
    width: 100%;
}

.site-header {
    max-width: 100%;
    padding: 1px 30px;
    /* background: #00000080; */
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 10;
    width: 100%;
    justify-content: center;
    row-gap: 0;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.site-logo {
    margin: 0;
}

.site-branding {
    margin-top: 0;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.sub-menu-toggle svg {
    display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu::before {
    display: none;
}

.primary-navigation .menu-wrapper li.menu-item-has-children button {
    display: none;
}

.icon-minus::before {
    content: "\f106";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #272727;
    font-size: 14px;
    position: absolute;
    right: -12px;
}

.icon-plus::before {
    content: "\f107";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #272727;
    font-size: 14px;
    position: absolute;
    right: -12px;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu::before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
    border-color: #eadfd0 transparent;
    border-width: 0 7px 10px 7px;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle:focus,
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle:hover,
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
    padding: 0 5px !important;
    background: transparent !important;
    margin-left: -12px;
    border: none !important;
    outline: none !important;
    height: 10px;
    position: absolute;
    right: -2px;
    top: 55%;
    transform: translate(0, -50%);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: transparent !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    padding-top: 0;
    min-width: 250px;
    border: none;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.primary-navigation .sub-menu .menu-item > a {
    display: table;
    position: relative;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu::before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
    border-color: #000 transparent;
    display: none;
}

.primary-navigation .sub-menu .menu-item > a {
    padding: 8px 0px;
    color: #000 !important;
    font-size: 13px;
}

.rt-side li .dropdown-menu {
    top: 15px !important;
}

.primary-navigation .sub-menu > li a:after {
    content: "";
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #000;
    -webkit-transition: width ease-out .3s;
    -moz-transition: width ease-out .3s;
    transition: width ease-out .3s;
}

.primary-navigation .sub-menu > li:hover > a:after {
    width: 100%;
}

.has-background-white .site a:focus {
    background: transparent !important;
}

input[type="number"] {
    width: 100%;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.contact_form input,
.contact_form textarea,
.home-form input {
    border-color: #d9e1e7;
    border-width: 2px;
    background-color: transparent;
    border-radius: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #b2bcc7;
    font-style: italic;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b2bcc7;
    font-style: italic;
}

::placeholder {
    color: #b2bcc7;
    font-style: italic;
}

.site-main > * {
    margin-top: 30px;
    margin-bottom: 30px;
}

.site-main > *:first-child {
    margin-top: 0;
    margin-bottom: 0px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
.site textarea {
    vertical-align: top;
    border: 1px solid #ccc;
    font-size: 14px;
    background-position: right 5px top 60%;
    outline: none !important;
    width: 100%;
    border-radius: 2px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    top: 3px;
}

input[type="radio"]::after {
    width: 10px;
    height: 10px;
}

input[type="radio"]:checked {
    border: 1px solid #ccc;
}

textarea {
    height: 85px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.site textarea:focus {
    outline: none !important;
}

.woocommerce #review_form #respond .form-submit input,
.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type="submit"]:not(:hover):not(:active):not(.has-background),
input[type="reset"]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
.btn-more {
    cursor: pointer;
    background-color: #c69f5a;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 30px !important;
    font-weight: 400;
    line-height: 1.5em;
    transition: background .15s ease-in-out;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    text-decoration: none;
    width: auto;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none !important;
}

.site .button:hover,
.site .button:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active,
.btn-more:hover,
.btn-more:active,
.btn-more:focus {
    background: #4c4436 !important;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 30px !important;
    font-weight: 400;
    line-height: 1.5em;
    transition: background .15s ease-in-out;
    border: none;
    font-size: 16px;
}

footer {
    background: #00000080;
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0;
}

.footer-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}

.footer-menu {
    font-size: 11px;
}

.footer-menu ul {
    margin-bottom: 3px;
}

.footer-menu li {
    display: inline;
    padding: 0 3px;
}

.container-row {
    text-align: center;
    margin-top: 0;
}

.latest-project-box {
    margin-top: 0px;
}

.latest-project-box-home-page {
    position: fixed;
    right: 20px;
    bottom: 50px;
    text-align: center;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    color: #000;
    width: 340px;
    min-height: 195px;
    animation: mymove 3s;
    animation-fill-mode: forwards;
    z-index: 3;

}

@keyframes mymove {
    from {
        right: -340px;
    }

    to {
        right: 20px;
        background-color: rgba(255, 255, 255, 0.7);
    }
}



/*-----13-11-22------*/

.sales-portfolio-slider a {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.sales-portfolio-slider .item {
    min-height: 100vh;
}

.post_thumbnail {
    min-height: 100vh;

}

.portfolio-block {
    position: relative;
    height: 100vh;
    min-height: 400px;
    background: #000;
}

.post_st_info {
    position: absolute;
}

.sales-portfolio-slider .item img {
    width: auto !important;
    height: 100% !important;
}

.post_st_info {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    text-align: center;
    right: 0;
    flex-direction: column;
}

.sales-portfolio-slider a {
    color: #fff;
    text-decoration: none;
}

.sales-portfolio-slider a .post_thumbnail {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.sales-portfolio-slider a:hover .post_thumbnail {
    opacity: 0.4
}

.btn_sec.arrow a,
a .portfolio-block .btn_sec.arrow {
    position: relative;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    left: 0;

}

.btn_sec.arrow .material-icons-outlined {
    font-size: 32px;
}

.btn_sec.arrow a:hover,
a:hover .portfolio-block .btn_sec.arrow {
    left: 15px;
}

.lt-slide-content {
    width: 450px;
    min-height: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    z-index: 11;
    overflow: hidden;
    left: -500px;
    -webkit-transition: left .75s ease-in-out, min-height .1s linear .75s;
    -moz-transition: left .75s ease-in-out, min-height .1s linear .75s;
    -o-transition: left .75s ease-in-out, min-height .1s linear .75s;
    transition: left .75s ease-in-out, min-height .1s linear .75s;
}

.lt-slide-content.visible {
    left: 0;

}

.lt-slide-content-visible {
    position: fixed;
    z-index: 3;
    top: 25%;
    background: #c69f5a;
    cursor: pointer;
}

.lt-slide-content-visible .material-icons-outlined {
    margin: 0;
    padding: 5px;
}

.post_content {
    padding: 15px 15px;
    position: relative;
    padding-bottom: 50px;
}

.post-slider {
    position: fixed;
    text-align: center;
    background-color: #000;
    text-align: center;
    color: #000;
    height: 100%;
    width: 100%;
    opacity: 1;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease-out 1s;
    -moz-transition: all 1s ease-out 1s;
    -ms-transition: all 1s ease-out 1s;
    -o-transition: all 1s ease-out 1s;
    transition: all 1s ease-out 1s;
}

.post-slider img {
    height: 100% !important;
}

.close-slide {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    z-index: 11;
}

.post_content label {
    width: 100%;
}

.lt-slide-content .accordion-button:not(.collapsed)::after,
.lt-slide-content button,
.lt-slide-content .accordion-item {
    background-color: transparent !important;
}

.lt-slide-content button {
    width: 100% !important;
    align-items: center;
    display: block;
}

.lt-slide-content .back_to,
.lt-slide-content .accordion-header {
    background: url(assets/images/bottom-arrow.png) no-repeat center bottom;
    margin-bottom: 0;
    margin-top: 0;
}

.back_to a {
    font-size: 16px;
    color: #000;
    text-decoration: none;

}

.lt-slide-content.visible .back_to {
    left: 0;
}

.lt-slide-content .back_to {
    line-height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f4d199;
    z-index: 1;
    padding: 10px 15px;
    left: -450px;
    -webkit-transition: left .75s ease-in-out, min-height .1s linear .75s;
    -moz-transition: left .75s ease-in-out, min-height .1s linear .75s;
    -o-transition: left .75s ease-in-out, min-height .1s linear .75s;
    transition: left .75s ease-in-out, min-height .1s linear .75s;
    width: 100px;
}

.site-main > * {
    margin-top: 0;
    margin-bottom: 0;
}

.load-block {
    background: rgb(0 0 0 / 76%);
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    animation: loadmove 9s ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 3;
    height: 100%;

}

.load-txt {
    animation: loadmovetxt 5s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes loadmove {
    0% {
        height: 100%;
        opacity: 1;
    }

    50% {
        height: 100%;
        opacity: 1;
    }

    70% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 0;
        opacity: 0;
    }
}


@keyframes loadmovetxt {
    0% {
        opacity: 0;
    }


    70% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.page h2 {
    color: #e8e3de;
    font-size: 25px;
    line-height: 25px;
    padding: 25px 0 30px 0;
    margin: 0 0 5px 0;
    background: url(assets/images/title-bg.png);
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-position: bottom center;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;

}

.bg-page {
    background: url(assets/images/page_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    padding: 50px 30px 0;
}

.breadcrumb-absolute {
    position: absolute;
    width: 100%;
    padding: 10px 30px;
    margin-bottom: 0;
}

.page-block {
    padding-bottom: 50px;
}

.page-block .container {
    max-width: 540px;
}

.top-gp {
    padding-top: 25px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #a17833;
}

.services-slider .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.inner-top-gp {
    padding-top: 103px;
}

.inner-bot-gp {
    padding-bottom: 30px
}

.h-inf-block,
.h-wrap {
    position: relative;
}

.hThumb-pic {
    width: 250px;
}

.h-inf-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
}

.h-inf {
    padding: 15px;
    width: 250px;
    background-size: 100%;
    color: #f4d199;
}

.h-inf h2 {
    padding-top: 0;
    color: #f4d199;
    background-size: 100% auto;
    line-height: 30px;
}

.h-inf:after {
    content: "";
    height: 100%;
    width: 2px;
    display: block;
    position: absolute;
    background: #f4d199;
    left: 0;
    top: 0;
}

.h-inf-block:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background: #f4d199;
    bottom: 0;
    left: 0;
    right: 0;
}

.year_timeline {
    position: absolute;
    z-index: 2;
    background: #f4d199;
    padding: 5px;
    font-size: 20px;
    bottom: -35px;
    color: #000;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    left: -35px;
}

.hThumb-pic {
    width: 250px;
    height: 175px;
    overflow: hidden;
    display: block;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.hThumb-pic img {
    height: auto !important;
}

a .year_m {
    color: #f4d199;
    font-size: 14px;
}

.historyss-slider .swiper-slide:nth-child(even),
.history-slider .owl-item:nth-child(even) {
    margin-top: 204px;
}

.historyss-slider .swiper-button-next,
.historyss-slider .swiper-button-prev {
    top: 49%
}

.historyss-slider .swiper-slide:nth-child(even) .year_timeline,
.history-slider .owl-item:nth-child(even) .year_timeline {
    top: -35px;
    bottom: auto;
}

.historyss-slider .swiper-slide:nth-child(even) .h-inf-block:after,
.history-slider .owl-item:nth-child(even) .h-inf-block:after {
    top: 0;
    bottom: auto;
}


.breadcrumb a {
    color: #f4d199;
}

.breadcrumb > span {
    background: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    font-size: 11px;
    font-style: italic;
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #f4d199;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6e6e6e;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6e6e6e;
}

.press-img,
.media-img {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #000;
    height: 100%;
}

.press-img:hover {
    border: 1px solid #f4d199;
}

.media_content {
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin-top: 5px;
}

.media_title {
    width: 100%;
}

a.media_dload {
    min-width: 30px;
    min-height: 30px;
    background: #000;
    padding: 3px 3px 0 3px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}

.imgl-infobox {
    display: none !important;
}

.page_thum .fancybox {
    position: relative;
    display: block;
}

.zoom-img {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.page_thum .fancybox:hover .zoom-img {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.page_thum .fancybox img {
    width: auto !important;
    height: auto !important;
    max-width: auto !important;
}

.card-btn a {
    border: 1px solid #c69f5a;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    color: #c69f5a;
}

.card-btn a span {
    position: relative;
    z-index: 2;
}

.card-btn a:after {
    content: "";
    height: 0;
    background: #ffc10726;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    color: #c69f5a;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.card-btn a:hover:after {
    height: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.contact .wp-block-columns .wp-block-column > * {
    margin-top: 5px;
    margin-bottom: 10px;
}

.contact a {
    color: #fff;
}

.contact a:hover {
    color: #c69f5a;
}

.imgl-tt h5 {
    margin: 5px 0;
    text-align: center;
    color: #c69f5a;
}

.imgl-tt p {
    margin: 5px 0;
}

.imgl-theme-light .imgl-tooltips .imgl-tooltip-form {
    padding: 5px 15px !important;
}



.historyss-slider.swiper {
    padding: 30px 0 40px 0 !important;
}


.lt-slide-content .wpcf7-not-valid-tip {
    color: #c69f5a !important;
    border-radius: 10px;
}

.acc-low {
    overflow-x: hidden;
    max-height: 400px;
    overflow-y: auto;
}

.lt-slide-content .wpcf7-not-valid-tip {
    color: #c69f5a !important;
    border-radius: 10px;
}

/* width */

.lt-slide-content ::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

/* Track */
.lt-slide-content ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

/* Handle */
.lt-slide-content ::-webkit-scrollbar-thumb {
    background: #c69f5a;
    border-radius: 10px;
}

/* Handle on hover */
.lt-slide-content ::-webkit-scrollbar-thumb:hover {
    background: #f4d199;
    border-radius: 10px;
}

.tooltip-z-index {
    z-index: 99
}

.tooltip-z-index {
    z-index: 99
}

.accordion-flush .accordion-item .accordion-button {
    margin-bottom: 10px;
}

.page-thank .material-icons-outlined {
    font-size: 32px;
    color: #49f366;
}

.portfolio-video .modal-body {
    position: relative;
}

.portfolio-video .btn-close[type="button"]:not(:disabled):hover,
.portfolio-video button.btn-close:hover,
.portfolio-video .btn-close[type="button"]:not(:disabled) {
    position: absolute;
    right: -10px;
    top: -10px;
    left: auto;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    transition: none !important;
    opacity: 1 !important;
    border-radius: 0;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat #c69f5a !important;
}

@media only screen and (max-width: 991px) {
    .stx-layers-canvas p {
        max-width: 100%;
    }

    .primary-navigation > div > .menu-wrapper > li {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .primary-navigation > div > .menu-wrapper > li {
        margin: 0 5px;
    }

    .historyss-slider .swiper-slide,
    .historyss-slider .swiper-slide:nth-child(even),
    .history-slider .owl-item:nth-child(even) {
        margin: 5px 0 50px;
    }

    .historyss-slider .swiper-slide:nth-child(even) .year_timeline,
    .history-slider .owl-item:nth-child(even) .year_timeline {
        top: auto;
        bottom: -35px;
    }

    .historyss-slider .swiper-slide:nth-child(even) .h-inf-block:after,
    .history-slider .owl-item:nth-child(even) .h-inf-block:after {
        top: auto;
        bottom: 0;
    }

    .year_timeline {
        left: 50% !important;
        transform: translatex(-50%);
    }

    .post-slider {
        position: relative;
    }

    .lt-slide-content {
        width: 100%;
        min-height: 100%;
        position: relative;
        top: 0;
        /* z-index: 11; */
        overflow: hidden;
        left: 0;
        /* -webkit-transition: left .75s ease-in-out, min-height .1s linear .75s; */
        /*   -moz-transition: left .75s ease-in-out, min-height .1s linear .75s;*/
        /*  -o-transition: left .75s ease-in-out, min-height .1s linear .75s;*/
        /* transition: left .75s ease-in-out, min-height .1s linear .75s; */
    }

    .lt-slide-content .close-slide {
        display: none;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .post-slider {
        padding-right: 0;
        padding-left: 0;
    }

    .h-inf:after {
        display: none !important;
    }

    .historyss-slider.swiper {
        padding: 5px 0 50px !important;
    }

    .page h2 {
        min-height: 55px;
        padding: 25px 0 5px 0;
    }

    .lt-slide-content .back_to {
        position: relative;
        padding: 10px 20px;
        left: 0;
        width: auto;
    }

    footer {
        z-index: 15;
    }

    .post_content {
        padding-bottom: 30px;
    }

    .acc-low.content-scroll {
        overflow: inherit;
        max-height: none;
    }
}

@media only screen and (max-width: 575px) {

    .bg-page {
        padding: 50px 0 30px;
    }

    .h-inf-block {
        flex-direction: column;
    }

    .h-inf {
        min-height: 100px;
    }

    .icon-plus,
    .icon-minus {
        display: none;
    }

    button.sub-menu-toggle:hover,
    button.sub-menu-toggle:active,
    button.sub-menu-toggle:not(:hover):not(:active):not(.has-background) {
        background: none !important;
        padding: 0 !important;
        margin: 0;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 1;
    }

    .inner-top-gp {
        padding-top: 0;
    }

    .mobmenu-content li {
        position: relative;
    }

    .portfolio-video .modal-body {
        position: relative;
    }

    .portfolio-video .btn-close[type="button"]:not(:disabled):hover,
    .portfolio-video button.btn-close:hover,
    .portfolio-video .btn-close[type="button"]:not(:disabled) {
        right: 0;
        top: 0;
    }

    .portfolio-video.modal.show .modal-dialog {
        transform: none;
        margin-top: 65px;
    }
    .acc-low{max-height:none;}
}
