.main-slider3 .banner-inner .banner-content .title {
    font-size: 45px;
    line-height: 56px;
}
.home-about-us-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.80);
}

.dz-products-custom .dz-media {
    height: 400px !important;
}

.dz-products-custom .dz-media img {
    height: 100% !important;
    object-fit: contain !important;
}

.dz-products-custom .dz-content {
    padding: 20px !important;
}

.dz-box.products-list {
    border-radius: 8px;
    border: 1px darkgrey solid;
}

.dz-box.products-list .dz-media img {
    height: 400px !important;
}

.dz-info .title a:hover {
    color: #fe4c1c;
}

.home-products .dz-media {
    height: 400px;
}

.home-products .dz-media img {
    height: 100%;
    object-fit: cover;
}

.lang-picker .dropdown-menu {
    min-width: 84px !important;
    width: 60px !important;
}

.lang-picker .dropdown-menu img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
}

.lang-picker li {
    display: block !important;
}

.lang-picker li a {
    font-size: 15px !important;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.form-control {
    height: 44px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus, .form-control:active {
    border-color: #fe4c1c !important;
}

textarea.form-control {
    height: inherit !important;
}

.wrapper {
    width: 100%;
}

.contact-wrap {
    background: #e8edf0;
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
        padding: 0;
    }
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 500;
    color: #000;
}

.dbox p a {
    color: #fe4c1c;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fe4c1c;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.dbox .text {
    width: 100%;
}

.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-control {
    border: none;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

#contactForm .error {
    color: red;
    font-size: 12px;
    position: relative;
}

#contactForm .form-control {
    font-size: 16px;
}

#message {
    resize: vertical;
}

#form-message-warning, #form-message-success {
    display: none;
}

#form-message-warning {
    color: red;
}

#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #fe4c1c;
}

@media only screen and (max-width: 1024px) {
    .slider-thumbs-wraper {
        display: none !important;
    }
}
