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:200px;
}
.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;
}
.footer {
    background-color: #1E1E1E;
}
#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;
}
.footer p {
    color:#fff;
}

.slider .slide-item {
    height: 700px;
}
.otrasl_tpl .heading__title {
    font-size:33px;
}
.otrasl_tpl .about__img img {
    border-radius:300px;
}
.about-layout2 .list-items li {
    flex: 0 0 100%;
    max-width: 100%;
}
.list-items li {
    font-weight: 400;
}
#mainNavigation {
    justify-content: center;
}
.page_otrasl .h6 {
    line-height: 1.4;
}
.page_otrasl ul {
     padding-left: 0;
    list-style: none;
 }
.page_otrasl ul li {
    position: relative;
    padding-left: 27px;
    font-size: 14px;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.page_otrasl ul li:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #00A5DF;
}
.page_otrasl .imd-round {
    border-radius:300px;
}

.page_otrasl .fancybox-item .fancybox__title {
    font-size:32px;
}
.contact__number i {
    display: inline-block;
}
.gray_filter {
    filter: grayscale(1);
    transition:all ease-in-out 0.3s;
}
.gray_filter:hover {
    filter: none;
}
.star_raiting {
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 150px;
    padding: 20px;
    background:#eee;
    border-radius:10px;
    margin-bottom: 20px;
}
.star_raiting i {
    color:#FFC700;
    
}
.review_tpl h5 {
    font-size:18px;
    line-height: 1.2;
}
.review_tpl h5 a {
    text-decoration: none;
}
.review_tpl {
    padding: 10px;
    box-shadow:0px 1px 4px rgba(0,0,0,0.3);
    border-radius:10px;
}
.blue_banner {
    background:#00A5DF;
    padding: 28px;
}
.blue_banner h4 span {
    color:#f70808;
}
.blue_banner h4 {
    color:#fff;
}

.custom_btn  {
    position: relative;
    display: inline-block;
    z-index: 1;
    color:#fff;
    font-size: 14px;
    font-weight: 700;
    
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    background-color: #00A5DF;
    border-radius: 3px;
}


.blue_banner .custom_btn  {
    padding: 10px 15px;
     background-color: #fff;
     color:#f70808;
}

.blue_banner ul li {
    color:#fff;
}
/* responsive */
@media (max-width: 768px) {
    h1 {
       font-size:25px;
    }
    .portfolio__title {
        font-size:25px;
    }
    
    .page_otrasl .fancybox-item .fancybox__title {
        font-size:22px;
    }
}