.service-block{
    height: 330px;
}
.navbar-brand, .navbar-nav > li > a {
    line-height: 20px;
    height: 15px;
    padding-top: 0px;
}
.title h2 {
    text-transform: none;
}

.contact-form {
 display: none;
}
.main_icon {
    width: 160px;
}
.bir_color {
    color:#009496 !important;
}
.contact-info {
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .title h2 {
        font-size: 30px;
    }
    .service-block {
        height: auto;
        padding: 20px;
    }
}
@media (max-width: 320px) {
    .hero-area .block h1 {
        font-size: 36px;
    }
}

@media (min-width: 1900px) {
    .hero-area .block h1 {
        font-size: 100px;
    }
    .hero-area .block p {
        font-size: 36px;
    }
}