@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
.cmenu ul,
.footer ul,
body,
ul {
    padding: 0;
    margin: 0;
}
.pt-6,
.py-6 {
    padding-top: 60px !important;
}
.pb-6,
.py-6 {
    padding-bottom: 60px !important;
}
.cmenu,
.cmenu ul li {
    display: inline-block;
}
.cmenu ul li ul,
.cmenu ul li:hover ul li ul {
    opacity: 0;
    visibility: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #181818;
    font-family: "Open Sans", sans-serif !important;
    color: #515b61;
    overflow-x: hidden !important;
}
a,
a:hover {
    -webkit-transition: 0.5s ease-out;
    text-decoration: none !important;
}
.header,
.header.sticky,
.logo img {
    transition: 0.5s ease-out;
}
.text-theme {
    color: #da9b89 !important;
    font-size: 45px;
}
.topheader {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
}
.topheader p {
    margin-bottom: 0 !important;
    font-size: 15px;
}
.header .rightsec a,
.topheader a {
    color: #fff;
    font-size: 15px;
}
.abutcountingsec a,
.header .rightsec a:hover,
.home-mob a,
.topheader a:hover {
    color: #da9b89;
}
.header {
    width: 100%;
    height: auto;
    position: relative;
    padding: 7px 0;
    z-index: 99;
}
.header a.woocmrsicon {
    font-size: 25px;
    margin-left: 12px;
    color: #da9b89;
}
.header a.woocmrsicon sup {
    background: #fff;
    border-radius: 50%;
    padding: 0 4px;
    font-size: 14px;
    top: -13px;
    left: -5px;
}
.header.sticky {
    position: fixed;
    padding: 10px 0;
    z-index: 99;
}
.logo {
    padding-top: 4px;
    width: 100%;
    overflow: hidden;
}
.logo img {
    height: 72px !important;
    width: 100%;
    object-fit: cover;
}
.header.sticky .logo img {
    height: 30px !important;
    transition: 0.5s ease-out;
}
.cmenu {
    width: auto;
    height: auto;
    background: 0 0;
    font-size: 15px;
    text-align: right;
    margin-top: 0;
    font-weight: 400;
    -webkit-transition: 0.5s ease-out;
    padding-top: 25px;
}
.cmenu ul li {
    list-style: none;
    position: relative;
    margin: 0 33px 0 0;
}
.cmenu ul li a,
.header .rightsec ul li a {
    color: #fff;
    position: relative;
    padding: 0;
    display: block;
    margin: 0;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
}
.cmenu ul li a:hover,
.cmenu ul li.active a,
.footer ul li a:hover,
.rightdrpdwn li a:hover {
    color: #da9b89;
    text-decoration: none;
}
.cmenu ul li a:before,
.header .rightsec ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: #da9b89;
    z-index: 1;
    -webkit-transition: 0.4s ease-out;
}
.cmenu ul li a:hover:before,
.cmenu ul li.active a:before,
.header .rightsec ul li a:hover:before {
    width: 100%;
    -webkit-transition: 0.4s ease-out;
}
.cmenu ul li ul {
    margin: 50px 0 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    background: #000;
    border-bottom: 5px solid #da9b89;
    box-shadow: 0 6px 11px -2px #000;
    -webkit-transition: 0.5s ease-out;
    font-size: 14px;
}
.cmenu ul li ul li {
    width: 270px;
    padding: 0 15px;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #333;
    position: relative;
}
.cmenu ul li ul li:last-child {
    border-bottom: none;
}
.cmenu ul li ul li a {
    color: #fff;
    display: block;
    padding: 0;
}
.cmenu button.sub-menu-toggle,
.cmenu ul li ul li a:before,
.cmenu ul li:nth-child(6),
.cmenu ul li:nth-child(7),
.cmenu ul li:nth-child(8),
.footer ul.address li:before,
.footer ul.glry li:before,
.mm-spn--navbar.mm-spn--main,
.mynavlayr,
.mysidenav,
.rightdrpdwn li:first-child,
.rightdrpdwn li:nth-child(2),
.rightdrpdwn li:nth-child(3),
.rightdrpdwn li:nth-child(4),
.rightdrpdwn li:nth-child(5),
.rmenubar,
.searchmodal label,
.serchbtnmbl,
.single-product .summary.entry-summary .yith-wcwl-add-to-wishlist,
.single-product .woocommerce-tabs ul li:after,
.single-product .woocommerce-tabs ul li:before,
.woocommerce-result-count,
.wpcf7-form .col-md-6.capfrm .mb-3 p {
    display: none;
}
.abtexclusivesec ul,
.blgdtlsbx,
.showcatsec {
    display: flex;
}
.abtexclusivesec .content a,
.bodyContent a:hover,
.cmenu ul li ul li a:hover,
.copyright a,
.footer .socilicon a:hover i,
.hmprdetailsec .yith-wcwl-add-to-wishlist a,
.single-product .summary.entry-summary,
nav.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
}
.cmenu ul li ul li:hover {
    background: #da9b89;
}
.cmenu ul li:hover ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
    line-height: 25px;
    -webkit-transition: 0.5s ease-out;
}
.cmenu ul li:hover ul li {
    line-height: 25px;
    padding: 8px 15px;
}
.cmenu ul li:last-child,
.productthumb .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    margin-right: 0;
}
.cmenu ul li.menu-item-has-children:before {
    position: absolute;
    content: "\f0d7";
    top: 1px;
    right: -18px;
    font-size: 17px;
    font-family: FontAwesome;
    color: #fff;
}
.cmenu ul li ul li:nth-child(6),
.cmenu ul li ul li:nth-child(7),
.cmenu ul li ul li:nth-child(8),
.wpcf7-form .col-md-6.capfrm .mb-3 p.dscf7captcha {
    display: block;
}
.rightdrpdwn {
    background: #000;
    padding: 0 8px;
    box-shadow: 0 5px 9px -6px #9e9e9e;
}
.rightdrpdwn li {
    border-bottom: 1px solid #dddddd63;
}
.rightdrpdwn li a {
    display: block;
    color: #fff;
    padding: 7px 0;
    text-transform: uppercase;
}
.banner .carousel-caption {
    width: 50%;
    top: 60%;
    transform: translateY(-50%);
    left: 46%;
}
.banner .carousel-caption h1,
.hmprdetailsec h1,
.hmprdsec h1,
.showcatsec .threethumb .pcatthumb .content h1 {
    font-family: "Bebas Neue", cursive;
}
.banner .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50%;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
    transform: translateY(-50%);
    transform: rotate(90deg);
}
.banner .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 8px;
    background: url(../images/banner-dotted-img.png) no-repeat;
}
.searchmodal {
    background: #000;
    height: 45%;
}
.searchmodal .modal-body {
    padding: 50px 0 0;
    background: #000;
}
.searchmodal a.clsbtn {
    position: absolute;
    right: 40px;
    top: 50px;
    color: red;
    font-size: 44px;
}
.searchmodal .modal-body input[type="search"] {
    width: calc(100% - 60px);
    display: inline-block;
    background: #000;
    border: 1px solid #da9b89;
    height: 70px;
    color: #fff;
    padding: 16px;
    font-size: 20px;
}
.searchmodal .modal-body input[type="search"]:focus {
    outline: 0;
    border: 1px solid #da9b89;
}
.searchmodal .modal-body button.search-submit {
    border: 1px solid #da9b89;
    height: 70px;
    padding: 0 17px;
    background: #000;
    color: #da9b89;
    position: relative;
    margin-left: -5px;
    border-left: none;
    top: 3px;
    font-size: 27px;
}
span.page-description.search-term {
    font-size: 35px;
    color: #da9b89;
    font-weight: 700;
}
.showcatsec .threethumb {
    flex: 1;
    display: inline-block;
}
.showcatsec .threethumb .pcatthumb {
    height: 450px;
    overflow: hidden;
    position: relative;
}
.showcatsec .threethumb .pcatthumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    transition: 0.9s;
}
.showcatsec .threethumb .pcatthumb.small {
    height: 340px;
}
.showcatsec .threethumb .pcatthumb .overlay {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: rotate(0) scale(1.003) skew(14deg) translate(0);
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.showcatsec .threethumb .pcatthumb:hover .overlay {
    left: -70%;
}
.showcatsec .threethumb .pcatthumb:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.showcatsec .threethumb .pcatthumb .content {
    position: absolute;
    bottom: 0;
    padding: 0 50px 35px;
    width: 100%;
    color: #fff;
    font-size: 26px;
}
.abtexclusivesec .content a.buynowbtn,
.showcatsec .threethumb .pcatthumb .content .buynowbtn {
    border: 1px solid #fff;
    padding: 7px 18px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
}
.abtexclusivesec .content a.buynowbtn:hover,
.blogcontent .blgrdmore:hover,
.contfrm input[type="submit"]:hover,
.hmprdetailsec a.buynowbtn:hover,
.productthumb .image .icons a:hover,
.productthumb .image .selltag,
.showcatsec .threethumb .pcatthumb .content .buynowbtn:hover {
    color: #000;
    background: #da9b89;
}
.blogdtls,
.contfrm,
.hmprdsec,
.inblogsec,
.termsec {
    padding: 70px 0;
}
.productthumb {
    border: 1px solid #da9b89;
    margin-bottom: 25px;
    height: 100%;
}
.productthumb .image {
    width: 100%;
    height: 380px;
    line-height: 380px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 6px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.9s;
}
.hmprdetailsec .yith-wcwl-add-to-wishlist,
.hmprdetailsec a.buynowbtn {
    border: 1px solid #da9b89;
    padding: 12px 20px;
    display: inline-block;
}
.productthumb .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.productthumb .image .icons {
    position: absolute;
    bottom: -70px;
    width: 100%;
    line-height: initial;
    -webkit-transition: 0.4s;
}
.productthumb .image .icons a {
    background: #000;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #da9b89;
    display: inline-block;
    font-size: 20px;
    margin: 0 2px;
}
.productthumb .yith-wcwl-add-to-wishlist {
    display: inline-block;
}
.productthumb .image .selltag {
    line-height: initial;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 3px 13px;
    box-shadow: 0 1px 3px 0 #000;
}
.productthumb .content h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
    height: 55px;
    overflow: hidden;
}
.hmprdetailsec .price,
.productthumb .content .price {
    font-size: 22px;
}
.productthumb:hover .image {
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    transition: 0.9s;
}
.productthumb:hover .image .icons {
    position: absolute;
    bottom: 22px;
    width: 100%;
    -webkit-transition: 0.4s;
}
.hmprdetailsec {
    padding: 0 0 70px;
}
.hmprdetailsec p {
    line-height: 34px;
}
.hmprdetailsec a.buynowbtn {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 30px;
}
.hmprdetailsec .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    margin-right: 0 !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background: #0000003d;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}
.innrbnr .image-caption p,
.stars {
    font-size: 16px;
}
.stars {
    position: relative;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
}
.footer,
.footer ul li {
    font-size: 17px;
}
.star-rating:before,
.star-rating > span:before,
.stars .stars-active,
.stars:before {
    content: "\f005";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 8px;
}
.stars.stars-1:before {
    content: "\f005";
}
.stars.stars-2:before {
    content: "\f005\f005";
}
.stars.stars-3:before {
    content: "\f005\f005\f005";
}
.stars.stars-4:before {
    content: "\f005\f005\f005\f005";
}
.stars.stars-5:before {
    content: "\f005\f005\f005\f005\f005";
}
.stars:before {
    color: #da9b89;
    padding-left: 0;
    font-size: 18px;
    line-height: 1;
}
.hmbrandsec .brandimg {
    text-align: center;
}
.hmbrandsec .brandimg img {
    width: 80%;
    margin: 0 auto;
}
.footer ul li {
    list-style: none;
    font-weight: 400;
    margin-top: 14px;
    padding: 0 0 0 25px;
    position: relative;
}
.footer ul li:before {
    color: #da9b89;
    font-size: 20px;
    left: 0;
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
}
.footer ul.address li {
    padding: 0 0 0 28px;
    width: 100%;
    display: block;
}
.footer ul.address li i {
    color: #da9b89;
    margin-right: 10px;
    left: 0;
    position: absolute;
    top: 5px;
}
.footer ul.glry li {
    display: inline-block;
    padding: 0;
    margin: 2px 0;
}
.footer .socilicon {
    display: block;
    margin-bottom: 15px;
}
.footer .socilicon a {
    list-style: none;
    display: inline-block;
    margin: 0 12px;
}
.footer .socilicon a i {
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    color: #da9b89;
}
.newltrsec {
    background: #000;
    font-size: 18px;
}
.newltrsec .form-control {
    border: none;
    border-radius: 0;
    height: 60px;
    float: left;
    width: 68%;
    margin-bottom: 0;
}
.newltrsec .btn-default,
.newltrsec .emaillist input[type="submit"] {
    background-color: #da9b89;
    border: none;
    border-radius: 0;
    height: 60px;
    padding: 0 18px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.newltrsec .emaillist label {
    width: 68%;
    display: block;
}
.newltrsec .emaillist input[type="email"] {
    border: none;
    border-radius: 0;
    height: 60px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
}
.copyright {
    line-height: 52px;
    font-size: 14px;
}
.innrbnr {
    width: 100%;
    height: 220px;
    position: relative;
    background: url(../images/justice-1509436_1920.jpg) center/cover #000;
    overflow: hidden;
}
.abtexclusivesec ul li .image,
.abtimg {
    width: auto;
    position: relative;
    overflow: hidden;
}
.innrbnr:before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 39%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}
.innrbnr .image-caption {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.abtsec {
    padding: 60px 0 15px;
}
.abtimg {
    border: 5px solid #d99a89;
    height: 415px;
    margin-top: 20px;
}
.abtexclusivesec ul li .image img,
.abtimg img,
.blgdtlsbx .rltdimg img,
.blogdtlsimg img,
.inblogsec .inblogimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmap,
.cmap iframe {
    height: 450px;
}
.abtsec h1 {
    font-size: 3rem;
    color: #fff;
}
.abutcountingsec {
    padding: 10px 0;
    position: relative;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #fff;
}
.abtvisionsec {
    padding: 50px 0;
}
.abtvisionsec h1,
.contfrm h3,
.termsec h1 {
    font-family: "Bebas Neue", cursive;
}
.abtexclusivesec ul li {
    list-style-type: none;
    width: 25%;
}
.abtexclusivesec ul li .image {
    height: 410px;
    transition: 0.3s;
}
.abtexclusivesec ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000003b;
    position: absolute;
    left: 0;
    top: 0;
}
.abtexclusivesec ul li .image:hover {
    transform: scale(1.05);
}
.abtexclusivesec .content {
    position: absolute;
    bottom: 0;
    padding: 0 35px 35px;
    width: 100%;
    color: #fff;
    font-size: 22px;
}
.contctdtlssec {
    padding: 90px 0;
    background: url(../images/contactbg.jpg) 0 0 / cover;
}
.contctdtlssec h1 {
    font-family: "Bebas Neue";
    margin-bottom: 10px;
}
.blogdtls h2,
.blogdtlscntnt h1,
.inblogsec h1,
.termsec h3 {
    font-family: "Bebas Neue", cursive;
}
.contctdtlssec a,
.contctdtlssec p {
    font-size: 24px;
    color: #fff;
}
.contfrm .form-control {
    color: #fff;
    height: 60px;
    padding: 10px 21px;
    background-color: #00000045;
    border: 1px solid #da9b897d;
    border-radius: 0;
    margin-bottom: 20px;
}
.contfrm textarea.form-control {
    height: 150px;
    border-radius: 0;
    color: #fff;
}
.contfrm .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #da9b89;
}
.contfrm ::-webkit-input-placeholder {
    color: #fff !important;
}
.contfrm ::-moz-placeholder {
    color: #fff !important;
}
.contfrm :-ms-input-placeholder {
    color: #fff !important;
}
.contfrm input:-moz-placeholder {
    color: #fff !important;
}
.blogcontent .blgrdmore,
.contfrm input[type="submit"] {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.contfrm input[type="submit"] {
    border: 1px solid #fff;
    padding: 7px 18px;
    font-size: 22px;
    background: 0 0;
}
.cmap iframe {
    border: 0;
    width: 100%;
}
.inblogsec h1 {
    margin-bottom: 45px;
}
.inblogsec .inblogimg {
    width: 100%;
    height: 470px;
    overflow: hidden;
}
.inblogsec .blogcontent {
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 0 3px rgb(41 26 85 / 25%);
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding: 18px 20px;
}
.inblogsec .blogcontent h5 {
    margin-bottom: 25px;
}
.inblogsec .blogcontent a.blgname {
    font-size: 25px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}
.blogcontent p i {
    color: #da9b89;
    font-size: 20px;
}
.blogcontent p {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 24px;
}
.blogcontent p:first-child {
    margin-right: 10px;
}
.blogcontent .blgrdmore {
    border: 2px solid #da9b89;
    padding: 12px 20px;
    font-size: 17px;
    margin-top: 15px;
    background: #000;
    margin-bottom: 20px;
}
.inblgcrd {
    height: auto;
    position: relative;
    margin-bottom: 40px;
}
.blogdtlsimg {
    width: 50%;
    height: auto;
    float: left;
    margin: 30px;
}
.blogdtlscntnt {
    padding: 25px 20px;
    background: 0 0;
    border: 2px solid #d99a89;
    margin-top: 0;
}
.blogdtlscntnt h1 {
    font-size: 30px;
}
.blogdtlscntnt i {
    font-size: 20px;
    color: #d99a89;
}
.blogdtlscntnt a {
    color: #d99a89;
}
.blogdtls h2 {
    font-size: 53px;
    border-bottom: 2px solid #d99a89;
    padding: 14px 0;
    text-align: center;
    margin: 40px 0;
    letter-spacing: 1px;
}
.blgdtlsbx {
    width: 100%;
    justify-content: flex-start;
    background: #000;
    align-items: center;
}
.blgdtlsbx:hover {
    box-shadow: 0 0 8px -2px #9a9a9a;
}
.blgdtlsbx .rltdimg {
    width: 95px;
    height: 106px;
    overflow: hidden;
    position: relative;
}
.bxcntnt {
    padding: 5px 10px;
}
.bxcntnt a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.bxcntnt p {
    margin: 3px 0;
    font-size: 12px;
    color: #d0a498;
    display: block;
}
.bxcntnt i {
    margin-right: 5px;
    font-size: 15px;
    color: #d99a89;
}
.termsec h3 {
    font-size: 32px;
}
.policybox {
    padding: 30px 25px;
    border: 2px solid #d99a89;
}
.policybox p {
    font-size: 15px;
    line-height: 28px;
}
.policybox ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.policybox ul li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
}
.single-product .product span.onsale {
    background: #da9b89 !important;
    color: #fff !important;
    font-weight: 400 !important;
    box-shadow: 2px 2px 5px -2px #000;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
    color: #da9b89;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
}
.single-product .summary.entry-summary p.price {
    color: #000 !important;
    font-size: 23px !important;
}
.woocommerce-product-details__short-description {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
}
.footer li,
.footer p {
    line-height: 1.3;
    padding: 0;
}
.woocommerce-product-details__short-description h3 {
    font-size: 20px;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    color: #262626;
}
.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 15px;
}
.woocommerce-product-details__short-description ul li:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f105";
    font-family: FontAwesome;
    color: #95ba00;
    font-size: 20px;
    font-weight: 600;
}
.single-product .summary.entry-summary .single_add_to_cart_button {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px !important;
    border-radius: 0;
    letter-spacing: 2px;
    padding: 17px 32px;
    background: #da9b89;
    color: #fff;
    margin-bottom: 30px;
}
.single-product .summary.entry-summary .single_add_to_cart_button:hover {
    background: #000 !important;
    color: #fff !important;
}
.single-product .summary.entry-summary .quantity input.qty {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
}
.single-product
    .summary.entry-summary
    .woocommerce-product-details__short-description
    h3#item-description__key-features {
    font-size: 20px;
}
.single-product .summary.entry-summary .product_meta {
    font-size: 13px;
}
.single-product .summary.entry-summary .posted_in {
    margin-left: 15px;
}
.single-product .summary.entry-summary .posted_in a {
    color: #fff;
    background: #000;
    padding: 1px 3px;
}
.single-product .summary.entry-summary span.sku {
    color: #fff;
    background: #da9b89;
    padding: 1px 3px;
}
.single-product .woocommerce-tabs ul {
    margin-bottom: 0 !important;
}
.single-product .woocommerce-Tabs-panel .form-control,
.single-product .woocommerce-tabs ul li {
    border-radius: 0 !important;
}
.single-product .woocommerce-tabs ul li a {
    font-size: 16px;
    padding: 16px 36px !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-product .woocommerce-Tabs-panel ul li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
}
.single-product .summary.entry-summary ul li:before,
.single-product .woocommerce-Tabs-panel ul li:before {
    content: "";
    color: #da9b89;
    font-size: 20px;
    left: 0;
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    top: -4px;
}
.single-product .woocommerce-tabs ul li.active {
    background: #da9b89 !important;
}
.bodyContent .gdh h3,
.single-product .woocommerce-tabs ul li.active a {
    color: #fff !important;
}
.single-product .woocommerce-Tabs-panel {
    border: 1px solid #d8d4d8;
    padding: 15px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.single-product .woocommerce-Tabs-panel h2 {
    text-transform: capitalize;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    font-size: 26px;
    display: none;
}
.single-product .related.products h2 {
    text-transform: capitalize;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff !important;
}
.newltrsec .emaillist input[type="email"]:focus {
    outline: 0;
}
.single-product .woocommerce-Tabs-panel h5 {
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
}
.single-product .woocommerce-Tabs-panel p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.single-product .woocommerce-Tabs-panel input[type="submit"] {
    padding: 12px 23px !important;
    background: #da9b89 !important;
    color: #000 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    margin-left: 15px;
}
.single-product .woocommerce-Tabs-panel .form-submit input[type="submit"] {
    margin-left: 0;
}
@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}
nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width: 200px;
    font-size: 17px;
    line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 20px;
    background-color: #000;
    border-bottom: 1px solid rgba(151, 151, 151, 0.36);
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
}
nav.woocommerce-MyAccount-navigation ul li.is-active,
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: #da9b89;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after,
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid #da9b89;
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
}
.woocommerce .woocommerce-MyAccount-content {
    background: #000 !important;
    padding: 25px;
    border: 1px solid #8d8d8d;
    box-shadow: 2px 2px 7px -3px #000;
}
.woocommerce-MyAccount-content form .form-row input.input-text {
    height: 40px;
}
.woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-MyAccount-content form .form-row textarea {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 0;
    border: 1px solid #e4e4e4 !important;
}
.woocommerce-MyAccount-content .addresses .title .edit {
    background: #da9b89;
    color: #fff;
    padding: 4px 14px;
    border-radius: 3px;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #aeaeae;
    padding: 10px;
}
.woocommerce-Addresses.col2-set,
div#customer_login {
    width: 100% !important;
}
.col-1.woocommerce-Address {
    width: 48% !important;
    float: left;
}
.col-2.woocommerce-Address,
div#customer_login .col-2 {
    width: 48% !important;
    float: right !important;
}
div#customer_login .col-1 {
    width: 48% !important;
    float: left !important;
}
.woocommerce-form-login.login,
.woocommerce-form-register.register {
    width: 100%;
    margin: 20px auto 0;
    box-shadow: 0 0 6px #616161;
    background: #000;
    border: 1px solid #da9b89;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
    text-shadow: none;
}
.woocommerce-form-login.login input[type="checkbox"],
.woocommerce-form-register.register input[type="checkbox"] {
    height: auto !important;
}
.bodyContent a,
.woocommerce-form-login.login a,
.woocommerce-form-register.register a {
    color: #da9b89 !important;
}
.woocommerce-form-login.login button[type="submit"],
.woocommerce-form-register.register button[type="submit"] {
    background: #da9b89;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
}
.woocommerce-form-login.login .show-password-input {
    color: #000;
}
#customer_login .woocommerce-Input--text {
    height: 45px;
    line-height: 45px;
}
.heartbeat {
    animation: 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate heartbeat;
}
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@media only screen and (max-width: 768px) {
    .col-1.woocommerce-Address,
    .col-2.woocommerce-Address,
    div#customer_login .col-2 {
        float: none !important;
        width: 100% !important;
    }
    .col-1.woocommerce-Address,
    .footer ul li:last-child {
        margin-bottom: 30px;
    }
    div#customer_login .col-1 {
        width: 100% !important;
        float: none;
    }
    .mysidenav,
    .mysidenav.navopen,
    .rmenubar {
        -webkit-transition: 0.5s ease-out;
    }
    .rmenubar,
    .rmenubar:hover {
        background: #da9b89;
    }
    .rmenubar {
        position: absolute;
        right: 10px;
        top: 33px;
        z-index: 99;
        display: block;
        font-size: 25px;
        padding: 0 9px;
        border-radius: 0;
    }
    .mynavlayr,
    .mysidenav {
        position: fixed;
        top: 0;
        height: 100%;
    }
    .rmenubar a,
    .rmenubar a:focus,
    .rmenubar a:hover {
        color: #000 !important;
    }
    .mysidenav {
        display: block;
        left: -260px;
        width: 250px;
        z-index: 9999;
        background: #fff;
        padding-bottom: 55px;
        box-shadow: 1px 2px 9px 2px #5a5a5a;
    }
    .mysidenav.navopen {
        left: 0;
    }
    .mynavlayr {
        left: 0;
        width: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 0.36);
        display: none;
    }
    .menusociallink,
    .mysidenav ul.btnmenu {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .mysidenav .sitename {
        width: 100%;
        background: #181818;
        text-align: center;
        font-size: 22px;
        color: #fff;
        padding: 15px 0;
        text-transform: uppercase;
        font-weight: 700;
    }
    .mysidenav .sitename .sidbarlogo .sidbarlogo {
        padding: 16px 0;
    }
    .mysidenav .sitename .sidbarlogo img {
        height: 50px;
    }
    .mysidenav a.mloginbtn {
        background: #000;
        padding: 11px 5px;
        display: block;
        text-align: center;
        color: #fff;
    }
    .mysidenav ul.btnmenu {
        display: flex;
        margin: 0;
        padding: 0;
    }
    .mysidenav ul.btnmenu li {
        flex: 1;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        background: #000;
    }
    .mysidenav ul.btnmenu li:last-child {
        background: #f5d000;
    }
    .mysidenav ul.btnmenu li a {
        display: block;
        color: #fff;
        padding: 8px 0 4px;
    }
    .menusociallink ul li a,
    .mysidenav ul.btnmenu li:last-child a {
        color: #000;
    }
    .sidemenu {
        height: 100%;
        overflow-y: scroll;
        padding: 0;
        background: #000;
    }
    .sidemenu ul {
        margin: 0;
        padding: 0 15px;
    }
    .sidemenu ul li {
        list-style: none;
        position: relative;
    }
    .sidemenu ul li li {
        text-transform: capitalize;
    }
    .sidemenu ul li a {
        color: #fff;
        padding: 8px 10px;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .serchbtnmbl a,
    .sidemenu ul li a:hover {
        color: #da9b89;
    }
    .menusociallink {
        text-align: center;
        padding: 10px 0;
    }
    .menusociallink ul {
        margin: 0;
        padding: 0;
    }
    .menusociallink ul li {
        list-style: none;
        display: inline-block;
    }
    .menusociallink ul li a i {
        width: 35px;
        height: 35px;
        background: #da9b89;
        text-align: center;
        line-height: 35px;
        color: #fff;
    }
    .cmenu,
    .rightdrpdwn,
    .sidemenu button.sub-menu-toggle,
    .woocmrsicon {
        display: none;
    }
    .topheader {
        font-size: 12px;
        padding: 5px 0;
    }
    .header {
        padding: 4px 0;
    }
    .abtexclusivesec ul li,
    .hmbrandsec .brandimg img,
    .newltrsec .emaillist label {
        width: 100%;
    }
    .newltrsec .emaillist input[type="email"] {
        float: none;
        width: 100%;
        margin-bottom: 5px;
        padding-left: 12px;
        height: 50px;
    }
    .newltrsec .emaillist input[type="submit"] {
        width: 100%;
        height: 50px;
        padding: 0 13px;
        font-size: 15px;
    }
    .blogdtlsimg {
        width: auto;
    }
    .blogdtlsimg img {
        height: auto;
    }
    .blgdtlsbx {
        margin-bottom: 15px;
    }
    .productthumb .price,
    .productthumb .stars {
        float: none !important;
        text-align: center;
    }
    .abtexclusivesec ul,
    .productthumb .stars,
    .serchbtnmbl,
    .showcatsec,
    .showcatsec .threethumb {
        display: block;
    }
    .footer ul li a,
    .topheader a,
    .topheader p {
        font-size: 12px;
    }
    .serchbtnmbl {
        position: absolute;
        right: 60px;
        top: 33px;
        z-index: 99;
        font-size: 25px;
        padding: 0 9px;
        border-radius: 0;
    }
    .searchmodal a.clsbtn {
        right: 8px;
        top: 42px;
        font-size: 33px;
        z-index: 9;
    }
    .searchmodal .modal-body input[type="search"] {
        width: calc(100% - 55px);
        height: 50px;
        padding: 8px;
        font-size: 16px;
    }
    .searchmodal .modal-body button.search-submit {
        height: 50px;
        padding: 0 17px;
        border-left: none;
        top: 2px;
        font-size: 21px;
    }
    .showcatsec .threethumb .pcatthumb {
        height: 210px;
    }
    .showcatsec .threethumb .pcatthumb .content {
        padding: 0 33px 25px;
        width: 100%;
        font-size: 24px;
    }
    .logo img {
        margin-bottom: 0;
    }
    .banner .carousel-caption {
        bottom: auto;
    }
    .banner .carousel-caption h1,
    .contctdtlssec a,
    .contctdtlssec p {
        font-size: 20px;
    }
    .banner .carousel-caption p,
    .blogcontent p {
        font-size: 13px;
    }
    .copyright {
        line-height: 20px;
        font-size: 12px;
        padding: 6px 0;
    }
    .copyright img {
        width: 86%;
    }
    .banner .carousel-item img {
        height: 300px;
    }
    .productthumb .image {
        height: 220px;
        line-height: 208px;
        padding: 4px;
        margin-bottom: 0;
    }
    .productthumb .content {
        padding: 5px 5px 9px !important;
    }
    .productthumb .content h4 {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 20px;
        height: 42px;
    }
    .productthumb .image .selltag {
        font-size: 11px;
        padding: 1px 5px;
    }
    .newltrsec {
        font-size: 14px;
        padding: 25px 0 !important;
    }
    .newltrsec .btn-default {
        font-size: 16px;
        padding: 0 12px;
    }
    .footer,
    .stars:before {
        font-size: 14px;
    }
    .newltrsec .form-control {
        width: 65%;
    }
    .hmprdsec {
        padding: 30px 0 0;
    }
    .cuntmin h5,
    .hmprdsec h1 {
        margin-bottom: 15px !important;
    }
    .footer {
        padding: 20px 0 !important;
    }
    .footer ul li {
        font-size: 16px;
        margin-top: 5px;
        padding: 0 0 0 25px;
        display: inline-block;
        width: 49%;
    }
    .innrbnr {
        height: 125px;
        background-position-x: 10%;
    }
    .innrbnr .image-caption {
        left: 54%;
    }
    .abtimg {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .abtexclusivesec ul li .image {
        height: 375px;
    }
    .topheader p {
        margin-right: 0 !important;
    }
    .inblogsec .blogcontent {
        width: 290px;
        height: fit-content;
    }
    .blogcontent p i {
        font-size: 16px;
    }
    .blogcontent p:first-child {
        margin-right: 6px;
    }
}
.footer li,
.footer p,
.sidebarStatic,
.sidebarStatic p {
    color: #fff;
    margin: 0;
}
@media only screen and (max-width: 359px) {
    .copyright img,
    .hmprdetailsec .image img {
        width: 265px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .innrbnr {
        height: 390px;
        background-position-x: 78%;
    }
    .newltrsec .form-control {
        width: 60%;
    }
    .innrbnr .image-caption {
        left: 50%;
    }
    .inblogsec .blogcontent {
        width: 295px;
    }
    .cmenu {
        font-size: 13px;
    }
    .cmenu ul li a {
        padding: 4px 0;
    }
    .cmenu ul li {
        margin: 0 31px 0 0;
    }
}
.abtsec ul li,
.bodyContent ul li {
    margin: 2.5px 0;
    padding: 0 0 0 20px;
    position: relative;
    list-style: none;
}
@media (min-width: 765px) and (max-width: 768px) {
    .header a.woocmrsicon {
        display: none !important;
    }
}
@media (min-width: 1500px) and (max-width: 2600px) {
    .innrbnr {
        height: 260px;
    }
}
.single-product .summary.entry-summary ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}
.woocommerce-pagination ul.page-numbers {
    border: none !important;
}
.woocommerce-pagination ul.page-numbers li {
    padding: 3px !important;
    border: none !important;
}
.woocommerce-pagination ul.page-numbers li a {
    background: #fff;
    color: #da9b89;
    padding: 10px !important;
}
.woocommerce-pagination ul.page-numbers li a:hover {
    background: #000 !important;
    color: #da9b89 !important;
    padding: 10px !important;
}
.woocommerce-pagination ul.page-numbers li span {
    background: #da9b89 !important;
    color: #000 !important;
    padding: 10px !important;
}
.abtsec ul,
.bodyContent ul {
    margin: 0 0 20px;
    padding: 0;
}
.abtsec ul li:before,
.bodyContent ul li:before {
    content: "";
    background-color: #da9b89;
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
}
.footer p {
    font-size: 14px;
}
.footer li {
    font-size: 14px !important;
}
.sidebarStatic {
    position: sticky;
    top: 0;
    padding: 20px 0;
}
.sidebarStatic p {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
}
.sidebarStatic img {
    max-width: 100%;
    height: auto;
}
.sidebarStatic h3 {
    font-family: "Bebas Neue", cursive;
    color: #da9b89 !important;
    margin-top: 30px;
}
.bodyContent {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    color: #fff;
}
.bodyContent p {
    margin: 24px 0 1rem;
    padding: 0;
    color: #fff;
}
.bodyContent h1,
.bodyContent h2 {
    font-size: 3rem;
    color: #da9b89 !important;
    padding-top: 30px;
    font-family: "Roboto Serif", serif;
    text-transform: uppercase;
}
.bodyContent h2 {
    text-transform: capitalize;
}
.bodyContent h3 {
    font-size: 2rem;
}
.bodyContent h4 {
    font-size: 1.6rem;
}
.bodyContent ul li {
    color: #fff;
}
img.thumbPic {
    padding: 4px;
    background-color: #da9b89;
    margin-bottom: 15px;
}
.bodyContent blockquote {
    padding-left: 55px;
    margin: 25px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-style: italic;
}
.bodyContent blockquote strong {
    color: #da9b89;
    font-weight: 700;
    font-style: normal;
}
.bodyContent blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 45px;
    color: #da9b89;
    opacity: 0.5;
    font-style: normal;
}
.banner .carousel-caption h1 {
    font-size: 54px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px !important;
}
.carousel-item img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.banner .carousel-item:nth-child(3) .carousel-caption {
    top: 80%;
}
@media only screen and (max-width: 768px) {
    .rmenubar {
        position: absolute;
        right: 10px;
        top: 21px;
        z-index: 99;
    }
    .banner .carousel-caption h1 {
        font-size: 22px;
        text-align: left;
        padding: 12px !important;
    }
    .logo img {
        width: auto;
    }
}
@media only screen and (max-width: 280px) {
    .banner .carousel-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    .banner .carousel-caption {
        width: 100%;
        top: 60%;
        transform: translateY(-50%);
        left: 0;
    }
    .banner .carousel-caption h1 {
        font-size: 18px;
        text-align: center;
        padding: 12px !important;
    }
    .bodyContent blockquote {
        padding-left: 8px;
        padding-top: 50px;
        margin: 25px 0;
    }
    .bodyContent blockquote:before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
    }
    .abutcountingsec {
        padding: 50px 0;
    }
    .bodyContent {
        padding: 0;
    }
    .footer ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.crcform {
    padding: 20px 35px;
    border: 3px solid #da9b89;
    border-radius: 10px;
    margin-bottom: 15px;
}
.crcform label {
    padding-bottom: 6px;
}
.crcform .form-control {
    height: 46px;
    border-radius: 0;
    padding: 10px;
}
.crcform .sbmtbtn {
    width: 120px;
    display: inline-block;
    background: #da9b89;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border: 0;
}
.crcform .wpcf7-spinner {
    display: block !important;
}
.header .rightsec {
    padding-top: 25px;
}
.header .rightsec ul li {
    list-style: none;
    display: inline-block;
    padding: 0 4px;
}
.abtsec .areas-law {
    font-size: 1.75rem;
    color: #fff !important;
    font-family: none !important;
    font-weight: 0 !important;
}
@media only screen and (max-width: 768px) {
    .footer ul li {
        width: 100%;
    }
    .header {
        display: flex;
        align-items: center;
    }
    .header .rmenubar {
        height: fit-content;
        order: 2;
        margin-right: 11px;
        position: unset;
    }
    .header .align-items-center {
        justify-content: space-between;
        align-items: unset !important;
    }
    .header .align-items-center .col-md-2,
    .header .align-items-center .text-end {
        width: auto;
    }
    .header .align-items-center .col-md-7 {
        display: none;
    }
    .mysidenav.navopen {
        padding-bottom: 80px;
    }
    .bodyContent h1,
    .bodyContent h2 {
        font-size: 2rem;
    }
    html :where(img[class*="wp-image-"]) {
        width: 100%;
    }
    .mm-ocd--left .mm-spn--navbar.mm-spn--main {
        display: block;
    }
}
@media only screen and (max-width: 481px) {
    .text-theme,
    h3 {
        font-size: 22.4px !important;
    }
    h3 {
        color: #da9b89 !important;
        font-family: "Open Sans", sans-serif !important;
    }
    .abtsec h1 {
        font-size: 25.6px;
        color: #fff;
    }
    .bodyContent h1,
    .bodyContent h2 {
        font-size: 24px;
        padding-top: 0;
    }
    .header .align-items-center .text-end {
        display: flex !important;
    }
    .header .align-items-center {
        justify-content: center;
        align-items: center !important;
    }
    .header .rightsec {
        padding-top: 0;
    }
    .bodyContent a img,
    .entry-content p img {
        width: 100%;
    }
    .header .align-items-center .logo img {
        width: 200px;
        height: auto !important;
    }
    .bodyContent h3 {
        font-size: 24px;
    }
}
.back-to-top {
    position: fixed;
    bottom: 61px;
    right: 25px;
    display: none;
    padding: 0 5px;
}
.back-to-top i {
    color: #d9765a;
    font-size: 32px;
}
.wpcf7-form .col-md-6.capfrm .mb-3 .dscf7captcha .wpcf7-form-control-wrap input {
    width: 100% !important;
    height: 46px;
    border-radius: 0;
    padding: 10px;
    min-height: calc(1.5em + 0.75rem + 2px);
}
.wpcf7-form .col-md-6.capfrm .mb-3 .dscf7captcha .wpcf7-form-control-wrap input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media only screen and (max-width: 391px) {
    .header .align-items-center .logo img {
        width: 175px;
    }
}
.page-id-970 .image-caption .text-theme {
    font-family: unset;
}
.page-id-970 .bodyContent h1,
.page-id-970 .bodyContent h2 {
    font-family: unset !important;
    text-transform: capitalize !important;
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
}
.page-id-970 .bodyContent .business-subheading {
    font-size: 1.8rem !important;
    font-family: unset !important;
    padding-top: 30px;
    color: #da9b89 !important;
    text-transform: capitalize;
}
@media only screen and (max-width: 600px) {
    h3 {
        font-size: 22.4px !important;
        color: #da9b89 !important;
        font-family: "Open Sans", sans-serif !important;
    }
    .abtsec h1 {
        font-size: 25.6px;
        color: #fff;
    }
    .page-id-970 .bodyContent h1,
    .page-id-970 .bodyContent h2 {
        font-size: 1.7rem !important;
    }
    .page-id-970 .bodyContent .business-subheading {
        font-size: 1.5rem !important;
    }
}

.logo img {
	object-fit: contain;
}
.entry-header.heading-class-1{
	color: #fff !important;
}



