/*!
Theme Name: Ostech Child theme
Theme URI: https://ostechwp.pixydrops.com/
Template: ostech
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Ostech WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ostech-child
*/


.preloader .preloader__image {
    background-size: 250px;
}
.contact-one__list__icon {
    flex: 0 50px;
}

.contact-one__list__content {
    flex: 1;
}

.sc-duan .project-two__thumb {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
.sc-duan .project-two__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sc-duan .project-two__content__title {
    line-height: 1.4;
    padding: 15px 0px;
}
a.term-link-item {
    color: inherit;
}
a.term-link-item:hover{
    opacity: 0.7;
}
.fluentform .ff-el-form-control{
    border-radius: 0px !important;
}
.fluentform .ff-el-form-control:focus {
    border-color: var(--ostech-base, #FFAA17) !important;
}
.ostech-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--ostech-base, #FFAA17);
    color: var(--ostech-text-dark, #222429);
    font-family: var(--ostech-font);
    padding: 19px 40px;
    transition: 500ms;
    background-color: var(--ostech-base, #FFAA17);
    color: var(--ostech-text-dark, #222429);
    font-size: 16px;
    font-weight: 600;
    line-height: 112.5%;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}