/* blog-section css start */
.inner-banner-area{
  background: linear-gradient(#ffffffdb, #ff06062b), url(../img/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog-section{
	padding: 101px 0px 120px 0px;
    
}

.sevices-item {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
  padding: 20px 20px 40px 20px;
   position: relative;
}
.sevices-item-visiting-card{
    border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
  padding: 20px 20px 20px 20px;
   position: relative;
}
 .sevices-item .service-box-contact .service-figure {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.service-grid-layout4 .sevices-item .service-box-content .service-figure::before {
  content: "";
  background: #fff;
  height: 0;
  width: 0;

  position: absolute;
  transition-duration: 1.3s!important;
  z-index: 3;
}
 .sservice-box-contact .service-figure::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.service-box-contact .service-figure img {
  border-radius: 6px;
  transform: scale(1.03);
  transition: all 0.8s;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
 .service-box-contact .service-figure::after {
  bottom: 0;
  opacity: .7;
  left: 0;

}
 .service-box-contact .service-figure::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  transition-duration: 1.3s!important;
  z-index: 3;
}
.service-hover-img{
	height: 90px;
  width: 90px;
  background-color: #08bdbc;
  border-radius: 50%;
  padding: 10px;
  z-index: 2;
   border: 8px solid #fff;
  transition: all 0.8s;
}
.service-info{
    margin-top: 20px;
    padding-left: 10px;  
}
 .service-content .service-img-wrap {

  display: flex;
  align-items: center;
  justify-content:space-between;
  margin-top: -45px;
  position: relative;
  transition: 0.52s;
}

.user-name{
	 display: flex;
    flex-direction: column;
    background-color: #08bdbc;
    padding: 5px 25px;
    border-radius: 15pc;
    justify-content: center;
}

.user-name h3{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.service-title {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    transition: 0.52s;
}
.read-more-cls{
  font-size: 17px;
    line-height: 27px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    margin-left: 10px;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-top: 10px;
}
.inv-cls{
    font-size: 17px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;

}
.rgt-arw{
    padding: 0px;
    font-size: 21px !important;
    text-align: center;
    margin-left: 5px;
    color: #000 !important;
    transition: 0.52s;
}

.sevices-item :hover img{
  transform: scale(1.1);
  transition: 0.3s;
}

.sevices-item img{
  border-radius: 50%;
    object-fit: cover;
  transition: 0.52s;
}

.sevices-item :hover .service-title{
  color:#8b0003;
  transition: 0.3s;
}
.sevices-item :hover .rgt-arw{
  margin-left: 10px;
  transition: 0.5s;
}
.service-card-sec{
  padding: 35px 0px 39px 0px;
}


/* blog detail page css start */
.blog-inner-sec{
	margin:100px 0;
}

.blog-content img{
	    border-radius: 5px 5px 5px 5px;
}

.blog-content  h3{
	font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 10px 0;
}

.blog-content  h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 10px 0;
    height: unset;
}

.blog-content ul {
	list-style-type: none;
	padding:0;
}

.blog-content ul li i {
    color: #000000;
}

.blog-content ul  li::marker{
	display:none;
}

.blog-content ul li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 10px;
    text-transform: none;
}

/* sidebar css start */
.sidebar {
    border-left: 1px solid rgba(109,109,109,0.29);
    padding: 0px 0px 0px 40px !important;
}


.form-box{
    padding: 30px 20px 30px 20px;
}


.form-box button{
	margin: 0 auto;
    display: block;
	}
	
	
	.post-box{
		margin-top:50px;
	}
	
	.post-line{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
	}
	
	.post-line p{
    color: #838383;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    letter-spacing: 0.5px;
}
	
	.post-line a{
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000 !important;
    margin-bottom: 0px;
	}
	
    .post-box .post-line:last-child {
        border: 0;
        margin-bottom: 0px;
    }
    .post-box .post-line:last-child .date {
        border: 0;
        padding-bottom: 0px;
    }
  .author_img{
    border-radius: 50%;
    object-fit: cover;
    transition: 0.52s;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 2px;  
    width: 50px;
  }
.sidebar .form-box h4 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
    border-bottom: 1px solid #109cc0;
    padding-bottom: 14px;
    width: max-content;
    color: #109cc0;
    font-weight: 500;    
}
.sidebar .form-control {
    padding: 30px 25px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #969fa1;
    margin-top: 11px;
    color: #5d666f;
    width: 100%;
    max-width: 100%;
    margin-bottom: 11px;
}
.sidebar .custom-btn{
    margin-top: 22px !important;
    background-color: #109cc0;
    border-radius: 10px !important;  
}
.sidebar .custom-btn:hover{
    color: #ededed !important;
}

/* media query*/
@media (max-width:334px){
	.user-name h3{
		font-size: 12px;
	}
	
	body .sevices-item {
    margin: 0 0 40px 0;
}

.read-more-cls{
	font-size: 15px;
    line-height: 25px;
}

}

@media (max-width:767px){
	.sidebar{
		padding:0 15px !important;
	}
	
	.sevices-item{
		margin:0 0 50px 0;
	}
	
	.blog-content {
    padding: 0;
}

.sevices-item{
	height:auto !important;
}
}

@media only screen and (min-width:767px) and (max-width:991px){
	.sidebar {
    border-left: 0;
    padding: 0 !important;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.sidebar {
    padding: 0px 0px 0px 15px !important
}

.sidebar .form-box h4{
	    font-size: 24px;
}
}
 .sevices-item{
  height: 630px;
}