* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}
li,
p,
ul {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fbeedc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}
#about .content h3 {
    font-family: Charm;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffffbe;
    box-shadow: 0 0 10px #00000065;
    z-index: 999;
    padding: 5px 0;
}
header .headermn .navbar .navbar-brand {
    width: 8%;
}
header .nav-link {
    color: #3b3936;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    padding: 0 0 !important;
}
header .nav-link::after {
    content: "";
    background-color: #3b3936;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.5s;
}
header .nav-link:hover::after {
    width: 100%;
}
header .nav-link:focus,
header .nav-link:hover {
    color: #3b3936;
}
header .navbar-nav {
    gap: 20px;
}
header .whatsapp {
    justify-content: end;
    align-items: center;
    gap: 15px;
}
header .whatsapp li:first-child a {
    color: #373435;
    font-size: 18px;
    display: inline-block;
    transition: 0.5s;
}
header .whatsapp li:last-child a {
    background-color: #d7ac74;
    color: #3b3936;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.5s;
}
header .whatsapp li:last-child a:hover {
    background-color: #3b3936;
    color: #d7ac74;
}
header .navbar-toggler {
    border: none;
    color: #3b3936;
    padding: 7px 9px;
    font-size: 22px;
    border-radius: 6px;
}
header .navbar-toggler:focus {
    box-shadow: none;
}
header .offcanvas-title {
    color: #373435;
}
header .navbar-nav {
    position: relative;
}
header .search {
    display: none;
    justify-content: end !important;
}
header .search a {
    color: #3b3936;
    font-size: 18px;
}
header .drop .down {
    position: absolute;
    top: 21px;
    z-index: 999;
    background-color: #fff;
    border-top: 3px solid #373435;
    padding: 10px 0 0;
    transform-origin: top;
    transform: perspective(1000px) rotatex(-90deg);
    transition: 0.5s;
    width: 250px;
    border-top: 5px solid #3b3936;
    box-shadow: 0 0 8px #0000005e;
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
}
header .drop:hover .down {
    transform: perspective(1000px) rotatex(0);
}
header .drop .down ul li h6 {
    color: #3b3936;
    padding: 0 20px 0;
}
header .drop .down ul li a {
    color: grey;
    font-size: 14px;
    display: block;
    padding: 10px 30px;
    font-weight: 500;
    transition: 0.3s;
}
header .drop .down ul li a:hover {
    background-color: #3b3936;
    color: #fff;
}
header .drop a i {
    transition: 0.3s;
}
header .drop:hover a i {
    transform: rotate(180deg);
}
header .drop .down .row {
    row-gap: 20px;
}
header .drop .down .row {
    position: relative;
}
header .drop .down .row .icon {
    color: #373435;
    font-size: 20px;
    position: sticky;
    top: 180px;
    text-align: right;
    display: none;
    z-index: 999;
}
#slider {
    background-color: #fff;
    position: relative;
}
#slider .row {
    align-items: center;
    row-gap: 30px;
}
#slider .content h1 {
    color: #3b3936;
    font-weight: 700;
    font-size: 50px;
}
#slider .content h2 {
    color: #3b3936;
    font-size: 43px;
    text-transform: uppercase;
}
#slider .content a {
    background-color: #d7ac74;
    color: #3b3936;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 100px;
    transition: 0.5s;
}
#slider .content a:hover {
    background-color: #3b3936;
    color: #fff;
}
#slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
#moorti-banner .owl-theme .owl-dots .owl-dot:hover span,
#slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #3b3936;
}
.quick-social {
    position: absolute;
    z-index: 102;
    bottom: 20px;
    left: 15px;
    display: flex;
    list-style: none;
    gap: 8px;
}
.quick-social li {
    text-align: center;
}
.quick-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 10px;
}
.quick-social li:first-child a {
    color: #3b5998;
    font-size: 27px;
}
.quick-social li:nth-child(2) a {
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    font-size: 24px;
}
.quick-social li:last-child a {
    color: #d52214;
    font-size: 27px;
}
#category {
    padding: 60px 0;
    position: relative;
    background-color: #3b3936;
}
#category h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #d7ac74;
    font-weight: 700;
    font-size: 20px;
}
#category h2 span {
    font-size: 45px;
}
#category .owl-carousel .owl-stage-outer {
    padding-top: 3px;
}
#category .category-box {
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 2px;
}
#category .category-box a {
    display: block;
    background-color: #d7ac74;
    color: #3b3936;
    font-weight: 700;
    font-size: 16px;
    transition: 0.5s;
}
#category .category-box a span {
    padding: 10px;
    display: block;
}
#category .category-box:hover a {
    background-color: #305640;
    color: #d7ac74;
}
#category .category-box .img {
    overflow: hidden;
}
#category .category-box .img img {
    transition: 0.5s;
    height: 300px;
    object-fit: cover;
}
#category .category-box:hover .img img {
    transform: scale(1.2);
}
#category .owl-prev span {
    position: absolute;
    top: 40%;
    left: -20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    background-color: #d7ac74;
    line-height: 25px;
    border-radius: 5px;
}
#category .owl-next span {
    position: absolute;
    top: 40%;
    right: -20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    background-color: #d7ac74;
    line-height: 25px;
    border-radius: 5px;
}
#category .owl-theme .owl-dots .owl-dot {
    display: none;
}
#about {
    padding: 60px 0;
    background-color: #fff;
}
#about .row {
    align-items: center;
    row-gap: 30px;
}
#about .content h3 {
    color: #3b3936;
    font-weight: 700;
    line-height: 70px;
    font-size: 45px;
    text-align: center;
}
#about .content p {
    font-size: 17px;
    color: #e7e7e7;
    text-align: justify;
}
#about .img img {
    border-radius: 20px;
}
#about .video video {
    box-shadow: 12px -12px 0 #d7ac74;
}
#about-content {
    padding: 50px 0;
    background-color: #d7ac74;
}
#about-content h2 {
    color: #3b3936;
    text-align: center;
    line-height: 50px;
}
#decor {
    background-color: #fff;
    padding: 60px 0;
}
#decor .row {
    align-items: center;
    row-gap: 30px;
}
#decor .content {
    padding-left: 40px;
}
#decor .content h1 {
    color: #3b3936;
    font-weight: 700;
    font-size: 33px;
    margin: 20px 0;
}
#decor .content h2 {
    color: #3b3936;
    font-size: 23px;
    text-transform: uppercase;
}
#decor .content a {
    background-color: #d7ac74;
    color: #3b3936;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 100px;
    transition: 0.5s;
}
#decor .content a:hover {
    background-color: #3b3936;
    color: #fff;
}
#moorti {
    background-color: #3b3936;
    padding: 60px 0;
}
#moorti .row {
    align-items: center;
    row-gap: 30px;
}
#moorti .content h1 {
    color: #d7ac74;
    font-weight: 700;
    font-size: 33px;
    margin: 20px 0;
}
#moorti .content h2 {
    color: #d7ac74;
    font-size: 23px;
    text-transform: uppercase;
}
#moorti .content a {
    background-color: #d7ac74;
    color: #3b3936;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 100px;
    transition: 0.5s;
}
#moorti .content a:hover {
    background-color: #000;
    color: #fff;
}
#come {
    background-image: url(../images/moortibg-new.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#come .moortibg {
    padding: 130px 250px;
    background-color: #3b39367e;
}
#come .content {
    text-align: center;
    color: #fff;
}
#come .content a {
    display: inline-block;
    background-color: #d7ac74;
    transition: 0.5s;
    font-size: 16px;
    color: #3b3936;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 40px;
    margin-top: 30px;
}
#come .content a:hover {
    background-color: #3b3936;
    color: #fff;
}
#countdown i {
    font-size: 70px;
    color: #d7ac74;
}
#countdown h2 {
    font-size: 40px;
    color: #d7ac74;
    margin: 15px 0;
}
#countdown h2 p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
#countdown .count {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
#countdown .count1 {
    background-color: #3b3936;
}
#countdown .count2 {
    background-color: #3b3936ea;
}
#countdown .count3 {
    background-color: #3b3936d3;
}
#gallery {
    padding: 40px 0 40px;
}
#gallery .p1 {
    color: #ff9122;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
#gallery .p1:after {
    position: absolute;
    bottom: -5px;
    left: 45%;
    width: 60px;
    background-color: #ff9122;
    height: 2px;
    content: "";
}
#gallery h5 {
    text-align: center;
    font-size: 16px;
    color: #3b3936;
}
#gallery h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #3b3936;
}
#gallery .owl-carousel .owl-nav button.owl-next,
#gallery .owl-carousel .owl-nav button.owl-prev,
#gallery .owl-carousel button.owl-dot {
    display: none;
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
    height:300px;
}
.img-wrapper img {
    width: 100%;
    height:100%;
    object-fit:cover
}
.img-overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #ff9122;
    font-size: 3em;
}
#overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 45%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
#clients {
    padding: 60px 0;
    background-color: #fff;
}
#clients h2 {
    text-align: center;
    margin-bottom: 39px;
}
#clients .imgsc {
    overflow: hidden;
    text-align: center;
}
#clients .imgsc img {
    transition: 0.5s;
    width: 100px;
    margin: auto;
}
#clients .imgsc:hover img {
    transform: scale(1.1);
}
#clients h4 {
    text-align: center;
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
}
#clients .owl-carousel .owl-nav button.owl-next,
#clients .owl-carousel .owl-nav button.owl-prev,
#clients .owl-carousel button.owl-dot {
    display: none;
}
#choose {
    padding: 60px 0;
}
#choose .row {
    row-gap: 30px;
    justify-content: center;
}
#choose h2 {
    color: #3b3936;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
#choose .inner {
    background-color: #fff;
    padding: 50px 30px;
    box-shadow: 0 0 10px #00000049;
    border-radius: 50%;
    text-align: center;
    height: 200px;
    width: 200px;
    margin: auto;
}
#choose .inner i {
    font-size: 50px;
    color: #d7ac74;
}
#choose .inner h5 {
    color: #3b3936;
    font-weight: 700;
    margin: 10px 0;
    font-size: 18px;
}
#choose .inner p {
    color: #b6b6b6;
    font-size: 14px;
}
#insta {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}
#insta h3,
#insta h3 a {
    color: grey;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
#insta p {
    color: grey;
    font-size: 18px;
}
#testimonial {
    padding: 0 0 60px;
}
#testimonial h2 {
    font-size: 27px;
    color: #3b3936;
    margin-bottom: 30px;
    text-align: center;
}
#testimonial .content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 6px #0000005d;
    text-align: center;
    margin-right: 9px;
}
#testimonial .content ul {
    display: flex;
    list-style: none;
    gap: 5px;
    justify-content: center;
}
#testimonial .content ul li {
    color: #3b3936;
    font-size: 20px;
}
#testimonial .owl-carousel .owl-stage-outer {
    padding: 5px;
}
#testimonial .content p {
    font-size: 15px;
    color: #333;
    margin: 20px 0;
}
#testimonial .content h6 {
    color: #3b3936;
    font-size: 20px;
}
footer {
    background-color: #d7ac74;
    padding: 50px 0 20px;
}
footer .row {
    row-gap: 30px;
}
footer .footerinr .logo img {
    border-radius: 10px;
    width: 70%;
}
footer .footerinr .logo p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-left: 30px;
}
footer .footerinr .logo:hover {
    padding: 0;
}
footer .footerinr ul li {
    color: #000;
    margin-bottom: 10px;
}
footer .footerinr ul li h4 {
    color: #3b3936;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
footer .footerinr ul li p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: justify;
}
footer .footerinr ul li i {
    font-size: 20px;
    color: #3b3936;
}
footer .footerinr ul li a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s;
}
footer .footerinr ul li a:hover {
    color: #3b3936;
}
footer .footerinr .category li {
    margin-bottom: 8px;
}
footer .footerinr .category li:first-child,
footer .footerinr .link li:first-child {
    color: #333;
}
footer .footerinr ul li p b {
    color: #3b3936;
}
footer .social-link {
    border-top: #3b3936 1px solid;
    padding: 15px 0;
    margin-top: 30px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .social-link .social-icon a {
    color: #3b3936;
    font-weight: 700;
    font-size: 25px;
}
footer .img {
    width: 18%;
}
footer .img a img {
    background-color: #571e1a;
    padding: 0 10px 6px;
    border-radius: 100px;
}
footer .social {
    display: flex;
    list-style: none;
    gap: 8px;
    margin-top: 20px;
}
footer .social li {
    text-align: center;
}
footer .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}
footer .social li:first-child a i {
    color: #3b5998;
    font-size: 27px;
}
footer .social li:nth-child(2) a {
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    font-size: 20px;
}
footer .social li:nth-child(2) a i {
    color: #fff;
}
footer .social li:last-child a i {
    color: #00acee;
    font-size: 27px;
}
.quickcontact {
    width: 45px;
    position: fixed;
    top: 77%;
    right: 15px;
    z-index: 102;
}
.modal form.row {
    row-gap: 20px;
}
.modal .btn-theme {
    border-radius: 0;
    background: #3b3936;
    color: #fff;
}
.modal .btn-theme:hover {
    background-color: #000;
    color: #fff;
}
.modal .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
}
.modal .form-control:focus {
    border-color: #000;
}
.modal .submit {
    background-color: #d7ac74;
    color: #fff;
    font-weight: 500px;
    padding: 10px;
    border: 0;
}
#search-menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.137);
    position: fixed;
    width: 100%;
    height: 150px;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
}
#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}
#search-menu .wrapper {
    position: relative;
    margin: 3em auto 0 auto;
    padding: 0 1em;
}
#search-menu .wrapper input {
    width: 58%;
    padding: 0 0 0.125em 0;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #000;
}
#search-menu .wrapper input:focus {
    outline: 0;
}
#search-menu .wrapper button {
    right: 0;
    top: 0;
    background: 0 0;
    border: none;
    color: #000;
    font-size: 30px;
    transition: 0.5s ease all;
}
#search-menu .wrapper button:focus {
    outline: 0;
}
#search-icon:hover {
    color: #000;
}
#heading {
    background-image: url(../images/moortibg-new.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#heading .headingbg {
    background-color: #3b393677;
    padding: 180px 0 100px;
}
#heading h1 {
    color: #d7ac74;
    font-weight: 700;
}
#content {
    padding: 60px 0;
}
#content h3 {
    color: #3b3936;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
#content p {
    font-size: 16px;
    color: #000;
    text-align: justify;
}
#about-page {
    padding: 0 0 60px;
}
#about-page .row {
    row-gap: 30px;
}
#about-page .img img {
    border: 1px solid #3b3936;
    padding: 8px;
}
#about-page .content h3 {
    color: #3b3936;
    font-weight: 700;
    margin-bottom: 20px;
}
#about-page .content p {
    color: #000;
    font-size: 16px;
    text-align: justify;
}
#collections {
    padding: 60px 0;
    position: relative;
}
#collections .row {
    row-gap: 30px;
}
#collections h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #3b3936;
    font-weight: 700;
}
#collections .collections-box {
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
#collections .collections-box .title {
    display: block;
    background-color: #d7ac74;
    color: #3b3936;
    font-weight: 700;
    padding: 10px;
    font-size: 16px;
    transition: 0.5s;
}
#collections .collections-box:hover .title {
    background-color: #3b3936;
    color: #d7ac74;
}
#collections .collections-box .img {
    overflow: hidden;
}
#collections .collections-box .img img {
    transition: 0.5s;
    width: 100%;
}
#collections .collections-box:hover .img img {
    transform: scale(1.2);
}
#collections .owl-prev span {
    position: absolute;
    top: 40%;
    left: 5px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    background-color: #d7ac74;
    line-height: 25px;
    border-radius: 5px;
}
#collections .owl-next span {
    position: absolute;
    top: 40%;
    right: 5px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    background-color: #d7ac74;
    line-height: 25px;
    border-radius: 5px;
}
#collections .owl-next:hover span,
#collections .owl-prev:hover span {
    background-color: #3b3936;
}
#collections .owl-theme .owl-dots .owl-dot {
    display: none;
}
#contact {
    padding: 60px 0;
}
#contact h2 {
    font-size: 33px;
    color: #3b3936;
    text-align: center;
}
#contact p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    color: grey;
}
#contact .row {
    row-gap: 40px;
    justify-content: center;
}
#contact .address {
    text-align: center;
    padding-top: 40px;
}
#contact .address i {
    font-size: 33px;
    color: #d7ac74;
}
#contact .address h5 {
    margin: 10px 0;
    color: #000;
}
#contact .address a {
    color: #000;
    font-size: 16px;
}
#contact .address p {
    font-size: 16px;
    color: #000;
}
#contact form.row {
    row-gap: 20px;
}
#contact form .form-control {
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 12px;
}
#contact form .submit {
    background-color: #d7ac74;
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 6px;
    border: 0;
    font-weight: 700;
}
#client {
    padding: 60px 0;
}
#client .details .icon {
    text-align: center;
    position: relative;
}
#client .details .icon::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #3b3936;
    z-index: -1;
}
#client .details img {
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #00000038;
}
#client .details .icon i {
    font-size: 32px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #dadada;
    color: #3b3936;
    text-align: center;
    line-height: 60px;
}
#client .details p {
    color: #000;
    font-size: 15px;
    text-align: justify;
    margin: 10px 0;
}
#client .details h5 {
    color: #3b3936;
    font-weight: 700;
    margin: 20px 0 0;
}
#blog {
    padding: 60px 0;
    background-color: #fff;
}
#blog .row {
    row-gap: 50px;
}
#blog .blog-content a img {
    border-radius: 10px;
}
#blog .blog-content a h5 {
    color: #3b3936;
    padding: 10px 0;
    font-weight: 700;
    transition: 0.5s;
}
#blog .blog-content a h5:hover {
    color: #d7ac74;
}
#blog .blog-content p {
    padding: 0 0 20px;
    color: #5e5e5e;
    font-weight: 500;
}
#blog .blog-content ul {
    background-color: #e0e0e0;
    padding: 10px 20px;
}
#blog .blog-content ul li {
    color: #616161;
}
#blog-detail {
    padding: 60px 0;
}
#blog-detail .row {
    row-gap: 40px;
}
#blog-detail .blog-content p {
    color: #555;
    font-size: 16px;
    text-align: justify;
    margin: 30px 0 10px;
    font-weight: 500;
}
#blog-detail .blog-content img {
    transition: 0.5s;
}
#blog-detail .blog-content img:hover {
    box-shadow: 10px 10px 15px #00000075;
}
#blog-detail .blog-content .share {
    margin-top: 40px;
}
#blog-detail .blog-content .share span {
    font-size: 20px;
    color: #3b3936;
    font-weight: 700;
}
#blog-detail .blog-content .share a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #3b3936;
    background-color: #d7ac74;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}
#blog-detail .blog-content .share a:hover {
    background-color: #3b3936;
    color: #d7ac74;
}
#blog-detail .blog-content ul {
    background-color: #e0e0e0;
    padding: 10px 20px;
    margin-top: 40px;
}
#blog-detail .blog-content ul li a {
    color: #616161;
    transition: 0.5s;
}
#blog-detail .blog-content ul li a:hover {
    color: #d7ac74;
}
#blog-detail .post .recent {
    padding: 20px;
    background-color: #d7ac74;
    margin-top: 15px;
    transition: 0.5s;
}
#blog-detail .post h5 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #3b3936;
}
#blog-detail .post .recent i {
    font-size: 30px;
    color: #3b3936;
}
#blog-detail .post .recent a {
    color: #3b3936;
    font-weight: 500;
    font-size: 14px;
}
#blog-detail .post .recent p {
    color: #3b3936;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}
#blog-detail .post .recent:hover {
    background-color: #3b3936;
}
#blog-detail .post .recent:hover a,
#blog-detail .post .recent:hover i,
#blog-detail .post .recent:hover p {
    color: #d7ac74;
}
#blog-detail .blog-content form.row {
    row-gap: 20px;
}
#blog-detail .blog-content form h3 {
    color: #3b3936;
    font-weight: 700;
    margin: 40px 0 0;
}
#blog-detail .blog-content .btn-theme {
    border-radius: 0;
    background: #3b3936;
    color: #fff;
}
#blog-detail .blog-content .btn-theme:hover {
    background-color: #000;
    color: #fff;
}
#blog-detail .blog-content .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #fff;
    padding: 10px;
}
#blog-detail .blog-content .form-control:focus {
    border-color: #000;
}
#blog-detail .blog-content .submit {
    background-color: #d7ac74;
    color: #fff;
    font-weight: 500px;
    padding: 10px;
    border: 0;
    width: 200px;
}
#product-detail {
    padding: 60px 0;
}
#product-detail .content h3 {
    color: #3b3936;
    font-weight: 700;
    margin-bottom: 30px;
}
#product-detail .content p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}
#product-detail .content a {
    display: block;
    background-color: #d7ac74;
    padding: 10px;
    color: #3b3936;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
#related {
    padding: 60px 0;
    position: relative;
}
#related h2 {
    margin-bottom: 20px;
    color: #3b3936;
    font-size: 25px;
    font-weight: 700;
}
#related .related-box {
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
#related .related-box a {
    display: block;
    background-color: #d7ac74;
    color: #3b3936;
    font-weight: 700;
    padding: 10px;
    font-size: 16px;
    transition: 0.5s;
}
#related .related-box:hover a {
    background-color: #3b3936;
    color: #d7ac74;
}
#related .related-box .img {
    overflow: hidden;
}
#related .related-box .img img {
    transition: 0.5s;
}
#related .related-box:hover .img img {
    transform: scale(1.2);
}
#related .owl-prev span {
    position: absolute;
    top: 40%;
    left: -20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    background-color: #d7ac74;
    line-height: 25px;
    border-radius: 5px;
}
#related .owl-next span {
    position: absolute;
    top: 40%;
    right: -20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    background-color: #d7ac74;
    line-height: 25px;
    border-radius: 5px;
}
#related .owl-next:hover span,
#related .owl-prev:hover span {
    background-color: #3b3936;
}
#related .owl-theme .owl-dots .owl-dot {
    display: none;
}

#description p{text-align:justify !important; margin-bottom:15px;}
#description ul{margin:0px 0px 20px 30px;}


