/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/



header.main-header.main-header--one.sticky-header.sticky-header--normal .main-header__logo a img {
    max-width: 75%;
}
section.footer-cta {
    background-color: #209d2f;
}
.row.align-items-end.gutter-y-60.mar-50-top {
    margin-top: 50px;
}
.contact-three__form form select {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
    outline: none !important;
    color: #5e5b5b;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease;
}