body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2d2926;
    font-weight: 400;
    line-height: 25px;
    background: #d7d2c4;
    font-family: 'untitledSerif';
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    color: #2d2926;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #2d2926;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2d2926;
    margin-bottom: 12px;
    font-family: 'Adieu';
}

h1,
.h1 {
    font-size: 60px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 28px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}


button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0;
}

.container {
    max-width: 1200px
}

.container.ex-wide {
    max-width: 1450px;
}

.container.wide {
    max-width: 1320px;
}

.container.smalls {
    max-width: 1080px
}

.cta-btn {
    padding: 11px 30px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid transparent
}

.cta-btn.cta-btn-dark {
    background: #2D2926;
}

.cta-btn.cta-btn-light {
    background: #2d2926;
    color: #fff
}

.cta-btn.cta-btn-brown {
    background: #D7D2C4;
    color: #2D2926
}

.cta-btn.cta-btn-border {
    border: 1px solid #D7D2C4;
    color: #fff;
}

.cta-btn.cta-btn-light:hover {
    background: #2D2926
}

.cta-btn.cta-btn-border:hover {
    border: 1px solid #2D2926;
    background: #2D2926
}

.cta-btn.cta-btn-dark:hover {
    color: #fff;
    background: #2d2926;
}

.padding-150 {
    padding: 100px 0
}

.dark_bg {
    background: #18181b;
}

.dark_text {
    color: #2D2926
}

.brown-text {
    color: #D7D2C4
}

.brown_bg {
    background: rgba(215, 210, 196, 0.2)
}

.dark_text2 {
    color: #2d2926
}

.relative {
    position: relative
}

/*Write CSS From Here*/
.header-area {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0
}

.header-logo img {
    width: 220px
}

.header-menu ul li {
    display: inline-block;
    margin-right: 30px
}

.header-menu ul li:last-child {
    margin-bottom: 0
}

.mainmenu ul li a {
    display: block;
    color: #2D2926;
    font-weight: 400;
    position: relative;
    font-size: 13px;
    font-family: 'Adieu';
    text-transform: uppercase;
    position: relative
}

.mainmenu ul li {
    position: relative
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #dfb967
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 3px solid #2d2926;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1;
    font-size: 12px;
    line-height: 20px
}

.mainmenu ul li > ul > li a::before {
    display: none
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}


.mainmenu ul li a:hover {
    opacity: 1;
    text-decoration: none
}

.mainmenu ul li > ul > li a:hover {
    opacity: 0.7
}

.header-logo.site-logo {
    max-width: 140px;
}

.header-action a:not(.cta-btn) {
    position: relative;
    letter-spacing: 0.5px
}

.mainmenu ul li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #2D2926;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.mainmenu ul li a:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.header-action ul li {
    display: inline-block
}

.header-action .header-btn {
    background: #2d2926;
}

.header-menu li a:hover {
    color: #000
}

.header-action a:not(.cta-btn) color: rgba(0, 0, 0, 0.49);
font-weight: 500
}

.header-action a:hover {
    color: #2D2926
}

.header-btn:hover {
    background: #2D2926;
    color: #fff !important
}

.hero-area {
    position: relative;
    z-index: 9;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.hero-area video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: -9;
}

.hero-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
    opacity: 0.3
}

.hero-inner-text {
    position: relative;
    z-index: 1
}

.hero-text .heading {
    font-size: 50px;
    line-height: 100%;
    color: #D7D2C4;
}


.hero-text p {
    color: #fff;
    margin-bottom: 32px;
}

.call-to-action.style1 .content-image {
    margin-bottom: 30px
}

.call-to-action.style1 .content-image img {
    margin: 0 auto
}

.call-to-action.style1 .action {
    font-size: 15px;
    display: block;
    margin-top: 15px
}

.call-to-action.style1 .action a {
    color: #4fbfbf
}

.contact-image {
    width: 500px;
    position: relative;
}

.contact-image img {
    width: 100%;
    border-radius: 18px;
}

.text_upper {
    text-transform: uppercase
}

.contact-content {
    flex: 1;
}

.contact-content .intro {
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 40px;
}


.contact-area .heading {
    color: #D7D2C4
}

.contact-area .container {
    position: relative;
    z-index: 1
}

.info-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-top: 30px
}

.info-item span {
    font-size: 24px;
    color: #D7D2C4;
    display: inline-block
}

.info-item .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #D7D2C4;
}

.content-text.style1 .intro {
    color: #fff;
}

.content-text.style1 .info-item {
    color: #fff;
    font-size: 15px
}

.content-image.style1 {
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative
}

.content-image.style1::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: 0;
    bottom: 0;
    background: #D7D2C4;
    z-index: -1;
}

.footer-area {
    padding: 70px 0;
    background: #2D2926;
}

.footer-cta-area.bg_dark {
    background: #050A15 !important
}


.footer-lite-bg .container.wide {
    position: relative;
    z-index: 9
}

.footer-logo {
    display: inline-block;
    width: 240px;
    margin-bottom: 20px
}

.footer-social ul li {
    display: inline-block;
    margin-right: 8px
}

.footer-social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    ;
    font-size: 14px;
}

.footer-social ul li a:hover {
    color: #2D2926;
    border: 1px solid #D7D2C4;
    background: #D7D2C4;
}

.footer_title {
    color: #D7D2C4;
    font-size: 20px;
    margin-bottom: 24px;
    font-family: 'Adieu';
}

.footer-widget ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 20px
}

.footer-widget ul li {
    margin-top: 12px
}

.footer-widget ul li a:hover {
    color: #fff
}

.footer-copyright {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.35)
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.35)
}

.footer-copyright a:hover {
    color: #fff
}

.footer-copyright p {
    margin-bottom: 10px
}

.content-image.style2 img {
    border-radius: 15px
}
.content-text.style2 input, .content-text.style2 select {
    width: 100% !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    border: none !important;
    background: #323234 !important;
    color: #fff;
    font-size: 15px !important;
    height: 55px;
}
.content-text.style2 label{
	font-weight:400 !important
}
.remember-forgot input{
	width:auto !important
}
.content-text.style2 input[type="checkbox"] {
    height: auto
}

.google-sign-up a {
    width: 100%;
    padding: 15px 10px;
    ;
    background: #323234;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 50px;
}

.google-sign-up a:hover {
    color: #D7D2C4
}

.google-sign-up a img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.content-text.style2 form li {
    margin-bottom: 20px;
}

.content-text.style2 form li:last-child {
    margin-bottom: 0
}

.content-text.style2 label {
    display: block;
    color: #fff;
    font-size: 16px;
    color: #D7D2C4;
    margin-bottom: 5px
}

.content-text.style2 .remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.content-text.style2 .remember-forgot label {
    display: flex;
    margin-bottom: 0
}

.content-text.style2 .remember-forgot input {
    display: inline-block;
    width: 16px;
    margin-right: 4px;

}

.content-text.style2 .remember-forgot input:checked {
    background: #fff
}

.content-text.style2 .cta-btn {
    color: #2D2926;
    margin: 10px 0;
    min-width: 180px;

}

.content-text.style2 .cta-btn:hover {
    background: #D7D2C4
}

.content-text.style2 .login-inner-text {
    color: #D7D2C4;
    margin-bottom: 30px
}

.login-inner-text .heading {
    color: #D7D2C4
}

.remember-forgot.free-account {
    display: flex;
    justify-content: center !important
}

.content-text.style2 .forgot-pass {
    color: #D7D2C4
}

.content-text.style2 .free-account {
    color: #D7D2C4
}

.content-text.style2 .free-account a {
    color: #D7D2C4;
    text-decoration: underline
}

.content-text.style2 .free-account a:hover {
    text-decoration: none
}

.content-text.style2 .forgot-pass:hover {
    text-decoration: underline
}

.content-text.style-3 {
    margin-top: 30px
}

.content-text.style-3 .plain-text {
    color: #D7D2C4
}

.icon-teaser.style2 .icon img {
    margin: 0 auto;
    width: 70px;
    filter: grayscale(1) opacity(0.2);
    transition: all 0.3s
}

.icon-teaser.style2 .title {
    font-size: 20px;
    margin-top: 30px
}

.icon-teaser.style2 .content-box {
    padding: 20px;
    display: block;
    border: 1px solid #D7D2C4;
    border-radius: 15px;
}

.icon-teaser.style2 .content-box:hover .icon img {
    filter: grayscale(1) opacity(0.3);
}

.content-text.style4 .title {
    font-size: 20px
}

.content-text.style4 ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.content-text.style4 ul li {
    list-style: disc
}

.icon-teaser.style3 .icon img {
    margin: 0 auto;
    width: 70px;
    filter: grayscale(1) opacity(0.2);
    transition: all 0.3s
}

.icon-teaser.style3 .title {
    font-size: 19px;
}

.icon-teaser.style3 .content-box {
    padding: 26px;
    display: block;
    border: 1px solid #afaa9d;
    border-radius: 15px;
    background: #D7D2C4;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #D7D2C4;
}
.icon-teaser.style3 .content-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}
.icon-teaser.style3 .title {
    color: #D7D2C4;
}
.icon-teaser.style3 .content-box:hover .icon img {
    filter: grayscale(1) opacity(0.3);
}

.icon-teaser.style3 .content-box:hover {
    transform: translateY(-5px)
}

.contact-map.full-width iframe {
    width: 100%
}

.contact-teaser a {
    color: #2D2926
}

.contact-teaser .teaser-box {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.contact-teaser .teaser-icon {
    font-size: 16px;
    border-radius: 50%;
    background: #2D2926;
    color: #D7D2C4;
    margin-right: 16px;
    display: inline-block;
    line-height: 16px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-teaser .icon-teaser-text span {
    display: block;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #2d2926;
    font-family: 'Adieu';
    font-weight: 500;
}

.contact-form.style1 {
    background: #2D2926;
    padding: 32px;
    margin-left: 32px;
}

.contact-form.style1 input {
    width: 100% !important;
    border: none !important;
    background: #201e1c !important;
    padding: 10px 15px !important;
    color: #fff !important;
    height: 55px !important;
    border-radius: 10px !important
}

.contact-form.style1 input::placeholder,
.contact-form.style1 textarea::placeholder {
    color: rgba(255, 255, 250, 0.59) !important
}

.contact-form.style1 ul {
    padding: 0;
    margin: 0
}

.contact-form.style1 li {
    margin-bottom: 16px;
    padding: 0
}

.contact-form.style1 li:last-child {
    margin-bottom: 0;
}

.contact-form.style1 textarea {
    width: 100% !important;
    min-height: 120px !important;
    border: none !important;
    background: #201e1c !important;
    padding: 10px 15px !important;
    color: #fff !important;
}
.gform-theme--foundation .gform_fields{
	row-gap:15px !important
}
.contact-form.style1 input[type="submit"]{
	padding: 11px 30px !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    border: 1px solid transparent !important;
	    background: #D7D2C4 !important;
    color: #2D2926 !important;
	text-transform:uppercase !important;
	width:auto !important
}
.gform_footer {
	justify-content:center !important
}
.contact-form.style1 .title {
    color: #D7D2C4;
    margin-bottom: 0;
    font-size: 24px;
}

.contact-form-heading {
    color: #D7D2C4;
    font-size: 16px;
    margin-bottom: 24px
}

.contact-form.style1 .cta-btn {
    background: #D7D2C4;
    color: #2D2926
}

.content-box.style2 {
    border: 1px solid #D7D2C4;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 140%
}

.content-box.style2 .image-box img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.product-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-arrows > div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #2D2926;
    color: #2D2926;
    cursor: pointer;
    transition: all 0.4s;
    margin: 0 5px
}

.product-arrows > div:hover {
    background: #2D2926;
    color: #fff
}

.featured-product-area {
    position: relative;
}

.content-box.style2 .cta-btn {
    background: #2D2926;
    width: 100%;
    padding: 10px;
    font-size: 16px
}

.content-box.style2 .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px
}

.call-to-action.style1 {
    padding: 50px;
    border: 2px solid #2d2926;
    position: relative;
    background: #fffbf933;
}

.call-to-action.style1::after {
    position: absolute;
    top: 4px;
    left: -8px;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #2d2926;
    opacity: 0.2;
    z-index: -1;
}

.call-to-action.style1 .group_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.btn-border {
    border: 1px solid #2d2926;
    color: #2d2926
}

.btn-border:hover {
    background: #2d2926;
    color: #D7D2C4
}

.call-to-action.style1 .group_btns .cta-btn {
    min-width: 160px;
    margin-left: 10px
}

.cta-btn {
    text-transform: uppercase
}

.text_white,
.text_white > * {
    color: #D7D2C4
}

.breadcrumb ul li {
    display: inline-block;
    color: #D7D2C4;
    text-transform: uppercase;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 12px
}

.breadcrumb ul li::after {
    position: absolute;
    content: "";
    top: 11px;
    right: -4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D7D2C4;
}

.breadcrumb ul li:last-child::after {
    display: none
}

.breadcrumb ul li a {
    color: #D7D2C4;
}

.page-banner {
    padding-top: 10px
}

.page-banner .breadcrumb {
    padding-bottom: 50px
}

.section-heading {
    margin-bottom: 30px
}

.product-slider .slide {
    padding: 0 15px;
    padding-top: 10px
}

.content-box.style2:hover {
    transform: translateY(-6px)
}

.product-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.content-box.style2 {
    border: 1px solid #afaa9d;
    border-radius: 15px;
    overflow: hidden
}

.content-box.style2 .text-box {
    padding: 20px
}

.content-box.style2 .title {
    margin-top: 0
}

.content-box.style2 .image-box img {
    height: 182px;
}

.content-box.style2 .cta-btn {
    font-size: 14px;
}

.h2-alt {
    font-size: 34px
}

.contact-teaser a {
    font-size: 20px
}

.contact-teaser a:hover {
    text-decoration: underline
}

.filters select {
    height: 55px;
    background: transparent;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #2D2926;
    border-radius: 10px;
    margin: 0 10px
}

.filters.alt select {
    margin-left: 0;
    height: 46px;
    padding: 7px;
    font-size: 13px;
}

.filters {
    text-align: center;
    margin-bottom: 30px
}

.c_table th {
    text-transform: uppercase;
    background: #2D2926;
    color: #d7d2c4;
    font-weight: 400 !important;
    font-family: 'Adieu';
    font-size: 13px
}

.c_table label {
    text-transform: uppercase
}

.c_table .dataTables_filter {
    margin-bottom: 10px
}

.c_table .btn {
    border: 1px solid #2D2926;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    text-align: center
}

.c_table .btn:hover {
    background: #2D2926;
    color: #d7d2c4;
}

.divider hr {
    margin: 0
}

.tabs_filter {
    margin-bottom: 30px
}

.tabs_filter button {
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid #2d2926 !important;
    text-transform: uppercase;
    color: #2d2926 !important;
    border-radius: 10px !important
}

.tabs_filter .nav-tabs {
    border: none !important;
    justify-content: center
}

.tabs_filter .nav-tabs li {
    margin: 0 5px
}

.tabs_filter button.active {
    background: #2d2926 !important;
    color: #d7d2c4 !important
}

.img-box,
.video-box {
    display: block;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.plain-content h2 {
    background-color: #CFC9B9;
    padding: 10px;
    font-size: 24px
}

.plain-content h3 {
    font-size: 22px
}

.plain-content h4 {
    font-size: 20px
}

.plain-content h5 {
    font-size: 18px
}

.plain-content h6 {
    font-size: 16px
}

.plain-content ul,
.plain-content ul li {
    list-style: disc
}

.plain-content ol,
.plain-content ol li {
    list-style: decimal
}

.plain-content ul,
.plain-content ol {
    margin-left: 20px;
    margin-bottom: 20px
}

.plain-content p a {
    text-decoration: underline
}

.plain-content p a:hover {
    text-decoration: none
}

.faqs_accordion {
    margin-top: 0px
}

.faqs_accordion .accordion-item:first-of-type .accordion-button,
.faqs_accordion .accordion-item:first-of-type {
    border-radius: 0px
}

.faqs_accordion .accordion-item {
    margin-top: 15px;
    border: none;
    background: transparent
}

.faqs_accordion .accordion-item:first-child {
    margin-top: 0
}

.faqs_accordion .accordion-button {
    border: none;
    background: #CFC9B9;
    color: #101E41;
    padding: 20px 25px;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Adieu';
    text-transform: uppercase;
    border-radius: 10px
}

.faqs_accordion .accordion-body {
    padding: 40px 30px;
    background-color: #CFC9B9;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 45px;
    line-height: 30px;
}

.faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px
}

.faqs_accordion .accordion-button:not(.collapsed) {
    background-color: #2D2926;
    color: #D7D2C4;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 10px !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.column_2 {
    column-count: 2
}

.view_style button {
    width: 30px;
    height: 30px;
    border-radius: 5px
}

.view_style button.active {
    background: #2d2926;
    color: #d7d2c4
}

.grid_view_wrapper,
.table_view_wrapper {
    display: none;
}

.grid_view_wrapper.active,
.table_view_wrapper.active {
    display: block;
}

.assets-box {
    display: block;
    background: rgba(172, 164, 144, 0.24);
    padding: 10px;
    border-radius: 10px;
    height: 100%
}

.assets-box .image {
    height: 220px
}

.assets-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.assets-box .text {
    padding: 10px
}

.assets-box .text li {
    display: inline-block;
    font-size: 10px;
    padding: 5px 10px;
    background: #d7d2c4;
    line-height: normal;
    border-radius: 5px;
}

.assets-box .text .title {
    margin-top: 15px
}

.assets-box .action {
    margin-top: 15px
}

.assets-box .action input,
td .action input,
.all-check input {
    display: block;
	opacity:0;
	height:0
}

.assets-box .action label,
td .action label,
.all-check label {
    font-size: 0;
    position: relative;
}

td .action label {
    width: 20px
}

.assets-box .action label::before,
td .action label::before,
.all-check label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, 0.28)
}

.assets-box .action input:checked + label:after,
td .action input:checked + label:after,
.all-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #d7d2c4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.assets-box .action input:checked + label:before,
td .action input:checked + label:before,
.all-check input:checked + label:before {
    background: #18181b
}

.assets-box .action .right button,
td .action .right button {
    width: 22px;
    height: 22px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 51, 51, 0.08);
    border-radius: 5px;
}

.download_tab {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #2c2c2c;
    padding: 30px;
    color: #fff;
    bottom: -100%;
    transition: all 0.4s;
    text-transform: uppercase;

}

.download_tab.active {
    bottom: 0
}

.count_select {
    font-family: 'Adieu';
    font-size: 15px;
    margin-right: 20px
}

.close_dw_tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #aa5757;
    color: #D7D2C4;
    padding: 10px 20px;
    border-radius: 50px;
}

.close_dw_tab:hover {
    background: #8d4e4e;
    color: #D7D2C4;
}

.close_dw_tab i {
    margin-right: 5px
}

.download_tab .download_btn i {
    margin-right: 5px
}

.tog-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.all-check {
    margin-left: 15px
}

.all-check input + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.c_table td img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    min-width: 50px
}

/* Add this to your CSS file or a <style> block */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

.modal-content {
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    background-color: #fefefe;
    border-radius: 8px;
    width: 80%;
    /* Could be more or less, depending on screen size */
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content .close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 9px;
    right: 16px;
    width: 30px;
    text-align: right;
    z-index: 1
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#assetViewer img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal-info .title {
    color: #2d2926;
    font-family: 'Adieu';
    font-size: 14px;
    text-transform: uppercase;
}

.modal-info .info {
    margin-bottom: 20px
}

.modal-info ul {
    width: 40%
}

.modal-info ul li {
    background: #d7d2c44a;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 14px;
}

.modal-info ul li span:nth-child(1) {
    font-weight: 700;
    display: inline-block;
    width: 50%;
}

/* Navigation Arrows */
.modal_navigation .nav-arrow {
    
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    border-radius: 4px;
    z-index: 1001;
}
.modal_navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}

#assetViewer {
    /* Style for your asset content area */
    max-height: 50vh;
    overflow: hidden;
}
#assetViewer > div{
    height: 50vh;
    background: #2d2926 !important
}
.view{
    cursor: pointer
}
div#dynamic-filters {
    display: inline;
}
.gform_validation_errors{
	display:none !important
}
.gfield_validation_message{
	color:red !important;
}
.gfield_description.instruction.validation_message{
	color:#fff !important;
	opacity:0.5
}
.gform_confirmation_message{
	text-align:center !important;
	color:#D7D2C4 !important
}
.twr-messages {
    margin-bottom: 0 !important;
    background: #18181b !important;
	text-align:center !important;
	padding:0 20px !important
}
.twr-message {
    margin: 0 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    position: relative !important;
    top: 10px !important;
}
.twr-message.twr-error {
    background-color: transparent !important;
    border: 1px solid #f5c6cb !important;
    color: #fda1aa !important;
}
.content-text.style2 input[type="checkbox"]{
	width:auto !important
}
.twr-form-wrapper .content-area {
    padding: 60px 0;
}
.twr-message.twr-success {
    background-color: transparent !important;
    border: 1px solid #c3e6cb !important;
    color: #98c9a3 !important;
}
.twr-user-dashboard {
    max-width: 1200px !important;
    margin: 0 auto !important;
    border: none !important;
    background: transparent !important;
    padding: 60px 20px !important;
}
.user-info, .user-regions {
    background: transparent !important;
    padding: 30px !important;
    border-radius: 6px !important;
    border: 1px solid #afaa9d !important;
}
.user-info h3, .user-regions h3 {
    margin-top: 0 !important;
    color: #2d2926 !important;
    border-bottom: 2px solid #2d2926 !important;
    padding-bottom: 10px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}
.dashboard-actions .cta-btn{
    background: #2d2926 !important;
	color:#D7D2C4 !important
}
.dashboard-actions{
	border:none !important
}
.twr-message.twr-info {
    background-color: #2d2926 !important;
    border: 1px solid #859a9d !important;
    color: #D7D2C4 !important;
    text-align: center !important;
    top: 0 !important;
    margin-bottom: 20px !important;
}

/*REsponsive*/
.mobile_btn {
    display: none
}

#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #402921;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media(max-width:1400px) {}

@media(max-width:991px) {
    .modal_navigation{
        margin-top: 0
    }
    .modalopen {
    overflow: inherit;
}
    br {
        display: none
    }

    .padding-150 {
        padding: 70px 0
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 45px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #2D2926;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #D7D2C4;
        border-bottom: 1px solid rgba(215, 210, 196, 0.24);
        font-size: 15px;
        opacity: 1;
        font-weight: 500
    }

    .header-menu a::before {
        display: none
    }

    .header-menu a::after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #D7D2C4;
        font-size: 13px;
        border-bottom: 1px solid rgba(215, 210, 196, 0.21)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action > a {
        display: none
    }

    .header-area {
        position: relative
    }

    .site-logo {
        max-width: 220px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }

    body.active {
        overflow: hidden
    }

    a.site-logo {
        display: inline-block;
        width: 110px;
    }

    .header-area {
        z-index: 99
    }

    body {
        line-height: 24px;
        font-size: 15px;
    }




    .mobile-btn {
        display: block;
        margin-top: 20px
    }

    br {
        display: none
    }

    .call-to-action.style1 .group_btns {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .call-to-action.style1 .group_btns .cta-btn {
        margin-left: 0;
        margin-right: 10px
    }

    .footer-image-text {
        text-align: center
    }

    .footer-image-text .footer-social {
        margin-bottom: 30px
    }

    .product-arrows {
        justify-content: center !important;
        margin-top: 30px
    }

    .contact-form.style1 {
        margin-left: 0;
        padding: 30px 15px
    }

    .contact-teaser .icon-teaser-text span {
        font-size: 16px
    }

    .contact-teaser a {
        font-size: 16px
    }

    .header-logo.site-logo {
        max-width: 100px;
    }

    .mobile_btn {
        display: block;
        margin-top: 20px
    }

    .hero-area {
        height: 450px;
    }

    .hero-text .heading {
        font-size: 40px;
    }

    h1,
    .h1 {
        font-size: 34px;
        line-height: 115%;
    }

    h2,
    .h2 {
        font-size: 28px;
        line-height: 115%;
    }

    .banner-text .h1 {
        font-size: 34px;
    }

    .img-box,
    .video-box {
        height: 190px;
    }

    .c_table .action {
        justify-content: flex-start !important
    }

    .c_table .action .checkbox {
        margin-left: 10px
    }

    .c_table td img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 10px;
        min-width: 40px;
        margin-left: auto;
        margin-top: -26px;
        margin-left: 20px
    }

    .assets-box .image {
        height: 160px;
    }

    .modal-content {
        width: 95%
    }

    .modal-info ul {
        width: 80%;
    }

    .modal-info .cta-btn {
        margin: 5px 0;
        width: 80%
    }

}

@media(max-width:767px) {
    .assets-box .image {
        height: 200px;
    }

    h2,
    .h2 {
        font-size: 24px
    }

    .hero-area {
        height: 320px
    }

    .hero-text .heading {
        font-size: 25px;
    }

    .footer-image-text {
        text-align: center
    }

    .footer-social {
        margin-bottom: 30px
    }

    .footer_title {
        font-size: 16px
    }

    .faqs_accordion .accordion-button {
        font-size: 12px
    }

    .banner-text .h1 {
        font-size: 45px
    }

    .footer-area {
        padding: 30px 0
    }

    .footer-widget {
        margin: 15px 0
    }

    .footer_title {
        margin-bottom: 8px;
    }

    .footer-logo {
        width: 180px;
    }

    .banner-text .h1 {
        font-size: 28px;
    }

    .filters {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .filters select {
        width: 100%;
        margin: 0;
        font-size: 12px
    }

    .tabs_filter .nav-tabs li {
        margin: 5px
    }

    .download_tab {
        padding: 20px
    }

    .close_dw_tab {
        font-size: 0
    }

    .close_dw_tab i {
        font-size: 20px;
        margin: 0
    }

    .download_tab .download_btn {
        font-size: 0
    }

    .download_tab .download_btn i {
        font-size: 20px;
        margin: 0
    }

    .count_select {
        font-size: 13px
    }

    .modal-content {
        margin: 0;
        padding: 13px;
        width: 100%;
        border-radius: 0;
        height: 100%;
        padding: 20px;
        padding-top: 40px
    }

    #assetViewer {
        max-height: 30vh;
        overflow-y: auto;
        margin-bottom: 20px;
    }

    .modal-body {
        padding: 0
    }

    .modal-info ul {
        width: 100%
    }

    .nav-arrow {
        top: 22%
    }

    .prev-arrow {
        left: 0px;
    }

    .next-arrow {
        right: 0px;
    }

    .modal-info .cta-btn {
        width: 100%;
        margin: 5px 0
    }



}

@media(max-width:575px) {

    .img-box,
    .video-box {
        height: 130px;
    }

    .footer-widget {
        margin-bottom: 10px
    }

    .footer-widget ul {
        column-count: 2
    }

    .footer-widget ul li {
        margin-top: 0;
        margin-bottom: 10px
    }

    .footer_title {
        margin-bottom: 16px
    }

    .call-to-action.style1 {
        padding: 30px;
        text-align: center
    }

    .call-to-action.style1 .group_btns {
        margin-bottom: 0;
        justify-content: center;
    }

    .call-to-action.style1 .group_btns .cta-btn {
        min-width: 100px;
        margin-left: 5px;
        margin-right: 5px
    }

    .product-arrows {
        justify-content: center !important;
        margin-top: 30px
    }

    .content-image.style2 {
        margin-bottom: 30px
    }

    .contact-form.style1 {
        margin-left: 0;
        margin-top: 30px;
        padding: 30px 15px
    }

    .group_btns .cta-btn {
        width: 100%;
        margin-top: 10px
    }

    .contact-area .section-heading {
        margin-bottom: 0
    }

    .mobile_btn .cta-btn {
        width: 100%;
        text-align: center
    }

    .filters {
        flex-wrap: wrap
    }

    .tog-action {
        margin-bottom: 20px
    }

}
.filters.alt select{
	text-transform:capitalize;
	font-size:14px
}
span.category-tag {
    display: block;
}
.dataTables_paginate .paginate_button {
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button:hover {
    border: none !important;
    background: #2D2926 !important;
    color: #fff !important;
    box-shadow: inherit !important;
    border-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color:#fff !important
}
.modal-info ul li{
	display:flex
}
.modal-info ul li span:nth-child(1) {
    width: 50%;
    min-width: 50%;
}
.assets-box .text .title{
	text-transform:capitalize
}
.modal-info span#assetTitle {
    text-transform: capitalize;
}
@media(max-width:575px){
	.filters{
		display:block !important
	}
	.filters.alt select{
		margin:5px 0
	}
	.sub-child-filters{
		display:block !important
	}
}


.icon-teaser .content-container{
    height: 250px;
}@media (min-width:765px) {
    .icon-teaser .content-container{
    height: 300px;
}
}