
.contact .ic{
    font-size: 26px;
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.contact .d-flex{
    margin: 20px 0px;
    align-items: center;
}
.contact input{
    width: 100%;
    padding: 20px 0;
    /* border-radius: 50px; */
    /* margin-bottom: 15px; */
    font-size: 18px;
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.contact input[type=submit]{
    background-color: #fff;
    color: var(--primary-color);
    border: none;
    margin-top: 20px;
}

.contact .para{
    font-size: 22px;
    text-align: left;
}
.contact .map iframe{
    border-radius: 20px;
}
.text-orange{
    color: #e46728;
}
.hero{
    min-height: 50vh;
    background-color: var(--primary-color);
    color: white;
    padding-top: 0px;
}
.pry-btn{
    background-color: #e46728;

}
.hero h1{
    font-size: 60px;
    text-transform: uppercase;
}
.mx-img{
    width: 100%;
}
.git .row{
    background-color: var(--primary-color);
}
.feature {
    border: 1px solid #cecece;
    padding: 20px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    transition: all ease .5s;
    height: 100%;
}

.feature h5 {
    font-size: 26px;
    font-weight: 700;
}

.feature p.para {
    font-size: 14px;
    color: #4c4c4c;
}

.feature img {
    width: 75px;
    height: 75px;
    flex-grow: 1;
}

.feature:hover {
    box-shadow: 0 0 10px rgba(255, 77, 0, 0.4);
}
.smooth .image{
    max-width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .smooth .image img{
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: contain;
    object-position: center;
  }
@media (max-width:600px) {
    .hero h1{
        font-size: 45px;
    }     
    .git .container.p-5{
        padding: 20px!important;
    }     
    .mx-img{
        width: 100%;
    }  
}
.cd{
    /* margin: 10px; */
    border-radius: 20px;
    background-color: #f3f3f3;
    /* padding: 20px; */
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}
.cd h4{
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 20px 20px 0 0;
}
.cd p{
    padding: 15px;
}