.title-blog {
    position: relative;
    color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    margin-top: -105px;
}

a,
a:hover {
    text-decoration: none !important;
}

.category {
    width: 100%;
    border-bottom: 8px solid #334558;
    margin-bottom: 6px;
}

.category .m-category {
    background-color: #334558;
    padding: 2px;
    color: #fff;
    border-left: 5px solid #d0c1ba;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #495057 !important;
}

.float-end {
    float: right !important;
}


.icon-comments-dark:after,
.icon-comments:after {
    display: inline-block;
    width: .75rem;
    height: .75rem;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: .75rem;
    margin-bottom: -.2rem;
    content: "";
}

.side-cat {
    width: 100%;
}

.side-cat a {
    padding: 2px 13px;
    background-color: #003f84c9;
    display: block;
    border-left: 5px solid #ec8900;
    width: 100%;
    text-shadow: 1px 1px 1px black;
    color: #fff;
    font-weight: bold;
    margin: 8px 0px;
    transition-duration: 1s;
}

.side-social a {
    padding: 2px 13px;
    display: inline-block;
    width: 167px;
    background-color: #003f84c9;
    border-left: 5px solid #ec8900;
    text-shadow: 1px 1px 1px black;
    color: #fff;
    font-weight: bold;
    margin: 8px 0px;
    transition-duration: 1s;
}

.side-cat a:hover,
.side-social a:hover {
    color: white;
    background-color: #b42b00;
}

@media(max-width:768px) {
    .side-social a {
        width: 100% !important;
    }
}

@media(min-width:568px) {
    .end {
        margin-left: auto
    }
}

@media(max-width:768px) {
    #post {
        width: 100%
    }
}

#clicked {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    width: 100%;
    background-color: #ecb21f;
    border-color: #a88734 #9c7e31 #846a29;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px
}

#profile {
    background-color: unset
}

#post {
    margin: 10px;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    background-color: #ecb21f;
    border-color: #a88734 #9c7e31 #846a29;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    width: 50%
}

/* comment  */

/* #nav-items li a, #profile {
  text-decoration: none;
  color: rgb(224, 219, 219);
  background-color: black
}

.comments {
  margin-top: 5%;
  margin-left: 20px
}

.darker {
  border: 1px solid #ecb21f;
  background-color: rgb(255, 251, 251);
  float: right;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px
}

.comment {
  border: 1px solid rgba(16, 46, 46, 1);
  background-color: rgb(240 255 255 / 97%);
  float: left;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px
}

.comment h4, .comment span, .darker h4, .darker span {
  display: inline
}

.comment p, .comment span, .darker p, .darker span {
  color: rgb(184, 183, 183)
}

h1, h4 {
  color: white;
  font-weight: bold
}

label {
  color: rgb(212, 208, 208)
}

#align-form {
  margin-top: 20px
}

.form-group p a {
  color: white
}

#checkbx {
  background-color: black
}

#darker img {
  margin-right: 15px;
  position: static
}

.form-group input, .form-group textarea {
  background-color: #fff4f4;
  border: 1px solid rgba(16, 46, 46, 1);
  border-radius: 12px
}

.blog-comment {
  border: 1px solid rgba(16, 46, 46, 1);
  background-color: rgba(255, 255, 255, 0.973);
  border-radius: 5px;
  padding: 20px
} */


/* Slow-motion Zoom Container */
/* .feature-side img {
  width: 100%;
  height: 100%;
  transform-origin: 20% 35%;
  transition: transform 2s, filter 2s ease-in-out;
  filter: brightness(100%);
} */

/* Slow-motion Zoom Container */
/* .feature-big-side img {

  width: 100%;
  height: 100%;
  transform-origin: 20% 35%;
  transition: transform 2s, filter 2s ease-in-out;
  filter: brightness(100%);
} */

/* The Transformation */
/* .feature-side:hover img, .feature-big-side:hover img {
  filter: brightness(100%);
  transform: scale(2);
}

 .feature-side {
  position: relative;
  color: #fff;
  width: 100%;
  overflow: hidden;
  height: 217px;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px black;
  margin-top: 14px;
} .feature-side:hover {
  cursor: pointer;
}
.feature-side:after{
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000075;
}

.feature-big-side {
  position: relative;
  color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px black;
  margin-top: 14px;
}
.feature-big-side:after{
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000075;
}
.feature-big-side:hover{
  cursor: pointer;
}
.youtube-post-bottom{
  padding: 2px;
  font-size: 20px;
  font-weight: bold;
}
.bg-blog{
  background: url(../../images/bgpaper.png);
}
/* share button  */

.share-outer {
    display: flex;
    flex-direction: row;
    align-items: center
}

.share_div {
    border: 1px solid #eee;
    width: 120px;
    height: 45px;
    display: flex;
    padding-left: 10px;
    align-items: center;
    position: relative
}

.share_div:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    right: -9px;
    background-color: #fff
}

.share_div i {
    font-size: 21px;
    color: #444
}

.share_div h4 {
    font-weight: 700;
    font-size: 15px;
    color: #444
}

.share_div span {
    height: 20px;
    width: 1px;
    margin-right: 10px;
    margin-left: 10px;
    background: #eee
}

.social_icons {
    margin-left: 20px;
    display: flex;
    flex-direction: row
}

.social_icons .facebook {
    height: 45px;
    width: 45px;
    background-color: #006bff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
}

.social_icons .linkedin {
    height: 45px;
    width: 45px;
    background-color: #2962ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
}

.social_icons .twitter {
    height: 45px;
    width: 45px;
    background-color: #1DA1F2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
}

.social_icons .whatsapp {
    height: 45px;
    width: 45px;
    background-color: #229100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
}

.product-outer .ppout {
    border-radius: 22px;
    box-shadow: 2px 0px 9px 0px black;
    margin-bottom: 12px;
}

.product-outer img {
    border-radius: 22px;
}

hr {
    padding: 0px !important;
    margin: 0px !important;
}

.btn-default {
    border: 1px solid #071b0117;
    text-align: center;
}

.post-view {
    padding: 170px 0px;
    color: #fff;
    text-shadow: 3px 2px 5px black;
}

/* contact us page   */

.text-muted {
    font-family: 'Ubuntu', sans-serif
}

.fa-map-marker,
.fa-phone,
.fa-envelope {
    font-size: 25px;
    font-weight: bold
}

.icon {
    color: rgb(105, 27, 179)
}

.fa-formouter {
    border: 1px solid rgb(0 156 156);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 1px 1px 8px 2px grey;
}

.contact:hover {
    border-radius: 5px;
    cursor: pointer;
    position: relative
}

.ico-left {
    border-right: 1px solid #0087bd;
    position: absolute;
    background-color: #57a1ad;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
}

.fa-control {
    padding-left: 40px;
    border: 2px solid #117a8bb3 !important;
}

.fa-control:hover {
    border: 2px solid rgb(105, 27, 179);
    color: rgb(105, 27, 179);
}

label {
    font-weight: 500
}

#msg {
    height: 220px
}

.submit-btn {
    background-color: rgb(105, 27, 179);
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    margin: 10px auto
}

.mobile-info {
    display: none
}

@media(min-width:992px) and (max-width:1199px) {
    fa-form {
        width: 75%
    }
}

@media(max-width:767px) {
    .mobile-info {
        display: inline
    }

    .contact-info {
        display: none
    }

    .contact {
        margin: 10px 0;
        border: 1px solid rgb(105, 27, 179);
        border-radius: 5px
    }
}

.nloading {
    display: none;
    color: #ffffff;
}

.cotact-us-body {
    background-image: url(../images/bgpaper.png);
}

.text-develop,
.text-develop:hover {
    color: coral;
}

.countDta {
    padding: 0px 18px;
    background-color: #1c9ae4;
    border-radius: 27px;
    right: 19px;
    color: #ffffff;
}

.mrp-del {
    font-family: revert;
    padding: 2px 9px;
    margin-left: 0px;
    color: #000;
    background: #8dffe5;
    border-radius: 20px;
    font-size: 15px;
    background-color: #ececec;
}

/* contact us  */

.my-card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    box-shadow: 0px 0px 8px;
    margin-bottom: 28px;
    border-radius: 35px 0;
    overflow: hidden;
    transition: .5s
}

.my-card:hover {
    box-shadow: 0px 0px 8px #c81a3b
}

.my-card img {
    max-height: 315px;
    width: 100%
}

.my-card-body {
    padding: 20px;
    margin-bottom: 20px
}

.my-card-body h5 {
    text-transform: capitalize;
    line-height: 25px;
    font-size: 25px
}

.my-card-body p {
    margin: 10px 0;
    color: #f7941d
}

.social-icons {
    margin-bottom: 25px
}

.social-icons a {
    margin-right: 22px;
    color: #363842;
    font-size: 29px
}

.social-icons a:hover {
    color: #c81a3b
}

.my-card-btn {
    color: rgb(231, 231, 231);
    background-color: #c81a3b;
    padding: 10px 28px;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 10px 0;
    transition: .5s
}

.my-card-btn:hover {
    color: rgb(255, 255, 255)
}

/* album with gallery */

.album-outer {
    padding: 0;
    text-align: center;
    font-size: 32px;
    color: #fff;
    height: 260px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 14px;
    margin-top: 10px;
    border-bottom: 15px solid #ececec;
    margin-bottom: 10px;
}

.album-outer img {
    position: relative;

}

.gallery-outer {
    border: 4px dotted #ffffff;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 10px;
}

.gallery-outer img {
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.album-titile {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: capitalize;
    padding: 0px 10px;
    border-top-right-radius: 16px;
    font-weight: bold;
    font-size: 24px;
    background-color: #7b0b2a;
    text-shadow: 2px 1px 1px black;
}

.album-titile span {
    color: red;
    border-radius: 6px;
    padding: 0px 6px;
}

.outer-galley {
    margin-top: 250px;
}

.heading-gallery {
    position: relative;
    width: 100%;
    text-align: center;
    top: 230px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    color: #fff;
}

.view-gallery {
    background-image: linear-gradient(-40deg, #769a31 10%, #0b417b 25%);
}

.album-title {
    color: #fff;
    font-weight: bold;
    text-shadow: 0pc 1px 6px #0c0000;
    border-bottom: 10px dotted white;
    display: initial;
    animation: dotted 5s linear infinite;
}

@keyframes dotted {
    0% {
        border-color: red;
    }

    50% {
        border-color: rgb(72, 255, 0);
    }

    100% {
        border-color: red;
    }
}

/* 3D scene */

.scene {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    perspective-origin: 50% 25%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

@-webkit-keyframes zoom-roll-top {
    50% {
        transform: rotateX(-10deg) translateZ(-200px);
    }

    100% {
        transform: rotateX(0) translateZ(0);
    }
}

@-webkit-keyframes zoom-roll-middle {
    50% {
        transform: rotateX(-10deg) translateZ(-200px);
    }

    100% {
        transform: rotateX(0) translateZ(0);
    }
}

@-webkit-keyframes zoom-roll-bottom {
    50% {
        transform: rotateX(-10deg) translateZ(-200px);
    }

    100% {
        transform: rotateX(0) translateZ(0);
    }
}

@-moz-keyframes zoom-roll-top {
    50% {
        transform: rotateX(-10deg) translateZ(-200px);
    }

    100% {
        transform: rotateX(0) translateZ(0);
    }
}

@-moz-keyframes zoom-roll-middle {
    50% {
        transform: rotateX(-10deg) translateZ(-200px);
    }

    100% {
        transform: rotateX(0) translateZ(0);
    }
}

@-moz-keyframes zoom-roll-bottom {
    50% {
        transform: rotateX(-10deg) translateZ(-200px);
    }

    100% {
        transform: rotateX(0) translateZ(0);
    }
}

.roll-camera {
    transform-style: preserve-3d;
}

.roll-camera .move-camera {
    transform-style: preserve-3d;
    transform: translateY(0px);
    transition: all 3s ease-in-out;
}

body.view-top-shelf .roll-camera {
    animation: zoom-roll-top 3s ease-in-out;
}

body.view-top-shelf .roll-camera .move-camera {
    transform: translateY(0px);
}

body.view-middle-shelf .roll-camera {
    animation: zoom-roll-middle 3s ease-in-out;
}

body.view-middle-shelf .roll-camera .move-camera {
    /* transform: translateY(-200px); */
    transform: translateY(-200px);
}

body.view-bottom-shelf .roll-camera {
    animation: zoom-roll-bottom 3s ease-in-out;
}

body.view-bottom-shelf .roll-camera .move-camera {
    transform: translateY(-400px);
}

/* .wallpaper {
    position: absolute;
    width: 200%;
    height: 2000px;
    margin-left: -50%;
    background-image: linear-gradient( -40deg, #769a31 10%, #0b417b 25%);
} */
.fix-top {
    margin-top: 15%;
}

.wallpaper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url('/assets/images/bgpaper.png');
}

.theme-bg {
    background-color: #002750;
}

.connected {
    width: 100%;
    border-left: 5px solid #28a745;
    border-top: 1px solid rgb(190, 190, 190);
    border-right: 1px solid rgb(190, 190, 190);
    border-bottom: 1px solid rgb(190, 190, 190);
    height: 50px;
}

.connected p {
    color: #28a745;
    font-weight: 500;
    font-size: 22px;
    padding: 5px 10px 5px 10px;
}

.sticky-side {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
}

.banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 144px;
    position: relative;
    z-index: 1;
}

.banner-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.banner-image .banner-box {
    text-align: center;
}

.banner-image .banner-box h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.banner-image .banner-box ul {
    display: flex;
    justify-content: center;
}

.banner-image .banner-box ul li a {
    color: #fff;
    margin-right: 6px;
    font-size: 21px;
    text-transform: capitalize;
}

.banner-image .banner-box ul li a {
    color: #fff;
    margin-right: 6px;
    font-size: 21px;
    text-transform: capitalize;
}

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

.blog-details-panel {
    background-color: #f8f9fa;
    position: relative;
    padding: 35px 0px;
}

.blog-details-panel .img-box {
    width: 100%;
    height: auto;
}

.blog-details-panel .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.blog-details-panel .content-boxs {
    padding: 20px 30px;
    background-color: #fff;
    padding: 15px 10px;
}

.blog-details-panel .content-boxs h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-panel .content-boxs h2 a {
    color: #000000;
}

.blog-details-panel .content-boxs p {
    color: #6b6161;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 24px;
}

.blog-details-panel .content-boxs h5 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-details-panel .content-boxs strong {
    color: #8b4501;
}

.blog-details-panel .content-boxs ul li {
    color: #6b6161;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.blog-details-panel .blog-details-box span {
    display: block;
    color: #6e6565;
    font-size: 14px;
    margin-top: 30px;
}

.blog-links-box h4 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #000000;
    transition: all 0.5s ease-in-out;
}

.latest-blog-sidebar .comman-title-box {
    margin-bottom: 32px;
    text-align: start;
}

.latest-blog-sidebar .comman-title-box .decoration {
    margin: 0px;
}

.latest-blog-sidebar h2 {
    font-weight: 400;
    text-transform: capitalize;
}

.latest-blog-sidebar .blog-links-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #dae0e8;
    /* padding-bottom:15px; */
}

.latest-blog-sidebar .blog-links-box span {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.latest-blog-sidebar .blog-links-box span i {
    color: #3fc989;
    font-size: 18px;
    margin-right: 5px;
}

.latest-blog-sidebar .blog-links-box h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin: 15px 0px 18px;
}

.latest-blog-sidebar .blog-links-box a:hover {
    color: #44c378;
}

.latest-blog-sidebar .all-blog-btn {
    color: #fff;
    background: #44c379;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 38px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.latest-blog-sidebar .all-blog-btn:hover {
    background: #026e23;
}

.latest-blog-sidebar .all-blog-btn i {
    font-size: 14px;
    animation: slide 1s linear infinite alternate;
}

.latest-blog-sidebar .inner-box {
    margin-bottom: 20px;
    border: 1px solid #44c277;
    border-radius: 20px;
    padding: 14px;
    position: relative;
}

.latest-blog-sidebar .inner-box form i {
    position: absolute;
    right: 34px;
    top: 36px;
}

.latest-blog-sidebar .form-control {
    padding: 9px 23px;
}

.latest-blog-sidebar .form-control:focus {
    color: #212529;
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.latest-blog-sidebar ul li {
    margin-bottom: 10px;
}

.latest-blog-sidebar ul li a {
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.latest-blog-sidebar ul li a:hover {
    transform: translateX(8px);
    color: #d9a300;
}

/* blog page start */

.blog-panel {
    padding-top: 62px;
    padding-bottom: 56px;
}

.blog-panel .blog-card {
    border-radius: 6px;
    margin-bottom: 25px;
}

.blog-panel .blog-img-box {
    width: 100%;
    height: 320px;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.blog-panel .blog-img-box a {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-panel .blog-img-box img {
    border-radius: 6px 6px 0px 0px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-panel .blog-img-box:hover img {
    transform: scale(1.1);
}

.blog-panel .content {
    background-color: #f4f4ff;
    padding: 20px 30px;
}

.blog-panel .digital-marketing-btn {
    color: #fff;
    background: #8b4501;
    padding: 5px 9px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 17px;
}

.blog-panel .digital-marketing-btn:hover {
    background: #d9a300;
    color: #fff;
}

.blog-panel .content h2 a {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 36px;
}

.blog-panel .content p {
    color: #6b6161;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
    height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-panel .content span {
    color: #6b6161;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-panel .view-box {
    border-top: 1px solid #dae0e8;
    padding-top: 17px;
    margin-top: 17px;
}

.blog-panel .view-box span {
    display: inline-block;
    color: #626161;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.blog-panel .view-box i {
    font-size: 18px;
    margin-right: 10px;
    color: transparent;
    background: linear-gradient(90deg, #ff3f00 -0.02%, #ffaa52 100.06%);
    -webkit-background-clip: text;
    background-clip: text;
    animation: blink 1s ease-in-out infinite alternate;
}

/* blog page end */