 *{margin: 0; padding: 0; box-sizing: border-box;}
img{max-width: 100%;}
a, a:hover, a:focus, a:visited, a:active{text-decoration: none;}
p, ul, li{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 */
header{position: fixed; top: 0px; 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: 25%;}
header .nav-link{color: #0f4336; font-size: 14px; font-weight: 500; transition: .5s; position: relative; padding: 0px 0px !important;}
header .nav-link::after{content: ''; background-color: #0f4336; width: 0%; height: 2px; position: absolute; bottom: -5px; left: 0; transition: .5s;}
header .nav-link:hover::after{width: 100%;}
header .nav-link:hover, header .nav-link:focus{ color: #0f4336;}
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: .5s;}
header .whatsapp li:last-child a{background-color: #d7ac74; color: #0f4336; font-size: 16px; font-weight: 500; padding: 10px 20px; border-radius: 100px; transition: .5s;}
header .whatsapp li:last-child a:hover{background-color: #0f4336; color: #d7ac74;}

header .navbar-toggler{border: none; color: #0f4336; 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: #0f4336; font-size: 18px;}
/*  */ 
header .drop .down{position: absolute; top: 21px; left: 0px; z-index: 999; background-color: #fff; border-top: 3px solid #373435; padding: 10px 0 0; transform-origin: top; transform: perspective(1000px)rotatex(-90deg); transition: .5s; width: 250px; border-top: 5px solid #0f4336; box-shadow: 0 0 8px #0000005e;    height: 500px;
    overflow: hidden;
    overflow-y: scroll;}
header .drop .down.down1{left: 150px;}
header .drop:hover .down{transform: perspective(1000px)rotatex(0deg);}
header .drop .down ul li h6{color: #0f4336; padding: 0 20px 0;}
header .drop .down ul li a{color: grey; font-size: 14px; display: block; padding: 10px 30px; font-weight: 500; transition: .3s;}
header .drop .down ul li a:hover{background-color: #0f4336; color: #fff;}
header .drop a i{transition: .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 */
#slider{background-color: #fff; padding: 80px 0 0px; position: relative;}
#slider .row{align-items: center; row-gap: 30px;}
#slider .content h1{color: #0f4336; font-weight: bold; font-size: 50px;}
#slider .content h2{color: #0f4336; font-size: 43px; text-transform: uppercase;}
#slider .content a{background-color: #d7ac74; color: #0f4336; margin-top: 20px; display: inline-block;
 font-size: 18px; font-weight: 500; padding: 10px 30px; border-radius: 100px; transition: .5s;}
#slider .content a:hover{background-color: #0f4336; color: #fff;}
#slider .owl-dots{position: absolute; left: 0; right: 0; bottom: 20px;}
#slider .owl-theme .owl-dots .owl-dot.active span, #moorti-banner .owl-theme .owl-dots .owl-dot:hover span{background-color: #0f4336;}

/* quick-social */
.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: #00acee; font-size: 27px;}


/* category */
#category{padding: 60px 0; position: relative; background-color: #0f4336;}
#category h2{text-align: center; margin-bottom: 40px; color: #d7ac74; font-weight: bold; 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; box-shadow: 1px -1px 0 #fff; margin-right: 2px;}*/
#category .category-box{text-align: center; overflow: hidden; border-radius: 10px; margin-right: 2px;}
#category .category-box a{display: block; background-color: #d7ac74; color: #0f4336; font-weight: bold; font-size: 16px; transition: .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: .5s;}
#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-prev:hover span, #category .owl-next:hover span{background-color: #0f4336;} */
#category .owl-theme .owl-dots .owl-dot{display: none;}


/* about */
#about{padding: 60px 0; background-color: #fff;}
#about .row{align-items: center; row-gap: 30px;}
#about .content h3{color: #0f4336; font-weight: bold; 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 */
#about-content{padding: 50px 0; background-color: #d7ac74;}
#about-content h2{color: #0f4336; text-align: center; line-height: 50px;}


/* decor */
#decor{background-color: #fff; padding: 60px 0px;}
#decor .row{align-items: center; row-gap: 30px;}
#decor .content{padding-left: 40px;}
#decor .content h1{color: #0f4336; font-weight: bold; font-size: 33px; margin: 20px 0;}
#decor .content h2{color: #0f4336; font-size: 23px; text-transform: uppercase;}
#decor .content a{background-color: #d7ac74; color: #0f4336; display: inline-block;
 font-size: 16px; font-weight: 500; padding: 10px 30px; border-radius: 100px; transition: .5s;}
#decor .content a:hover{background-color: #0f4336; color: #fff;}

/* moorti */
#moorti{background-color: #0f4336; padding: 60px 0px;}
#moorti .row{align-items: center; row-gap: 30px;}
#moorti .content h1{color: #d7ac74; font-weight: bold; font-size: 33px; margin: 20px 0;}
#moorti .content h2{color: #d7ac74; font-size: 23px; text-transform: uppercase;}
#moorti .content a{background-color: #d7ac74; color: #0f4336; display: inline-block;
 font-size: 16px; font-weight: 500; padding: 10px 30px; border-radius: 100px; transition: .5s;}
#moorti .content a:hover{background-color: #000; color: #fff;}


/* come */
#come{background-image: url(../images/moortibg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;}
#come .moortibg{padding: 130px 250px; background-color: #0f43367e;}
#come .content{text-align: center; color: #fff;}
#come .content a{display: inline-block; background-color: #d7ac74; transition: .5s; font-size: 16px; color: #0f4336; font-weight: bold; border-radius: 100px; padding: 10px 40px; margin-top: 30px;}
#come .content a:hover{background-color: #0f4336; color: #fff;}

/* countdown */
#countdown i { font-size: 70px; color: #06221b;} 
#countdown h2 {font-size: 40px; color: #d7ac74; margin: 15px 0px;}
#countdown h2 p {font-size: 16px; font-family: Arial, Helvetica, sans-serif;}
#countdown .count{padding: 100px 0px; display: flex; justify-content: center; align-items: center; gap: 30px;}
#countdown .count1{background-color: #0f4336;}
#countdown .count2{background-color: #0f4336ea;}
#countdown .count3{background-color: #0f4336d3;}


/* gallery  */

#gallery {padding: 40px 0px 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:#0f4336;}
#gallery h2{color: #000; font-size: 40px; margin-bottom: 30px; text-align: center; color:#0f4336;}
#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;   
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .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 */
  
#clients{padding: 60px 0px; background-color: #fff;}
#clients h2{text-align: center; margin-bottom: 39px;}
#clients .imgsc{overflow: hidden; text-align: center;}
#clients .imgsc img{transition: .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 */
#choose{padding: 60px 0;}
#choose .row{row-gap: 30px; justify-content: center;}
#choose h2{color: #0f4336; font-weight: bold; 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: #0f4336; font-weight: bold; margin: 10px 0; font-size: 18px;}
#choose .inner p{color: #b6b6b6; font-size: 14px;}


/* insta */
#insta{padding: 50px 0; text-align: center; background-color: #fff;}
#insta h3, #insta h3 a{color: grey; text-transform: uppercase; font-weight: bold; letter-spacing: 2px;}
#insta p{color: grey; font-size: 18px;}



/* testimonial */
#testimonial{padding: 0 0 60px;}
#testimonial h2{font-size: 27px; color: #0f4336; 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: #0f4336; font-size: 20px;}
#testimonial .owl-carousel .owl-stage-outer{padding: 5px;}
#testimonial .content p{font-size: 15px; color: #333333; margin: 20px 0;}
#testimonial .content h6{color: #0f4336; font-size: 20px;}



/* footer */
footer{background-color: #d7ac74; padding: 50px 0px 20px;}
footer .row{row-gap: 30px;}
/* footer .footerinr{border-right: 1px solid #0f4336; height: 100%;} */
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: #0f4336; font-size: 20px; font-weight: 500; margin-bottom: 20px;}
footer .footerinr ul li p{font-size: 14px; font-weight: 500; color: #000;}
footer .footerinr ul li i{font-size: 20px; color: #0f4336;}
footer .footerinr ul li a{display: inline-block; color: #000; font-weight: 500; font-size: 14px;  transition: .5s;}
footer .footerinr ul li a:hover{color: #0f4336;}
footer .footerinr .category li{margin-bottom: 8px;}
footer .footerinr .link li:first-child, footer .footerinr .category li:first-child{color: #333333;}
footer .footerinr ul li p b{color: #0f4336;}
footer .social-link{border-top: #0f4336 1px solid; padding: 15px 0px; margin-top: 30px; list-style: none; display: flex; justify-content: center; align-items: center;}
footer .social-link .social-icon a{color: #0f4336; font-weight: bold; font-size: 25px;}
footer .img{width: 18%;}
footer .img a img{background-color: #571e1a; padding: 0 10px 6px; border-radius: 100px;}

/* social */
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 */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */
.modal form.row{row-gap: 20px;}
.modal .btn-theme {border-radius: 0px; background: #0f4336; color: #fff;}
.modal .btn-theme:hover{background-color: #000; color: white;} 
.modal .form-control{border-radius: 0px; 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 ka popup */
	  
#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: 500ms 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: transparent; border: none; border-bottom: 1px solid #000; font-size: 18px; color: #000;}
#search-menu .wrapper input:focus {outline: none;}
#search-menu .wrapper button { right: 0; top: 0; background: transparent; border: none; color: #000; font-size: 30px; transition: 500ms ease all; }
#search-menu .wrapper button:focus {outline: none;}
#search-icon:hover {color: #000000; }


/* ==============================
          inner page
============================== */


/* heading */
#heading{background-image: url(../images/moortibg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
#heading .headingbg{background-color: #0f433677; padding: 180px 0 100px;} 
#heading h1{color: #d7ac74; font-weight: bold;}


/* content */
#content{padding: 60px 0;}
#content h3{color: #0f4336; font-weight: bold; margin-bottom: 20px; text-align: center;}
#content p{font-size: 16px; color: #000; text-align: justify;}


/* about-page */
#about-page{padding: 0 0 60px;}
#about-page .row{row-gap: 30px;}
#about-page .img img{border: 1px solid #0f4336; padding: 8px;}
#about-page .content h3{color: #0f4336; font-weight: bold; margin-bottom: 20px;}
#about-page .content p{color: #000; font-size: 16px; text-align: justify;}



/* collections */
#collections{padding: 60px 0; position: relative;}
#collections .row{row-gap: 30px;}
#collections h2{text-align: center; margin-bottom: 40px; color: #0f4336; font-weight: bold;}
#collections .collections-box{text-align: center; overflow: hidden; border-radius: 10px;}
#collections .collections-box .title{display: block; background-color: #d7ac74; color: #0f4336; font-weight: bold; padding: 10px; font-size: 16px; transition: .5s;}
#collections .collections-box:hover .title{background-color: #0f4336; color: #d7ac74;}
#collections .collections-box .img{overflow: hidden;}
#collections .collections-box .img img{transition: .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-prev:hover span, #collections .owl-next:hover span{background-color: #0f4336;}
#collections .owl-theme .owl-dots .owl-dot{display: none;}



/* contact */
#contact{padding: 60px 0;}
#contact h2{font-size: 33px; color: #0f4336; 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: #ffffff; 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: bold;}


/* client */
#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: #0f4336;  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: #0f4336; text-align: center; line-height: 60px;}
#client .details p{color: #000; font-size: 15px; text-align: justify; margin: 10px 0;}
#client .details h5{color: #0f4336; font-weight: bold; margin: 20px 0 0;}


/* blog */
#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:#0f4336; padding: 10px 0; font-weight: bold; transition: .5s;}
#blog .blog-content a h5:hover{color: #d7ac74;}
#blog .blog-content p{padding: 0px 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 */
#blog-detail{padding: 60px 0;}
#blog-detail .row{row-gap: 40px;}
#blog-detail .blog-content p{color: #555555; font-size: 16px; text-align: justify; margin: 30px 0 10px; font-weight: 500;}
#blog-detail .blog-content img{transition: .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: #0f4336; font-weight: bold;}
#blog-detail .blog-content .share a{display: inline-block; width: 50px; height: 50px; line-height: 50px; color: #0f4336; background-color: #d7ac74; font-size: 22px; border-radius: 50%; text-align: center; transition: .5s;}
#blog-detail .blog-content .share a:hover{background-color: #0f4336; 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: .5s;}
#blog-detail .blog-content ul li a:hover{color: #d7ac74;}

#blog-detail .post .recent{padding: 20px; background-color: #d7ac74; margin-top: 15px; transition: .5s;}
#blog-detail .post h5{margin-bottom: 30px; font-weight: bold; color: #0f4336;}
#blog-detail .post .recent i{font-size: 30px; color: #0f4336;}
#blog-detail .post .recent a{color: #0f4336; font-weight: 500; font-size: 14px;}
#blog-detail .post .recent p{color: #0f4336; font-weight: 500; font-size: 14px; margin-top: 10px;}
#blog-detail .post .recent:hover{background-color: #0f4336;}
#blog-detail .post .recent:hover i, #blog-detail .post .recent:hover a, #blog-detail .post .recent:hover p{color: #d7ac74;}
#blog-detail .blog-content form.row{row-gap: 20px;}
#blog-detail .blog-content form h3{color: #0f4336; font-weight: bold; margin: 40px 0 0;}
#blog-detail .blog-content .btn-theme {border-radius: 0px; background: #0f4336; color: #fff;}
#blog-detail .blog-content .btn-theme:hover{background-color: #000; color: white;} 
#blog-detail .blog-content .form-control{border-radius: 0px; border: none; box-shadow: none; background-color: #ffffff; 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 */
#product-detail{padding: 60px 0;}
#product-detail .content h3{color: #0f4336; font-weight: bold; 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: #0f4336;
   font-weight: 500; font-size: 16px; text-align: center; margin-top: 30px;}



   /* related */
#related{padding: 60px 0; position: relative;}
#related h2{margin-bottom: 20px; color: #0f4336; font-size: 25px; font-weight: bold; }
#related .related-box{text-align: center; overflow: hidden; border-radius: 10px;}
#related .related-box a{display: block; background-color: #d7ac74; color: #0f4336; font-weight: bold; padding: 10px; font-size: 16px; transition: .5s;}
#related .related-box:hover a{background-color: #0f4336; color: #d7ac74;}
#related .related-box .img{overflow: hidden;}
#related .related-box .img img{transition: .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-prev:hover span, #related .owl-next:hover span{background-color: #0f4336;}
#related .owl-theme .owl-dots .owl-dot{display: none;}