/* 24-02-2025 */
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 !important;
  max-width: 100% !important;
  /* padding: 0 20px !important; */
}
.footer_wrap .row {
  width: 1440px;
  max-width: 100%;
  margin: auto;
}
.footer_wrap {
  background: rgba(20, 20, 20, 1);
  padding-top: 100px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
}

.footer_main_wrap {
  background-color: var(--primary_color);
  border: 1px solid rgba(38, 38, 38, 1);
  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: rgba(126, 126, 129, 1);
  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: 4px;
}
.footer_form .popup_space .col-md-6 {
    margin: 30px 0px 0 0;
    padding: 0px 10px 0 0px;
}
.footer_form .col-lg-12.col-sm-12.col-12.p_t_30.w_100 {
    padding-left: 0;
}

.footer_form-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  display: flex !important;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.custom-file-upload_file {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding-left: 15px;
    height: 48px;
}
.material-input_footer textarea.text_area_wrap.min_height_300 {
  /* border: 1px solid rgba(56, 55, 55, 1) !important; */
  display: block;
}

.custom-file-upload_file.footer_form-label{
   border: 1px solid rgba(56, 55, 55, 1);
}

.custom-file-upload_file.footer_form-label span {
    background: transparent;
    padding-right: 10px;
    padding-top: 8px;
    color: #fff;
 
}
label.custom-file-upload_file.footer_form-label {
    position: static;
}
.form-control {
  color: rgba(102, 102, 102, 0.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: 44px;
  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 rgba(38, 38, 38, 1) !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;
  box-shadow: none !important;
  resize: none;
  color: #fff !important;
  height: 32px !important;
  margin: 0px !important;
  padding: 0 !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 0 white inset !important;
  -webkit-background-clip: text !important;
}

select.form-control#budgetSelect {
  color: #f1f1ea !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 30px;
  font-size: 20px;
  text-decoration: none;
  border: none;
  width: 164px;
  display: flex;
  justify-content: center;
  margin: 0;
}

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

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

.banner_btn img {
  width: 0;
  /* height: 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;
  height: auto;
  transition: all 1s ease;
}

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

.box_img_inner {
  border: 1px solid rgba(38, 38, 38, 1);
  background: rgba(20, 20, 20, 1);
  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: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.usa_adds {
  border-top: 1px solid rgba(38, 38, 38, 1);
  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: rgba(255, 255, 255, 1);
  font-weight: 500;
  padding-left: 10px;
  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: rgba(26, 26, 26, 1);
  border: 1px solid rgba(38, 38, 38, 1);
  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: rgba(38, 38, 38, 1);
  border: 1px solid rgba(38, 38, 38, 1);
  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: rgba(102, 102, 102, 1);
  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 rgba(38, 38, 38, 1);
  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: rgba(102, 102, 102, 1);
  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 rgb(249 240 240);
  padding-right: 0px;
}

.tag-line {
  font-size: 16px !important;
}

.footer_form .form-control,
.dropdown-toggle {
  height: 40px !important;
}

.form-control.validation_new {
  border-color: red !important;
}

.custom-file-upload.validation_new {
  border-color: red !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(102, 102, 102, 0.7) !important;
}

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

.banner_btn.footer_50 {
    display: flex;
    width: 100%;
    padding-top: 50px;
}

.banner_btn.w_f_100.p_t_30 button:hover {
  padding: 20px 20px 20px 40px !important;
}
#budgetSelect option:first-child {
  color: white;
  background-color: black;
}

#budgetSelect option:not(:first-child) {
  color: black;
}
span.span_wrap_all {
  font-size: 15px !important;
  display: block;
  color: red;
  padding-top: 5px;
}
.mail_wrap a {
  display: flex;
  align-items: center;
}
.material-input_footer .phone_number {
    color: #fff;
}
#budget_footer option {
  color: #000000;
}
/* material ui */
.material-input_footer {
  position: relative;
}

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

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

.material-input_footer label {
  position: absolute;
  left: 14px;
  top: 12px;
  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;
}

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

}

/* //added for select option filed */
.material-input_footer.focused label,
.material-input_footer.filled label {
  top: -9px;
  left: 11px;
  font-size: 13px;
}
.footer_form-label .file_text_small {
    left: 0;
}
.min_height_footer {
    min-height: 704px;
}
/* and */
@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: 12px;
  }

  .footer_inner {
    padding: 25px 30px;
  }

  .footer_form .form-control,
  .dropdown-toggle {
    height: 32px !important;
  }
  .container {
    padding: 0 20px !important;
  }
  .banner_btn.footer_50{
    padding-top: 37px;
  }
  
}
@media (min-width: 1440px) and (max-width: 1680px) {
 .min_height_footer {
    min-height: 724px;
  }
  .footer_location {
    min-height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
 .min_height_footer {
    min-height: 740px;
  }
  .footer_location {
    min-height: 420px;
  }
}
@media (max-width: 1440px) {
  .mail_wrap {
    row-gap: 10px;
  }
  .mail_wrap a span {
    padding-left: 5px;
  }
  .container {
    width: 90% !important;
    padding: 0 0px !important;
  }
  .banner_btn.footer_50 {
    padding-top: 38px;
  }
}
@media (max-width: 1399.98px) {
  .mail_wrap {
    justify-content: flex-start;
    padding-top: 30px;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 26px;
  }

  .footer_inner {
    padding: 35px 30px;
  }

  .dropdown-toggle,
  .footer_form .form-control {
    height: 38px !important;
  }
  .mail_wrap a span {
    font-size: 14px;
  }
}

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

  .mobile_30 {
    padding-top: 30px;
  }
   .banner_btn.footer_50 {
    padding-top: 44px;
  }
   .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: 0px;
  }

  .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;
  }
  .banner_btn a:hover {
    padding: 15px 30px !important;
  }
  .banner_btn.w_f_100.p_t_30 button:hover {
    padding: 15px 30px !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;
    flex-wrap: wrap;
    row-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;
  }
  .banner_btn.w_f_100.p_t_30 button:hover {
    padding: 20px 40px 20px 40px !important;
  }
  .banner_btn button {
    padding: 15px 40px;
  }
  .banner_btn a:hover {
    padding: 10px 15px !important;
  }
  .banner_btn button:hover {
    padding: 15px 40px !important;
  }
}
/* chat bot */
body .crisp-client .cc-1brb6[data-full-view="true"] .cc-1yy0g .cc-1m2mf {
  bottom: 97px !important;
  right: 28px !important;
}
body .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf {
  z-index: 2 !important;
  display: block !important;
  bottom: 100px !important;
  border-radius: 100% !important;
}
.btn-call-float {
  top: 35px !important;
}
.tag-line01{
   padding: 3px 6px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    opacity: 1!important;
    animation: color-animation01 2s infinite!important;
    margin-left: 3px

}
@keyframes color-animation01 {
    0% {
        background-color: #2583e9
    }

    55% {
        background-color: #2583e9
    }

    100% {
        background-color: #2583e9
    }
}