
.contact .ic{
    font-size: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    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: 18px;
    text-align: left;
}
.contact .map iframe{
    border-radius: 20px;
}
.text-orange{
    color: #e46728;
}
.hero{
    min-height: 100vh;
    background-color: var(--primary-color);
    color: white;
    padding-top: 100px;
}
.pry-btn{
    background-color: #e46728;

}
.hero h1{
    font-size: 60px;
    text-transform: uppercase;
}
.mx-img{
    width: 100%;
}
.git .row{
    background-color: var(--primary-color);
}
@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 h3{
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 20px 20px 0 0;
}
.cd p{
    padding: 15px;
}