/*home.min.css*/


 
section.our-service {
    background: var(--secondary-color);
    padding: 70px 0;
}
.service-card.style1 {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    position: relative;
   
    background: #fff;
}
.service-card.style1 .service-img {
    position: relative;
}
.service-card.style1 {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    position: relative
}

.service-card.style1 .service-img {
    position: relative
}

.service-card.style1 .service-img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 86, 0.5)), color-stop(73%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
    content: "";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style1 .service-info {
    padding: 0 25px 22px
}



.service-card.style1 .service-info .service-icon i {
    font-size: 32px;
    line-height: .8;
    color: #235789;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style1 .service-info h3 {
    margin: 10px 0;
}
.service-card.style1 .service-info h3  a{
    color: var(--primary-color);
}
.service-card.style1 .service-info p {
    margin: 0
}

.service-card.style1:hover .service-img:after {
    visibility: visible;
    opacity: 1;
    height: 100%
}

.service-card.style1:hover .service-info span {
    background-color: #ff6f30
}

.service-card.style1:hover .service-info span i {
    color: #fff
}



  
        section.gallery-carousel {
    background: var(--secondary-color);
    padding: 70px 0;
}
.project-card {
    /*height: 380px;*/
    margin: 0 0 25px;
    position: relative;
}
.project-card {
    /*height: 300px;*/
    margin: 0 0 25px;
    position: relative;
   
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .16), 0 4px 5px 0 rgba(0, 0, 0, .05), 0 1px 10px 0 rgba(0, 0, 0, .08);
}

    
    
     
        .embed-responsive .embed-responsive-item {
    border-color: rgba(0, 0, 0, .18);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    height: 225px;
    max-width: 100%;
    padding: 0.25rem;
}
section.gallery-carousel.video-carousel {
    background: #fff;
}
    
    
    .our-testimonial {
   
    background: #f8f8f8;
    padding: 70px 0;
}


    .post-featured-image ,.post-featured-image img {
   
    border-radius: 0;
    margin-bottom: 0;
  
}
.blog-item {
   
    border: 1px solid #eee;
}
.post-item-content {
    padding: 20px 20px 22px;
}
.post-item-body {
    margin-bottom: 10px;
}


    .page-book-appointment .book-appointment-form {
    /* max-width: 1050px; */
    margin: 0 auto;
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 40px;
    border: navajowhite;
    padding: 0;
    max-width: unset;
}
.page-book-appointment {
    background: var(--secondary-color);
    padding: 70px 0;
   
}
section.our-blog {
    padding: 70px 0;
}
.appointment-form {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
}
.page-book-appointment .section-row {
    margin-bottom: 0;
}
section.page-book-appointment .section-title{
    margin-bottom: 30px;
}
