.menu-style-four .header-action .header-contact {
    display: flex;
    align-items: center;
	background-color:transparent;
    border-radius: 14px;
    padding: 10px 17px;
}
.menu-area.menu-style-four {
    background: #0A234C;
}
.navbar-wrap > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-radius: 5px;
    height: 4px;
    background: red;
    transition: .4s;
    opacity: 0;
}
.services-sidebar .download-wrap {
    display: none;
    padding: 55px 35px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
    z-index: 1;
}
.footer-contact .list-wrap .phone-addess a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--tg-white);
    line-height: 1;
}
.footer-contact .list-wrap .phone-addess a:hover{
	 color: red;
}
.footer-contact .list-wrap .email-addess a {
    display: inline-block;
    font-size: 20px;
    color: var(--tg-lavender-blue);
    line-height: 1;
}
.footer-contact .list-wrap .email-addess a:hover{
	 color: red;
}
h2.title.fadeInUp.animated {
    font-size: 60px;
}
h2.title.fadeInUp.animated p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
}

@media (min-width: 529px) and (max-width: 1199px) {
 h2.title.fadeInUp.animated {
    font-size: 40px;
}
}
@media (min-width: 320px) and (max-width: 758px) {
 h2.title.fadeInUp.animated {
    font-size: 33px;
	 line-height:1.5em;
}
}
.copyright-text p a {
    font-weight: 600;
    color: red;
}
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: gray;
    opacity: .85;
    z-index: -1;
}
.estimate-img-wrap .loction-item .icon {
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: red;
    background-color: transparent;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: blackk;
}
div#slider1 {
    display: none;
}
.project-info-wrap {
    display: none !important;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: inline-block;
    padding: 35px 60px 35px 45px;
    background: var(--tg-white);
    width: 370px;
    position: absolute;
    right: 70px;
    bottom: -75px;
}
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-59e0ca8 {
    display: none;
}
.project-next-prev {
    display: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
    gap: 20px;
}
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-ad9c80e.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    display: none;
}
.elementor-273 .elementor-element.elementor-element-c2c813c .elementor-heading-title {
    font-size: 24px;
    color: #492727;
    display: none;
}
.elementor-2738 .elementor-element.elementor-element-c2c813c .elementor-heading-title {
    display: none;
    font-size: 24px;
    color: #555555;
}
.services-icon-two::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #DD3333;
    transform: scale(0);
    border-radius: 50%;
    transition: .3s ease-in-out;
    z-index: -1;
}
.services-icon-two {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-alice-blue-three);
    position: relative;
    font-size: 55px;
    color: #DD3333;
    line-height: 1;
    position: absolute;
    left: 32px;
    top: -50px;
    transition: .3s ease-in-out;
    z-index: 1;
}







/* ---- Grid layout ---- */
.contact-content .cf7-grid{
  display:grid;
  grid-template-columns: 1fr;   /* mobile */
  gap:18px;
}

@media (min-width: 820px){
  .contact-content .cf7-grid{
    grid-template-columns: 1fr 1fr;
  }
  /* Make message full width */
  .contact-content .cf7-grid .cf7-full{ grid-column:1 / -1; }
}

/* ---- Field styling ---- */
.contact-content .cf7-field{ display:flex; flex-direction:column; gap:8px; }
.contact-content .cf7-field > span{ font-size:14px; color:#9fb0d6; }

.contact-content .cf7-input,
.contact-content .cf7-select,
.contact-content .cf7-textarea{
  width:100%; padding:14px 16px;
  background:#24365f; color:#e6ecff;
  border:1px solid transparent; border-radius:14px;
}
.contact-content .cf7-textarea{ min-height:160px; resize:vertical; }

/* Select arrow fix */
.contact-content .cf7-select{
  -webkit-appearance:none; appearance:none;
  background-image:
    linear-gradient(45deg,transparent 50%, #9fb0d6 50%),
    linear-gradient(135deg, #9fb0d6 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 22px) 18px,
    calc(100% - 14px) 18px,
    100% 0;
  background-size:8px 8px, 8px 8px, 2.5em 100%;
  background-repeat:no-repeat;
  padding-right:48px;
}

/* Red required dot */
.contact-content .req-dot{
  display:inline-block; width:8px; height:8px;
  background:#ff4d4f; border-radius:50%;
  margin-left:6px;
}

/* Button */
.contact-content .btn{
  margin-top:18px; padding:14px 20px;
  background:#13316e; color:#e6ecff;
  border:0; border-radius:14px;
}
.slider-bg {
        min-height: 500px !important;
    }
.slider-content .slider-btn {
    margin-top: -20px !important;
    display: flex
;
    align-items: center;
    gap: 15px 25px;
    flex-wrap: wrap;
}
h2.title.fadeInUp.animated p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 25px;
}
.copyright-text p {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 15px;
	letter-spacing:1px;
    color: #fff;
}

.copyright-text p a {
    font-weight: 700;
    color: red;
    letter-spacing: 1px;
    font-size: 17px;
}
