html,body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

:root {
    --primary_color: rgba(26, 26, 26, 1);
    --text_color_footer: rgba(255, 255, 255, 1);
    --small_text: rgba(59, 59, 59, 0.8);
    --button_bg: rgba(37, 131, 233, 1);
    --text-align: center;
    --fs_30: 30px;
    --fs_24: 24px;
    --fs_16: 16px;
    --pt_100: 100px;
    --pa_30: 30px
}

.container {
    width: 1440px;
    max-width: 100%!important;
    padding: 0 10px!important
}

.footer_wrap {
    background: rgb(20 20 20);
    padding-top: 100px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.footer_main_wrap {
    background-color: var(--primary_color);
    border: 1px solid rgb(38 38 38);
    border-radius: 30px;
    padding: var(--pa_30)
}

.footer_main_wrap h3 {
    color: var(--text_color_footer);
    font-size: var(--fs_30);
    font-weight: 600;
    line-height: 37px;
    margin: 0
}

.footer_main_wrap p {
    color: rgb(126 126 129);
    font-size: var(--fs_16);
    font-weight: 300;
    line-height: 20px;
    padding-top: 10px;
    margin: 0
}

.form-containe {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px
}

.footer_form {
    padding-top: 30px
}

.footer_form-label {
    color: rgb(255 255 255 / .8);
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.form-control {
    color: rgb(102 102 102 / .7)!important;
    font-size: 16px!important;
    line-height: 20px!important;
    font-weight: 400!important;
    padding: 0
}

.w_50 {
    width: 48%!important
}

.w_f_100 {
    width: 100%
}

.p_t_30 {
    padding-top: 30px
}

.pb_22 {
    padding-bottom: 48px;
    margin-right: 10px
}

.footer_wrap .col-md-6 {
    padding: 0
}

.custom-file-upload span {
    color: rgba(252, 249, 249, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 8px;
}

.form-control,.dropdown-toggle {
    border: none I!important;
    border-bottom: 1px solid #333;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important
}

.form-control:focus,.dropdown-toggle:focus {
    border-color: #000!important;
    box-shadow: none!important
}

.dropdown-toggle::after {
    content: none!important
}

.dropdown-toggle {
    width: 100%!important;
    text-align: left!important;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    padding: 8px!important
}

.dropdown-menu {
    width: 100%!important
}

.dropdown-icon {
    display: flex!important;
    align-items: center!important
}

.custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(38 38 38)!important;
    cursor: pointer
}

.custom-file-upload input {
    display: none
}

.upload-icon {
    display: flex;
    align-items: center
}

.footer_form .form-control,.dropdown-toggle {
    border: none !important;
    border-bottom: 1px solid rgba(38, 38, 38, 1) !important;
    border-radius: 0 !important;
    /* background: transparent !important; */
    box-shadow: none !important;
    resize: none;
    color: #fff !important;
    height: 34px !important;
}

.form-control:focus,.dropdown-toggle:focus,textarea:focus {
    border-color: #ada9a9;
    box-shadow: none
}

.banner_btn a {
    background: var(--button_bg);
    color: var(--text_color_footer);
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    max-height: 55px;
    transition: 1s;
    padding: 15px 50px;
    font-size: 20px;
    text-decoration: none
}

.banner_btn button {
    background: var(--button_bg);
    color: var(--text_color_footer);
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    max-height: 55px;
    transition: 1s;
    padding: 15px 50px;
    font-size: 20px;
    text-decoration: none;
    border: none
}

.banner_btn a:hover {
    transition: all 1s ease;
    padding: 20px 20px 20px 40px
}

.banner_btn button:hover {
    transition: all 1s ease;
    padding: 20px 20px 20px 40px
}

.banner_btn img {
    width: 0;
    transition: all 1s ease
}

.banner_btn a:hover img {
    transform: translateX(10px);
    width: 45px;
    transition: all 1s ease
}

.banner_btn button:hover img {
    transform: translateX(10px);
    width: 45px;
    transition: all 1s ease
}

.award_img_wrap {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 12px;
    padding-top: 30px
}

.box_img_inner {
    border: 1px solid rgb(38 38 38);
    background: rgb(20 20 20);
    padding: 15px;
    border-radius: 10px
}

.box_img_inner img {
    width: 100%;
    object-fit: contain
}

.box_mt_30 {
    margin-top: 10px
}

.footer_wrap .col-lg-6 {
    padding: 0
}

.footer_new_wrap {
    display: flex;
    flex-wrap: wrap
}

.contact_page {
    height: 100%
}

.footer_new_wrap .col-md-12.col-lg-6 {
    padding: 5px
}

.our_offices {
    display: flex;
    column-gap: 60px;
    padding-top: 20px
}

.usa_location p {
    color: rgb(255 255 255 / .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px
}

.usa_adds {
    border-top: 1px solid rgb(38 38 38);
    margin-top: 20px;
    padding-top: 17px
}

.mail_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 41px
}

.mail_wrap a span {
    font-size: 16px;
    color: rgb(255 255 255);
    font-weight: 500;
    padding-left: 5px;
    vertical-align: middle
}

.mail_wrap img {
    max-width: 100%
}

.usa_location span {
    display: block
}

.footer_social_media h3 {
    color: var(--text_color_footer);
    font-size: 22px;
    font-weight: 600;
    line-height: 37px;
    margin: 0
}

.footer_social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    background: rgb(26 26 26);
    border: 1px solid rgb(38 38 38);
    padding: 12px;
    border-radius: 11px;
    margin: 35px auto 0 auto;
    max-width: 864px
}

.social_icon_wrap {
    display: flex;
    column-gap: 30px
}

.social_icon_wrap a {
    background: rgb(38 38 38);
    border: 1px solid rgb(38 38 38);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

.bottom_link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 35px
}

.bottom_link h4 {
    color: var(--text_color_footer);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 10px
}

.bottom_link a {
    display: block;
    color: rgb(102 102 102);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px!important;
    padding-top: 15px!important;
    text-decoration: none
}

.bottom_link a:hover {
    color: #fff
}

.footer_bottom {
    border-top: 1px solid rgb(38 38 38);
    margin-top: 35px
}

.footer_inner {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 35px 0
}

.footer_inner a {
    text-decoration: none;
    color: rgb(102 102 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bottom_link_wrap {
    display: flex;
    column-gap: 25px;
    align-items: center;
    flex-wrap: wrap
}

.position-relative {
    position: relative
}

.position-relative .form-control {
    appearance: none
}

.social_icon_wrap a:hover {
    border: 1px solid #f9f0f0
}

input:-webkit-autofill {
    -webkit-text-fill-color: rgb(102 102 102 / .7)!important;
    -webkit-box-shadow: 0 0 0 0 rgb(102 102 102 / .7) inset!important;
    -webkit-background-clip: text!important
}

@media (min-width: 1399.98px) and (max-width:1680px) {
    .mail_wrap {
        justify-content:flex-start;
        padding-top: 25px;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 10px;
    }

    .footer_inner {
        padding: 35px 30px
    }
    .footer_form textarea.form-control {
        min-height: 115px;
    }   
    
    .pb_22 {
        padding-bottom: 63px !important;
    }
    .footer_form .material-input_footer textarea {
        min-height: 175px !important;
    }
}
@media (min-width: 1440px) and (max-width: 1680px) {
 .min_height_footer {
    min-height: 724px;
  }
  .footer_location {
    min-height: 408px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
 .min_height_footer {
    min-height: 740px;
  }
  .footer_location {
    min-height: 420px;
  }
}
@media (max-width: 1440px) {
    .footer_form .material-input_footer textarea {
        min-height: 172px !important;
    }
}
@media (max-width: 1399.98px) {
    .mail_wrap {
        justify-content:flex-start;
        padding-top: 30px;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 26px;
    }
    

    .footer_form textarea.form-control {
        min-height: 120px !important;
    }

    .footer_inner {
        padding: 35px 30px
    }
}

@media (max-width: 1200px) {
    .w_50 {
        width:100%!important
    }

    .mobile_30 {
        padding-top: 30px
    }
    .w_f_100.p_t_30 {
        margin-top: 20px;
    }
    .min_height_footer {
        min-height: 770px;
    }
}

@media (max-width: 1024px) {
    .footer_main_wrap {
        margin-top:15px
    }
    .min_height_footer {
        min-height: auto;
    }
    .footer_location {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .mobile_30 {
        padding-top:30px
    }

    .bottom_link {
        justify-content: center;
        column-gap: 70px;
        row-gap: 23px
    }

    .footer_social_media h3 {
        font-size: 20px
    }

    .mail_wrap a {
        display: flex
    }

    .pb_22 {
        padding-bottom: 40px;
        margin-right: 0
    }

    .footer_wrap {
        padding-top: 40px
    }

    .footer_inner {
        justify-content: center;
        padding: 15px 0;
        flex-wrap: wrap;
        row-gap: 15px
    }

    .bottom_link {
        row-gap: 23px;
        justify-content: center;
        column-gap: 20px
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 10px
    }

    .social_icon_wrap {
        column-gap: 20px
    }
    .footer_main_wrap.pb_22{
        display: flex;
        flex-direction: column;
    }
    .pb_22 {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 768px) {
    .w_50 {
        width:100%
    }
}

@media (max-width: 767px) {
    .our_offices {
        flex-wrap:wrap;
        row-gap: 20px
    }

    .mail_wrap {
        flex-wrap: wrap;
        row-gap: 20px
    }

    .footer_social_media {
        flex-wrap: wrap;
        row-gap: 20px
    }

    .social_icon_wrap {
        column-gap: 15px
    }

    .bottom_link {
        justify-content: flex-start
    }

    .footer_inner {
        padding: 13px 15px;
        row-gap: 20px
    }

    .bottom_link_wrap {
        justify-content: center;
        row-gap: 10px
    }

    .usa_adds {
        padding-top: 0
    }

    .box_img_inner {
        padding: 8px
    }
}
@media (min-width: 1399.98px) and (max-width: 1680px) {
    .pb_22 {
        padding-bottom: 52px !important;
    }
}
.form-control.validation_new {
    border-color: red!important
}

input::placeholder,textarea::placeholder {
    color: rgb(102 102 102 / .7)!important
}

select#budgetSelect {
    padding-left: 10px!important
}

.footer_form textarea.form-control {
    min-height: 95px;
}
.form-containe {
    margin: 0;
}
.pb_22 {
    padding-bottom: 60px;
    margin-right: 10px;
}

select.form-control#budgetSelect {
    color: #f1f1ea !important;
}

#budgetSelect option:first-child {
color: white;
background-color: black; /* Some browsers ignore background-color */
}

#budgetSelect option:not(:first-child) {
color: black;
}

/* material ui */
.footer_form .material-input_footer {
  position: relative;
}

.footer_form .material-input_footer input,
.footer_form .material-input_footer textarea,
.footer_form .material-input_footer select {
  width: 100%;
  border: 1px solid rgba(56, 55, 55, 1) !important;
  padding: 14px 12px 14px !important;
  font-size: 16px;
  background: transparent;
  outline: none;
  border-radius: 10px !important;
  transition: border-color 0.2s ease;
  color: rgba(209, 209, 209, 1) !important;
  height: 50px !important;
}

.footer_form .material-input_footer input:focus,
.footer_form .material-input_footer textarea:focus,
.footer_form .material-input_footer select:focus {
  border: 1px solid #333;
  box-shadow: none
}

.footer_form .material-input_footer label {
  position: absolute;
  left: 14px;
  top: 11px;
  background: rgba(26, 26, 26, 1) !important;
  color: rgba(209, 209, 209, 1);
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
  font-weight: 500;
}

.footer_form .material-input_footer input:focus + label,
.footer_form .material-input_footer input:not(:placeholder-shown) + label,
.footer_form .material-input_footer textarea:focus + label,
.footer_form .material-input_footer textarea:not(:placeholder-shown) + label,
.footer_form .material-input_footer select:focus + label,
.footer_form .material-input_footer select:valid + label {
  top: -13px;
  left: 13px;
  font-size: 14px;
  color: rgba(209, 209, 209, 1);

}

/* //added for select option filed */
.footer_form .material-input_footer.focused label,
.footer_form .material-input_footer.filled label {
  top: -10px;
  left: 10px;
  font-size: 12px;
}

.w_100 .footer_form .material-input_footer textarea:focus + label {
  top: 2px !important;
}

.custom-file-upload.custom-file-upload_file.footer_form-label {
	padding-bottom: 0;
	border: 1px solid rgba(56, 55, 55, 1) !important;
}
.custom-file-upload.custom-file-upload_file.footer_form-label #file-name{
    padding-bottom: 0 !important;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    pointer-events: none;
}
.custom-file-upload.custom-file-upload_file.footer_form-label span {
	background: transparent;
	padding-right: 10px;
	padding-top: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.material-input_footer option {
	color: #000;
}
.material-input_footer .form-control.validation_new {
    border-color: red !important;
}
.banner_btn.w_f_100.p_t_30 {
    padding-top: 50px;
}
.pb_22 {
    padding-bottom: 55px;
    margin-right: 10px;
}
.custom-file-upload_file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding-left: 15px;
    height: 53px;
}
.footer_form .material-input_footer textarea{
    min-height: 162px;
    max-height: 130px;
}
.footer_wrap .bottom_link {
    margin: 0 -10px;
}
#error-message{
    color:#dc3545;
    padding-left: 230px;
}
