
/**********************************************/
@media (max-width:767px){
    header.header-mobile{
        padding-top: 0px !important;
    }
   
}
h3.id-color{
    color: #edc967 !important;
}
.my-logo img{
    width: 110px;
}
/***************************/

.serviceBox{
    color: var(--dark-color);
    background: #000;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 0 0 45px;
    border-radius: 20px;
    border: 3px solid var(--dark-color);
    border-top-color: transparent;
    border-bottom-style: dotted;
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: #424242;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(232, 184, 73, 0.67);
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: -1;
}
.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(to right,#e3b446 23%,#edc967 23%,#edc967 79%, #e3b446 0%);
    font-size: 45px;
    padding: 3px;
    margin: 0 -3px 30px;
    border-radius: 15px 15px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 78% 100%, 23% 100%, 0% 60%);
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 20px 10px;
}
.serviceBox .description{
    color: #d7d7d7;
    font-size: 15px;
    line-height: 25px;
    margin: 0 25px 0;
}
.serviceBox.purple{
    --main-color: #edc967;
    --dark-color: #e3b446;
}
.serviceBox img{
    padding: 2px 0;
}
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}
/**************************/

/***********************************/

/*.testimonial{
        background: #169650;
        padding: 20px 40px 20px 70px;
        margin: 0 10px 10px;
        position: relative;
    }
    .testimonial:before{
        content: "";
        width: 0;
        height: 0;
        border-bottom: 50px solid #eee;
        border-left: 50px solid #000;
        box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
    }
    .testimonial .testimonial-title{
        font-size: 15px;
        font-weight: bold;
        color: #192bc2;
        margin-bottom: 15px;
    }
    .testimonial .description{
        font-size: 13px;
        line-height: 20px;
        color: #0b132b;
    }
    .testimonial .post{
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #ff1053;
        margin-top: 10px;
    }
    .testimonial .pic{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        bottom: -35px;
        right: 23px;
    }
    .testimonial .pic img{
        width: 100%;
        height: auto;
    }
    .owl-theme .owl-controls{
        margin-top: 40px;
    }
    .owl-theme .owl-controls .owl-buttons div{
        background: #3646b5;
        border-radius: 0;
        opacity: 1;
        padding: 5px 10px;
    }
    .owl-prev:before,
    .owl-next:before{
        content: "\f053";
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #fff;
    }
    .owl-next:before{
        content: "\f054";
    }
    @media only screen and (max-width: 767px){
        .owl-theme .owl-controls{ margin-top: 20px; }
    }
    @media only screen and (max-width: 480px){
        .testimonial{
        margin: 0 10px 60px;
        text-align: center;
        padding: 20px 30px 20px 40px;
        }
    }
    @media only screen and (max-width: 479px){
        .testimonial{
        padding: 20px 25px 20px 25px;
        }
    }

    #testimonial-slider .owl-thumbs{
        display: none;
    }
*/
.pr-g img{
    width: 100%;
    height: 250px;
}

.post-slide{
    margin: 0 15px;
    margin-top: 20px;
    box-shadow: 0 0 20px 0.33px #16965061;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #2b2b2b;
    padding:15px 20px 15px 20px;
}
.post-slide .post-title{
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.demo{
    padding: 50px 0;
}
.owl-thumb-item {
    display: none;
}
.padding-bn{
    padding: 40px 0px !important;
}
.fgre{
    background: #333;
    padding: 30px;
}
.fger{
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 33px;
    text-transform: capitalize;
}
.post-slide1 .post-description {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 20px;
}
.post-slide1{
    margin: 0 15px;
}
.post-slide1 .post-img{
    overflow: hidden;
}
.post-slide1 .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide1:hover .post-img img{
    transform: scale(1.08);
}
.fgerdg{
    background: #2b2b2b !important; 
    padding: 40px 0 30px;
}
.post-slide1 .post-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px;
}
.post-slide1 .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide1 .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
@media (max-width: 768px) {
	.my-logo img {
		width: 85px;
        margin-top: -12px;
	}
    .dsfed .owl-prev, .dsfed .owl-next{
        top: 25.5%;
    }
}
@media only screen and (max-width: 767px) {
	.menu_side_area {
		margin-left: 0px;
		width: 100%;
		position: relative;
		right: 0;
		text-align: right;
		z-index: 0;
		display: block;
	}
}
.dsfed .post-slide .post-img img {
    width: 100%;
    height: 220px;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    border-radius: 50%;
    border: 5px solid #26a54c;
    padding: 7px;
}
.dsfed .post-slide{
    box-shadow: none;
}
.dsfed .post-slide .post-content {
    background: transparent;
    padding: 15px 20px 0px 20px;
}
.post-slide{
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover{
    margin-top: -5px;
}
.text-black{
    color: #333 !important;
}
  .product-grid{
    background-color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #00000024;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: 250px;
}
.product-image .pic-1{ transition: all 0.5s ease 0s; }
.product-grid .product-image:hover .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.product-grid .product-image:hover .pic-2{ opacity: 1; }
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
} 
.product-grid .product-links li{
    margin: 0 0 10px;
    opacity: 0;
    transform: translate( 0,30%);
    transition: all 0.3s ease-in-out;
}
.product-grid .product-links li:nth-child(1){ transition-duration: 0.1s; }
.product-grid .product-links li:nth-child(2){ transition-duration: 0.2s; }
.product-grid .product-links li:nth-child(3){ transition-duration: 0.3s; }
.product-grid:hover .product-links li{
    opacity: 1;
    transform: translate(0,-5%);
}
.product-grid .product-links li a{
    color: #222;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: block;
    box-shadow: 0 5px 10px 0 rgba(91,91,91,.1);
    transition: all .5s ease 0s;
}
.product-grid .product-links li:first-child a,
.product-grid .product-links li a:hover{ color: #fd4132; }
.product-grid .product-content{
    padding: 15px 15px 15px;
}
.product-grid .title{
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
}
.product-grid .title a{
    color: #161e46;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{
    color: #fd4132;
}
.product-grid .rating{
    color: #efb123;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}
.product-grid .price{
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px;
}
.product-grid .add-to-cart{
    color: transparent;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px dashed #161e46;
    display: inline-block;
    position: relative;
    transition: all .2s ease;
    z-index: 1;
}
.product-grid .add-to-cart:hover{
    border: 1px solid transparent;
}
.product-grid .add-to-cart:before{
    content: attr(data-hover);
    color: #fff;
    background: #161e46;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    border-radius: 50px;
    position: absolute;
    top: -3px;
    left: 5px;
    transition: all .2s ease;
    z-index: -1;
}
.product-grid .add-to-cart:hover:before{
    left: 0;
    color:#161e46;
    background: transparent;
    border: 1px dashed #161e46;
}
@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
}
.product-grid .price span {
    color: red;
    font-weight: 700;
    text-decoration: line-through;
    font-size: 12px;
  }
  .diff-text {
    font-weight: 600;
    font-size: 21px;
    padding-top: 1rem;
  }
  
  
  .pro_img{
      width:100%;
      height:250px;
  }