h1 {
    font-size:30px;
    text-transform: none;
}
.contact-info-layout2 .contact-info-box .contact__info-box-icon {
    flex: 0 0 58px;
}
.page-title-layout2 {
    padding-top: 155px;
    padding-bottom: 60px;
}
.slider .slide__title {
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.slider .slide__desc {
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.navbar .nav__item .nav__item-link {
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.navbar .dropdown-menu .nav__item .nav__item-link {
    text-shadow:none;
    color:#333;
}

.navbar-brand {
    max-width:300px;
}
.feature__title a {
    color:#111;
}
.heading__title {
    text-transform: none;
}
.contact-info-layout2 .cta__banner .cta__title {
    text-transform: none;
}
article p {
    color:#111;
}
.footer__widget-title {
    text-transform: none;
}

#wrap_3d {
    display: flex;
    height: 400px;
    justify-content: center;
    
}
#model_3d {
    height: 300px;
}

.portfolio__content p {
    color:#111;
    font-size:15px;
    text-align: left;
}
input[name="surname"] {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
.bg-overlay-2:before {
    background-color: rgba(27,26,26,.2);
}

.custom_services {
    padding: 20px 1px;
    border-radius:10px;
} 
.custom_services.features-wrapper .feature__content:before {
    display: none;
}

.custom_services .feature-item {
    background:#F9F9F9;
} 
.custom_services .feature-item .feature__title {
    font-size:18px;
}
.custom_services .feature-item .feature__content {
    padding: 15px;
    text-align: center;
}
.custom_services .feature-item .feature__title {
    font-size:18px;
}
.tech_grid .btn {
    height: 35px; 
    line-height: 35px;
}
.tech_grid .portfolio__content .btn {
    margin: 0 auto;
}

/* responsive */
@media (max-width: 768px) {
    h1 {
       font-size:25px;
    }
    .portfolio__title {
        font-size:25px;
    }
}