#qodef-page-footer{
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#qodef-page-footer-top-area{
    border-top-color: #343434;
    border-top-width: 1px;
    border-top-style: solid;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#qodef-page-footer-top-area-inner {
    padding: 89px 0 100px;
}
.qodef-content-grid {
    width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .qodef-content-grid {
        width: 768px;
    }
}
@media screen and (max-width: 800px) {
    .qodef-content-grid {
        width: 86%;
    }
}
@media screen and (max-width: 480px) {
    .qodef-content-grid {
        width: 82%;
    }
}
.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-grid>.qodef-grid-inner {
    margin: 0 -15px;
}
.clear::before, .widget::before{
    content: '';
    display: table;
    table-layout: fixed;
}
.clear::after, .widget::after{
    clear: both;
    content: '';
    display: table;
    table-layout: fixed;
}
#qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item {
    width: 16.6666%;
    padding: 0 15px;
}
#qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:first-child {
    width: 48.33%;
}
.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
    float: left;
}
#qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:first-child .widget {
    padding-right: 67px;
}
#qodef-page-footer .widget:not(.widget_eidan_core_title_widget) {
    margin: 0 0 74px;
    color: #9b9b9b;
}
.widget.widget_eidan_core_custom_font {
    margin-bottom: 0!important;
}
#qodef-page-footer .widget.widget_eidan_core_separator {
    margin-bottom: 0;
}
.widget:last-child {
    margin-bottom: 0!important;
}
#qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:first-child div {
    padding-right: 27px;
}
.widget.widget_block .wp-block-group {
    margin: 0;
}
.wp-block-image {
    margin: 0 0 1em;
}
.wp-block-image {
    margin-bottom: 0;
}
.qodef-custom-font {
    position: relative;
    margin: 0;
}
#qodef-page-footer h5 {
    font-family: Syne,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.187em;
    word-wrap: break-word;
}
#qodef-page-footer p {
    margin: 10px 0;
}
#qodef-page-footer .widget a {
    color: #fff;
}
#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 37px;
    color: #fff;
}
.widget ul:not(.qodef-shortcode-list) {
    list-style: none;
    margin: 0;
    padding: 0;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 40px;
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0!important;
}
.widget.widget_nav_menu ul li{
    line-height: 19px;
    overflow: hidden;
    margin-bottom: 15px;
}
.widget ul:not(.qodef-shortcode-list) li a:not(.wp-block-social-link-anchor) {
    font-family: Syne,sans-serif;
    font-weight: 700;
    /*color: #fff;*/
    font-size: 16px;
    line-height: 1.187em;
}
.widget.widget_nav_menu ul li a{
    position: relative;
    transition: padding .2s ease-out,color .2s ease-out;
}
/*.widget.widget_nav_menu ul li a::before{
    background: var(--qode-main-color);
    border-radius: 50%;
    content: '';
    height: 7px;
    left: -17px;
    position: absolute;
    top: calc(50% - 4px);
    transform: scale(0);
    transition: left .2s ease-out,right .2s ease-out,transform .2s ease-out;
    width: 7px;
}*/
.qodef-social-icons-group.qodef-layout--vertical {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1;
}
#qodef-page-footer .widget a {
    color: #fff;
}
#qodef-page-footer .widget a:hover {
    color: #fff;
}
.qodef-social-icons-group .qodef-icon-holder a {
    transition: color .2s ease-out;
}
#qodef-page-footer-bottom-area {
    background-color: #1e1e1e;
    border-top: 0 solid #e1e1e1;
}
#qodef-page-footer-bottom-area-inner {
    padding: 26px 0;
}
.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%;
}
.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 15px;
}
.widget.widget_nav_menu ul li a:hover:before{
    left: 0;
    transform: scale(1);
    transition: left .2s ease-out,right .2s ease-out,transform .2s ease-out 80ms;
}
.widget.widget_nav_menu ul li a:hover{
    padding-left: 15px;
}
.widget.widget_nav_menu ul li a:before{
    background: #ff5700;
    border-radius: 50%;
    content: '';
    height: 7px;
    left: -17px;
    position: absolute;
    top: calc(50% - 4px);
    transform: scale(0);
    transition: left .2s ease-out,right .2s ease-out,transform .2s ease-out;
    width: 7px;
}
ul#menu-about-us-footer, ul#menu-services-footer, .qodef-social-icons-group {
    margin-top: 20px !important;
}


/*project section style*/

.start-project__discuss {
    padding-right: 40px;
    margin-bottom: 0;
}
.discuss-project--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.discuss-project__wrapper {
    padding: 76px 60px 96px;
}
.discuss-project__wrapper {
    padding: 40px 32px;
    background-color: #fff;
}
.discuss-project__field-wrapper {
    width: calc(50% - 50px);
}
.discuss-project__field {
    width: auto;
    margin-bottom: 32px;
}
.field {
    position: relative;
    display: block;
    width: 100%;
    cursor: text;
}
.field input, .field textarea {
    display: block;
    width: 100%;
    appearance: none;
    padding: 0 0 14px;
    font-family: neue montreal,arial,sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
    box-shadow: none;
    transition: border-color .3s ease;
}
.field__hint {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 15px;
    line-height: 1;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    transition: .2s ease;
}
.field textarea {
    height: 122px;
    resize: none;
}
.start-project__discuss .discuss-project__bottom {
    align-items: flex-start;
}
.discuss-project__bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.discuss-project__file {
    margin: 0 0 40px;
}
.file-upload {
    display: inline-block;
    min-width: 137px;
    vertical-align: top;
}
.start-project__discuss .discuss-project__send {
    margin-left: 0;
}
.discuss-project__send {
    display: flex;
    margin: 0 auto;
}
.btn--theme-black {
    background-color: #000;
    align-items: center;
    transition: background-color .3s ease;
    min-width: 207px;
    padding: 16px 22px 16px 25px;
    cursor: pointer;
    border: 1px solid #000;
}
.file-upload__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
.file-upload__text {
    font-size: 15px;
    line-height: 2.06667;
    color: #000;
    text-transform: uppercase;
}
.btn--theme-black:hover{
    background-color: #000;
}
.btn--theme-black .btn__text {
    color: #fff;
}
.btn__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    transition: color .3s ease;
}
.btn--theme-black:hover .btn--theme-black .btn__text{
    color: #000;
}
h2.custom-heading {
    max-width: 520px;
    margin: 0 0 20px;
    font-size: 100px!important;
    font-weight: 500;
    line-height: .94737;
}
.start-project .section-title {
    margin-bottom: 35px;
}
.qodef-widget-holder{

    position: absolute;
    top: 0;
    right: 0;
}
#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    /*margin-left: 40px;*/
}
.qodef-opener-icon.qodef-source--predefined.qodef-side-area-opener {
    align-items: center;
    color: #000;
    display: flex;
    height: 100%;
    padding: 37px 40px;
    cursor: pointer;
}

/*top-corner-sidebar*/
#qodef-side-area {
    background-color: #000;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 8% 80px 5% 79px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .6s cubic-bezier(.77,0,.175,1);
     visibility: hidden;
    width: 505px;
    z-index: 9999;
}
#qodef-side-area-close {
    color: #fff;
    display: block;
    height: auto;
    padding: 42px;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
#qodef-side-area-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#qodef-side-area .widget:not(.widget_eidan_core_title_widget) {
    margin: 0 0 40px;
    color: #9b9b9b;
}
.widget.widget_eidan_core_custom_font {
    margin-bottom: 0!important;
}
@media screen and (max-width: 1024px) {
    .qodef-content-grid {
        width: 90%;
    }
    #qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:first-child{
        width: 40%;
    }
    #qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item{
        width: 20%;
    }
    #qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:first-child .widget, #qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:first-child div{
        padding-right: 0 !important;
    }
    h5.qodef-widget-title {
        font-size: 14px;
    }
    .widget ul:not(.qodef-shortcode-list) li a:not(.wp-block-social-link-anchor){
        font-size: 14px !important;
    }
    .qodef-social-icons-group.qodef-layout--vertical{
        align-items: baseline !important;
    }
}
@media screen and (max-width: 991px) {
    .qodef-widget-holder{
        display: none;
    }
}
@media screen and (max-width: 425px) {
    #qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:first-child {
        width: 100%;
    }
    #qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item {
        width: 33.33%;
        margin-bottom: 50px;
    }
    #qodef-page-footer-top-area .qodef-col-num--5.qodef-proportion--custom .qodef-grid-inner>.qodef-grid-item:last-child {
        margin-bottom: 0 !important; 
    }
    h2.custom-heading{
        font-size: 50px !important;
        max-width: 320px;
    }
}
