﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url(font/fonts.css);

body,
html {
  height: 100%;
}

body.ezi-style {
  font-family: 'Roboto', sans-serif !important;
  background: #F3F3F3;
}

body.ezi-style * {
  font-family: 'Roboto', sans-serif !important;
}

body.ezi-style h1,
body.ezi-style h2,
body.ezi-style h3,
body.ezi-style h4,
body.ezi-style h5,
body.ezi-style h6 {
  font-family: 'Roboto', sans-serif !important;
}

body.ezi-style * i {
  font-family: "Font Awesome 5 Pro" !important;
}

body.ezi-style .btn-primary,
body.ezi-style .btn {
  background: #fff !important;
  color: #264A52 !important;
  border: 2px solid #fff !important;
  border-radius: 0px !important;
}

body.ezi-style .btn-primary:hover,
body.ezi-style .btn:hover {
  background: #EC411B !important;
  color: #fff !important;
}

body .page-wrapper .proxima-header {
  height: 100px;
  background: #fff !important;
  padding: 10px 0px 10px 0px;
  box-shadow: none !important;
  z-index: 10;
}

body .page-wrapper .proxima-header .header-container {
  max-width: 1600px;
  margin: 0px auto;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link {
  margin-left: 0px !important;
  margin-right: 20px !important;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link a {
  border-radius: 0px !important;
  border-width: 0px !important;
  height: 40px !important;
  color: var(--jacksonspurple) !important;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link a::before {
  display: none !important;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.lang a {
  background-color: var(--aquamarine) !important;
  min-width: 79px;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.lang a::after {
  content: url(../images/dropdown.svg);
  margin-left: 0.5625rem;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.call-us a {
  background-color: var(--jacksonspurple) !important;
  color: #fff !important;
  min-width: 121px;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.login a {
  min-width: 121px;
}

body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
  color: #333333 !important;
}

body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top:hover,
body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top.active {
  color: #EC411B !important;
}

@media screen and (max-width: 1300px) {
  body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1200px) {
  body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top {
    color: #fff !important;
  }
}
body .page-wrapper .proxima-header .header-container .header .header-content .primary-menu-container .navigation li.level0.parent>.level-top:after {
  display: none !important;
}

body .page-wrapper .proxima-header .header-container .header .menu-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body .page-wrapper .proxima-header .header-container .header .menu-container .logo-container {
  max-width: 221px !important;
}

body .page-wrapper .proxima-header .header-container .header.panel {
  max-width: inherit !important;
  width: 100% !important;
}

body .page-wrapper .proxima-header .header-container .marshall-logo img {
  margin-top: -8px !important;
  max-width: 100%;
  height: auto !important;
  background-color: var(--jacksonspurple) !important;
  max-height: 80px;
}

body .page-wrapper .proxima-header .right-main-nav {
  padding: 1.5625rem 0 !important;
  align-self: flex-start !important;
}

@media screen and (max-width: 700px) {
  body .page-wrapper .proxima-header .right-main-nav {
    padding: 0px !important;
    position: absolute;
    right: 0px;
    top: 50px;
  }
}

body .page-wrapper .proxima-header .right-main-nav .switcher-language {
  border: 2px solid #1597D5 !important;
  border-radius: 0px !important;
  background: none !important;
  color: #1597D5 !important;
}

body .page-wrapper .proxima-header .right-main-nav .switcher-language .switcher-trigger span {
  color: #1597D5 !important;
}

@media screen and (max-width: 700px) {
  body .page-wrapper .proxima-header .right-main-nav .links li {
    width: auto !important;
    text-align: right;
  }
}

body .page-wrapper .proxima-header .right-main-nav .links li.link.letstalk a.btn {
  background: #442900 !important;
  color: #fff !important;
  font-size: 0.75rem !important;
  font-weight: 300;
  border:1px solid #442900 !important;
  border-radius: 10px !important;
}

body .page-wrapper .proxima-header .right-main-nav .links li.link.letstalk a.btn:hover {
  background: #fff !important;
  color: #442900 !important;
  border:1px solid #442900 !important;
}

body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn.signin-btn {
  background: #264A52 !important;
  color: #fff !important;
  border: 1px solid #264A52 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px !important;
}

body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn.signin-btn:hover {
  background: #fff !important;
  color: #264A52 !important;
  border: 1px solid #264A52 !important;
}

body .page-footer {
  background: #442900;
  padding: 50px 0px;
}

body .page-footer .footer-section {
  background: #442900;
  padding: 0px;
}

body .page-footer .footer-section .container {
  max-width: 1400px !important;
  margin: 0px auto;
}

body .page-footer .footer-section .container ul {
  margin: 0px;
  padding: 0px;
}

body .page-footer .footer-section .container ul li {
  list-style: none;
  margin: 0px 0px 2px 0px;
  line-height: normal;
}

body .page-footer .footer-section .container ul li a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

body .page-footer .footer-section .container p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

body .page-footer .footer-section .container p>span {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}
body .page-footer .footer-section .container .img-logo-footer{
  width: 70%;
}
body.ezi-style .footer-section .link-list li h6{
  font-size: 24px !important;
  font-weight: 500 !important;
}

body .page-footer .footer-section .copy-right-section {
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

body .page-footer .footer-section .copy-right-section .container {
  max-width: inherit !important;
  width: 100% !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  padding: 0px !important;
}

body .page-footer .footer-section .copy-right-section .container p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 20px;
  line-height: 147.4%;
  text-align: left !important;
  color: #fff !important;
}

body .page-footer .footer-section .copy-right-section .container p span {
  font-size: 14px;
  font-weight: 400;
}

body .page-footer .footer-section .copy-right-section .container p span a {
  color: #fff !important;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  font-weight: 400;
}

body .page-footer .footer-section .copy-right-section .container p span a:nth-child(1) {
  padding-left: 0px;
  border-right: 1px solid #A7A7A7;
}

body .page-footer .copy-right-section p {
  color: #fff !important;
}

body .page-footer .copy-right-section a {
  color: #fff;
}

body .page-footer .social-sticky-media {
  position: fixed;
  right: 0px;
  top: 200px;
  padding: 10px;
  background: #264A52;
  z-index: 9999;
  width: auto;
}

body .page-footer .social-sticky-media i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px auto 10px auto;
}

body .page-footer .social-sticky-media i a {
  display: block;
}

body .page-footer .social-sticky-media i a img {
  width: 100%;
  max-height: 22px;
}

body.ezi-style .page-wrapper .page-title-wrapper {
  background: url(../images/homepagebg.png) no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  margin: 0px !important;
  min-height: 850px;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

body.ezi-style .page-wrapper .page-title-wrapper h1.page-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize !important;
  color: #fff;
  max-width: 1400px;
  margin: 0px auto;
  width: 100%;
}

body.ezi-style .page-wrapper .page-title-wrapper h1.page-title span {
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  display: block;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch {
  margin: 30px auto;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 1100px;
  border-radius: 10px;
  padding: 10px;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li {
  list-style: none;
  margin: 0px;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group>label {
  display: none;
  text-align: left;
  font-weight: 600;
  color: #E6E4D7;
  text-transform: uppercase;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group .location-input {
  display: flex;
  justify-content: space-between;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group .location-input input[type="text"] {
  width: calc(100% - 10px);
  height: 40px;
  border: 1px solid #264A52;
  background: #fff;
  border-radius: 10px !important;
  border: 0.6px solid #442900;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.location {
  width: 55%;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.location .form-group .location-input {
  width: 100%;
  border-radius: 10px !important;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type {
  width: calc(40% - 90px);
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group label {
  opacity: 0;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input {
  width: 100%;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input select {
  height: 40px;
  border-radius: 10px !important;
  border: 0.6px solid #442900;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input i.fa-angle-down {
  display: none;
}

body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.SearchBtn .form-group button.btn {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  background: #264A52 !important;
  color: #fff !important;
  border: 1px solid #264A52 !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
}

body.ezi-style .page-wrapper .proxima-product-banner {
  min-height: 46.438rem!important;
  height: auto !important;
  padding: 0px 20px !important;
}
body.ezi-style.contact-index-index .page-wrapper .proxima-product-banner{
  min-height: auto !important;
}

body.ezi-style .page-wrapper .proxima-product-banner .container {
  min-height: 46.438rem;
  display: flex;
  justify-content: center;
  max-width: 1600px !important;
  flex-direction: column;
}

body.ezi-style .page-wrapper .proxima-product-banner .container.prj2 {
  min-height: 800px;
}

body.ezi-style .page-wrapper .proxima-product-banner .container.prj2 h4 {
  margin: 0px;
}

body.ezi-style .page-wrapper .proxima-product-banner .container .banner-inner {
  text-align: left;
}

body.ezi-style .page-wrapper .proxima-product-banner .container .banner-inner h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
}
body.ezi-style .page-wrapper .proxima-product-banner .container .banner-inner h4::first-letter{
  text-transform: uppercase;
}
body.ezi-style .page-wrapper .proxima-product-banner .container .banner-inner h4 span {
  display: block;
  margin: 0px 0px 20px 0px;
}

body.ezi-style .page-wrapper .proxima-product-banner .container .banner-inner.individual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

body.ezi-style .page-wrapper .proxima-product-banner .container .banner-inner.individual h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

body.ezi-style .page-wrapper .proxima-product-banner .container .banner-inner.individual p {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 140.688%;
  color: #fff;
}

body.ezi-style .page-wrapper .proxima-project-list {
  padding: 2rem 0rem 3rem 0rem !important;
  background: #fff !important;
}

body.ezi-style .page-wrapper .proxima-project-list .proxima-product-grid {
  padding: 0px 20px;
}

body.ezi-style .page-wrapper .proxima-project-list .custom-container .proxima-navtab .nav-link {
  border-radius: 0px;
  background: #fff !important;
  color: #E6E4D7 !important;
  box-sizing: border-box;
  text-transform: uppercase !important;
  border: 1px solid #264A52 !important;
}

body.ezi-style .page-wrapper .proxima-project-list .custom-container .proxima-navtab .nav-link.active {
  background: #E6E4D7 !important;
  color: #000 !important;
  border: 0px !important;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner .product-item-name a {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000 !important;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner a.view-details-btn {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #000 !important;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #E6E4D7;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i {
  color: #EC411B !important;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i.text-primary span {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 10px;
  color: #000;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-image-container .location-box {
  border-radius: 0px;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-image-container .location-box i {
  color: #EC411B !important;
}

body.ezi-style .page-wrapper .property-overview-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container {
  max-width: 1600px !important;
  margin: 0px auto;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block {
  background: #fff;
  padding: 0px 0px 40px 0px;
  border: 0px;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block img {
  max-width: inherit;
  width: 100%;
  margin: 0px auto;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block h5 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #264A52;
  margin: 0px;
  text-transform: uppercase;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #264A52;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block ul {
  max-width: calc(100% - 60px);
  margin: 0px auto;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block ul li .btn {
  color: #000 !important;
  background: #E6E4D7 !important;
  border: 0px !important;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .text-box {
  width: calc(100% - 20rem);
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .text-box h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .text-box p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

body.ezi-style .page-wrapper .page-main {
  background: #fff;
  z-index: 1;
}

body.ezi-style .page-wrapper .page-main .product-main-content .product.media {
  background: #EEEEEE !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section {
  padding: 0px 30px;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box {
  padding-top: 50px;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box h5 {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme {
  background: #fff !important;
  color: #000 !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .text-white,
body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme p {
  color: #000 !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000 !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000 !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4 i.text-primary {
  font-weight: 400;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4 i.text-primary span {
  color: #F0EDE7;
  font-size: 11px !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000 !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 139.688%;
  color: #000;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list li.list-inline-item {
  background: #73460C!important;
  color: #fff !important;
  border-radius: 0px;
  text-align: center;
  padding: 10px 20px !important;
  line-height: 100%;
  height: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 8px;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list li.list-inline-item .icon {
  color: #E6E4D7 !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box ul.propertylinks li.list-inline-item {
  background: #73460C !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  width: 153px;
  height: 38px;
  border: 1px solid #E6E4D7 !important;
  text-align: center;
  padding: 12px 0px;
  border-radius: 8px !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .strip-section {
  background: #264A52 !important;
  min-height: 11.5rem !important;
  display: flex;
  align-items: center;
}

body.ezi-style .page-wrapper .page-main .product-main-content .strip-section h2,
body.ezi-style .page-wrapper .page-main .product-main-content .strip-section p {
  color: #fff !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .strip-section h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #fff !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .strip-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

body.ezi-style .page-wrapper .page-main .product-main-content .strip-section .btn {
  color: #fff !important;
  background-color: #EC411B !important;
  border: 1px solid #EC411B !important;
  height: auto;
  border-radius: 8px !important;
  padding: 10px 20px !important;
}

body.ezi-style .page-wrapper .page-main ul.whatwedo {
  margin: 0px;
  padding: 0px;
  background: #1c3598;
}

body.ezi-style .page-wrapper .page-main ul.whatwedo li {
  padding: 60px 50px;
  color: #ffffff;
  margin: 0px;
}

body.ezi-style .page-wrapper .page-main ul.whatwedo li p {
  margin: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  max-width: 1600px;
  margin: 0px auto;
  z-index: 2;
}

body.ezi-style .page-wrapper .page-main ul.whatwedo li h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 10px 0px;
  color: #ffffff;
  max-width: 1600px;
  z-index: 2;
}

body.ezi-style .page-wrapper .page-main ul.whatwedo li:nth-child(2) {
  min-height: 490px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #ff0000;
}

body.ezi-style .page-wrapper .page-main ul.whatwedo li:nth-child(2) p.paralax {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  max-width: inherit;
}

body.ezi-style .page-wrapper .page-main ul.whatwedo li:nth-child(2) p.paralax img {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.ezi-style .page-wrapper .page-main .stripe {
  padding: 70px 0px;
  margin: 0px;
  background: #222222;
  color: #ffffff;
}

body.ezi-style .page-wrapper .page-main .stripe h3 {
  text-align: center;
  margin: 0px auto 20px auto;
  font-size: 30px;
  color: #ffffff;
  max-width: 1600px;
  padding: 0px 30px;
  font-weight: 700;
}

body.ezi-style .page-wrapper .page-main .stripe p {
  text-align: center;
  margin: 0px auto 10px auto;
  font-size: 20px;
  color: #ffffff;
  max-width: 1600px;
  padding: 0px 30px;
}

body.ezi-style .page-wrapper .page-main .stripe p.subscribe {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body.ezi-style.macDevice .primary-menu-container .nav-toggle{
  top: 3.5rem !important;
}
body.ezi-style .page-wrapper .page-main .stripe p.subscribe span {
  width: 70%;
  padding: 0px 20px 0px 0px;
}

body.ezi-style .page-wrapper .page-main .stripe p.subscribe span input[type="text"] {
  width: 100%;
  border: 3px solid #5af7c0;
}

body.ezi-style .page-wrapper .page-main .stripe p.subscribe input[type="button"].btn {
  border-radius: 30px !important;
  font-size: 12px !important;
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .stripe p.subscribe {
    display: block;
  }

  body.ezi-style .page-wrapper .page-main .stripe p.subscribe span {
    width: 100%;
    display: block;
  }
}

body.ezi-style .page-wrapper .page-main .section1 {
  padding: 100px 0px 100px 0px;
  background: #E6E4D7;
}

body.ezi-style .page-wrapper .page-main .section1 .wrapper {
  padding: 0px;
  max-width: 1440px;
  margin: 0px auto;
}

body.ezi-style .page-wrapper .page-main .section1 .wrapper h2 {
  margin: 0px 0px 20px 0px;
  color: #333333;
  text-align: left;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

body.ezi-style .page-wrapper .page-main .section1 .wrapper p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #73460C;
  margin: 0px auto 20px auto;
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .section1 .wrapper ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  /* max-width: 1440px; */
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
}

body.ezi-style .page-wrapper .page-main .section1 .wrapper ul li {
  list-style: none;
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .section1 .wrapper ul li h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #73460C;
  margin: 0px 0px 10px 0px;
}

body.ezi-style .page-wrapper .page-main .section1 .wrapper ul li h3 span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

body.ezi-style .page-wrapper .page-main .featured-products-section {
  padding: 50px 0px 30px 0px !important;
  background: #fff !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: left;
  text-transform: uppercase;
  color: #000 !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container:before {
  background: #fff !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl .owl-stage-outer .item-conainer {
  background: #fff !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h5 a {
  color: #000000 !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #264A52 !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4 i.text-primary {
  color: #F0EDE7 !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4 i.text-primary span {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #000000;
  padding-left: 5px;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4.icon-details i.text-primary {
  color: #EC411B !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section.section2 {
  padding: 60px 0px !important;
  background: #fff !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section.section2 h3 {
  font-size: 32px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #264A52 !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section.section2 .container .featured-product-slider-container:before {
  background: #fff !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section.section2 .container .featured-product-slider-container h5 a {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #264A52 !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section.bgtheme {
  background: #fff !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section.bgtheme h3 {
  font-size: 42px;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #000 !important;
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .featured-products-section.bgtheme .container .featured-product-slider-container:before {
  background: #fff !important;
}

body.ezi-style .page-wrapper .page-main .services {
  padding: 100px 0px 20px 0px;
  background: #fff;
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .services {
    padding: 30px 00px;
  }
  body.ezi-style .page-wrapper .page-main .serviceofferd ul li span img{    transform: scale(1.5);}
}

body.ezi-style .page-wrapper .page-main .services .wrapper {
  margin: 0px auto;
  max-width: 1600px;
  padding: 0px 20px;
}

@media screen and (max-width: 1900px) {
  body.ezi-style .page-wrapper .page-main .services .wrapper {
    padding: 0px 30px;
  }
}

body.ezi-style .page-wrapper .page-main .services .wrapper h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color:#442900;
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .services .wrapper p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 139.688%;
  color: #442900;
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .serviceofferd {
  padding: 0px;
  margin: 0px auto;
  background: #fff;
}

@media screen and (max-width: 1900px) {
  body.ezi-style .page-wrapper .page-main .serviceofferd {
    padding: 0px 30px;
  }
}

body.ezi-style .page-wrapper .page-main .serviceofferd ul {
  max-width: 1600px;
  padding: 0px 20px;
  margin: 0px auto 30px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

body.ezi-style .page-wrapper .page-main .serviceofferd ul li {
  position: relative;
  list-style: none;
  padding: 0px;
}

body.ezi-style .page-wrapper .page-main .serviceofferd ul li span {
  display: block;
  overflow: hidden;
}

body.ezi-style .page-wrapper .page-main .serviceofferd ul li span img {
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

body.ezi-style .page-wrapper .page-main .serviceofferd ul li h4 {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #442900;
  margin: 0px 0px 10px 10px;
}

body.ezi-style .page-wrapper .page-main .serviceofferd ul li p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 139.688%;
  color: #333333;
  margin: 0px;
}

body.ezi-style .page-wrapper .page-main .testimonials {
  background: #264A52;
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper {
  text-align: center;
  padding: 60px 20px;
  max-width: 1920px;
  margin: 0px auto;
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin: 0px 0px 50px 0px;
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  padding: 0px 20px;
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul {
    grid-template-columns: repeat(1, 1fr);
  }
  body.ezi-style .pages .items .item{margin-right: 0.5rem;}
  body.ezi-style .pages .items .item.current strong,
  body.ezi-style .pages .items .item a{width: 2.5rem;;}
  body.ezi-style .page-wrapper .page-main .section1 .wrapper ul li h3{
    font-size: 32px;
  }
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul li {
  padding: 30px;
  list-style: none;
  background: #fff;
  border: 1px solid #333333;
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul li p {
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  padding: 40px;
  position: relative;
  color: #333333;
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul li p:before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  left: 10px;
  top: 0px;
  background: url(../images/quote.svg) no-repeat 50% 50%;
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul li p:after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0px;
  background: url(../images/quote.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul li h4 {
  text-align: center;
  color: #E6E4D7;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

body.ezi-style .page-wrapper .page-main .testimonials .wrapper ul li h4 span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

body.ezi-style .page-wrapper .page-main .getlatestnews {
  padding: 90px 0px;
  text-align: center;
  background: #E6E4D7;
  color: #442900;
}

body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 49px;
  color: #442900;
  margin: 0px 0px 10px 0px;
  text-transform: capitalize;
}
body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper h2::first-letter{
  text-transform: uppercase;
}
body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  margin: 0px 0px 20px 0px;
  color: #442900;
}

body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe {
  max-width: 880px;
  padding: 0px 30px;
  display: flex;
  text-align: center;
  margin: 0px auto;
}

body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span {
  display: block;
  width: calc(100% - 140px);
  padding: 0px 10px 0px 0px;
}

body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span input[type="text"] {
  padding: 10px;
  height: 38px;
  background: #fff;
  color: #222222;
  border: 0px !important;
  border-radius: 8px !important;
}

body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe input[type="button"].btn {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fff !important;
  background: #264A52 !important;
  border: 1px solid #264A52 !important;
  border-radius: 8px !important;
  min-width: 7.5rem !important;
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe {
    display: block;
    max-width: 100%;
  }

  body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}

body.ezi-style .page-wrapper .page-main .section5 {
  background: #A7A7A7;
  padding: 30px 0px 0px 0px;
}

body.ezi-style .page-wrapper .page-main .section5 .wrapper {
  max-width: 1300px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .section5 .wrapper {
    display: block;
  }
}

body.ezi-style .page-wrapper .page-main .section5 .wrapper ul {
  margin: 0px;
  padding: 20px;
}

body.ezi-style .page-wrapper .page-main .section5 .wrapper ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
  padding: 0px 0px 20px 0px;
}

body.ezi-style .page-wrapper .page-main .section5 .wrapper ul li span {
  color: #EF2E63;
}

body.ezi-style .page-wrapper .page-main .section5 h5 {
  background: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  color: #EF2E63;
  margin: 0px;
}

body.ezi-style .page-wrapper .page-main .section5 h5 span {
  display: block;
  max-width: 1100px;
  margin: 0px auto;
  padding: 40px;
}

body.ezi-style .page-wrapper .page-main .contact {
  background: #fff;
  padding: 0px 0px 50px 0px !important;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper {
  max-width: 1500px;
  margin: 0px auto;
}

@media screen and (max-width: 1300px) {
  body.ezi-style .page-wrapper .page-main .contact .wrapper {
    padding: 0px 30px;
  }
}

body.ezi-style .page-wrapper .page-main .contact .wrapper>p {
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000;
  padding: 50px 0px;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 49px;
  color: #333333;
  padding: 50px 0px;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #222222;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox {
  margin: 0px auto;
  padding: 0px;
  display: flex;
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox {
    display: block;
  }
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li {
  list-style: none;
  width: 50%;
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li {
    width: 100%;
  }
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="text"],
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="email"],
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form textarea {
  border: 1.5px solid #222222;
  background: none;
  color: #222222;
  max-width: 650px;
  border-radius: 0px !important;
  padding-left: 23px;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="text"]::placeholder,
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="email"]::placeholder,
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form textarea::placeholder {
  color: #222222;
}
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form textarea::placeholder{
  position: absolute;
  top: calc(50% - 14px);
}
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns {
  text-align: left;
  max-width: 550px;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns .btn {
  margin: 30px 0px;
  display: block;
  background: #442900 !important;
  color: #E6E4D7 !important;
  font-size: 12px;
  padding: 15px 20px !important;
  border: 1px solid #442900 !important;
  border-radius: 8px !important;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns .btn:hover {
  background: #fff !important;
  color: #442900 !important;
  border: 1px solid #442900 !important;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address {
  padding: 0px 0px 0px 30px;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul {
    display: block;
  }
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li {
  list-style: none;
  width: 100%;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin: 0px 0px 10px 0px;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #222222;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li p a {
  color: #222222;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0px 20px 0px;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address .map {
  padding-top: 50% !important;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address .map iframe {
  width: 100%;
  height: 250px;
}

body.ezi-style .page-wrapper .page-main .block-static-block .parallax-section h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  color: #fff;
}

body.ezi-style .page-wrapper .page-main .block-static-block .parallax-section p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

body.ezi-style .page-wrapper .page-main .block-static-block .parallax-section .btn {
  background:#264A52  !important;
  color:#fff !important;
  border: 0px !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 8px !important;
}

body.ezi-style .page-wrapper .page-main .ourteam {
  padding: 0px;
  background: #fff;
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper {
  margin: 0px auto;
  max-width: 1900px;
}

@media screen and (max-width: 1900px) {
  body.ezi-style .page-wrapper .page-main .ourteam .wrapper {
    padding: 0px 30px;
  }
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  color: #333333;
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #222222;
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul {
  margin: 0px;
  padding: 60px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul{
  grid-template-columns: repeat(2, 1fr);
}}
@media screen and (max-width: 700px) {
  body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul {
    flex-direction: column;
  }
  body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li{
    width: 100% !important;
  }
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li {
  list-style: none;
  padding: 0px;
  width: 50%;
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li h3 {
  font-family: Work Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0px 10px 0px;
  color: #000;
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  color: #3E3E3E;
}

body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li:nth-child(2) {
  text-align: center;
}
body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li:nth-child(2) p:nth-child(2){
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
}
body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li:nth-child(2) p img {
  width: calc(100% - 100px);
  max-width: 600px;
}

body.ezi-style .search-block label {
  color: #442900;
  font-weight: 600;
}

body.ezi-style .search-block .text-input {
  border-radius: 8px !important;
  background: #fff !important;
  color: #000000 !important;
  border: 1px solid #fff !important;
  font-weight: 300;
  height: 40px !important;
}

body.ezi-style .search-block .select-input select.text-input {
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
}

body.ezi-style .search-block.project-search {
  display: block;
  background: #E6E4D7 !important;
}

body.ezi-style .search-block.project-search .search-block-main .search-block-inner {
  background: #E6E4D7 !important;
  border: 0px;
  display: block;
  position: relative;
  top: inherit;
}

body.ezi-style .search-block.project-search .search-block-main .search-block-inner h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333333 !important;
}

body.ezi-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn {
  background: #264A52 !important;
  border: 1px solid #264A52 !important;
  color: #fff !important;
  border-radius: 8px !important;
}

body.ezi-style .featured-product-owl .item-conainer {
  box-shadow: 0px 0px 10px rgba(0, 0, 10, 0.15);
}

/* extra css style */
body.ezi-style .page-wrapper .page-title-wrapper {
  background-size: cover !important;
}
.ezi-style .page-banner .content-box h4{
  font-size: 48px;
  line-height: 56px;
  text-transform: capitalize;
}
.ezi-style .page-banner .content-box h4::first-letter{
text-transform: uppercase;
}
body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul{
  justify-content: flex-start;
  gap: 10px;
}
body .page-footer .footer-section .container ul li h6{
font-size: 24px;
font-weight: 500;
line-height: 28px;
color: #fff;
text-transform: capitalize;
}
body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.SearchBtn .form-group button.btn{
  padding: 12px 36px !important;
}
body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group .location-input input[type="text"],
body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input select {
  font-size: 14px;
  font-weight: 300;
  padding-left: 22px !important;
  color: #333333 !important;
  border: 1px solid #2B2B2B;
  border-radius: 8px !important;
}
body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input select {
  background: url(../images/ezi-drop-home.svg);
}

body .page-footer .footer-section .container p a {
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
  min-width: 265px;
  justify-content: space-between;
}

body.ezi-style.page-products.categorypath-projects.category-projects.catalog-category-view .proxima-product-banner .banner-inner h4 {
  font-weight: 700 !important;
  font-size: 48px !important;
  text-transform: lowercase !important;}

body.ezi-style.page-products.categorypath-projects.category-projects.catalog-category-view .proxima-product-banner .banner-inner h4::first-letter {
  text-transform: uppercase !important;
}
body.ezi-style .search-block.project-search .search-block-main .search-block-inner .location-input input[type="text"]::placeholder {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #222222 !important;
}

body.ezi-style .search-block.project-search .search-block-main .search-block-inner .select-input select {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #333333 !important;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 {
  margin: 10px 0px !important
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i span {
  padding-left: 5px !important;
}

body.page-products.ezi-style .proxima-product-grid .product-item .product-item-details {
  min-height: auto !important;
}

body.ezi-style .pages .items .item:hover a,
body.ezi-style .pages .items .item.current a,
body.ezi-style .pages .items .item:hover strong,
body.ezi-style .pages .items .item.current strong {
  background-color: #EC411B !important;
}

body.ezi-style .limiter .limiter-label,
body.ezi-style .limiter .limiter-text,
.limiter .label {
  color: #000 !important;
}

body.ezi-style.page-with-filter.page-products .proxima-product-grid .product-item .product-item-details .details-inner .specifications-list li .icon {
  color: #EC411B;
}
body.ezi-style.page-with-filter.page-products .proxima-product-grid .product-item .product-item-details .details-inner .specifications-list li{
  font-weight: 300;
  font-size: 15px;
}
body.ezi-style .featured-products-section .featured-product-slider-container .item-conainer {
  position: relative;
  background: #fff !important;
  margin-bottom: 20px !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4:nth-child(1),
body.ezi-style .featured-products-section .featured-product-slider-container .item-conainer .details-box .location-text {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background-color: #FFFFFF !important;
  font-weight: 300;
  font-size: 14px;
  color: #000 !important;
  padding: 9px 5px !important;
  z-index: 5;
  top: -50px;
  margin: 0 !important;
  height: fit-content;
  display: inline-flex;
  align-items: center !important;
}
body.ezi-style .featured-products-section .featured-product-slider-container .item-conainer .details-box .location-text i{
  color: #EC411B !important;
}
body.catalog-product-view.ezi-style .featured-products-section .featured-product-slider-container .item-conainer .details-box .location-text i.fa-map-marker-alt {
  font-size: 20px;
  color: #EC411B !important;
}

body .page-footer .footer-section .container .row .col-lg-3:nth-child(4) ul li:last-child a {
  white-space: nowrap;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i {
  font-size: 16px;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i.fa-pencil-ruler::before,
body.ezi-style .featured-product-owl .item-conainer .details-box h4 i.fa-pencil-ruler::before,
body.gaig-style.page-products .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i.fa-pencil-ruler::before {
  content: url(../images/IconBuildingsmall.svg);
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner .product-item-name a {
  min-height: auto !important;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .item .item-conainer {
  margin-left: 2px !important;
  margin-top: 2px !important;
  margin-right: 30px !important;
  box-shadow: 4px 4px 10px 0px #0000001A;
}

body.ezi-style .page-wrapper .page-main .featured-products-section .item .item-conainer .specifications-list {
  min-height: auto !important;
  margin-bottom: 0px !important;
}

/* body.ezi-style .page-wrapper .page-main .featured-products-section h3 {
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff !important;
} */

body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span input {
  padding-left: 20px !important;
  border-radius: 8px !important;
}

.header-container .header.links li select {
  font-size: 12px !important;
  font-weight: 400 !important;
}
body.ezi-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn,
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns .btn,
body.ezi-style .page-wrapper .page-main .product-main-content .strip-section .btn {
  font-size: 12px !important;
  font-weight: 300 !important;
  width: auto !important;
  padding: 13px 39px !important;
  
}
body.ezi-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn{
  line-height: normal;
  padding: 0 !important;
  width: 120px !important;
  height: 40px !important;}
body.ezi-style .page-wrapper .page-main .product-main-content .strip-section .btn:hover {
  color: #442900 !important;
  background-color: #fff !important;
  border-color: #442900 !important;
}
body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list li.list-inline-item:hover,
body.ezi-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn:hover,
/* body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns .btn:hover, */
/* body.ezi-style .page-wrapper .page-main .product-main-content .strip-section .btn :hover, */
body.ezi-style .page-wrapper .page-main .block-static-block .parallax-section .btn:hover,
body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.SearchBtn .form-group button.btn:hover {
  background: #fff !important;
  color: #264A52 !important;
  border-color: #fff !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list.specification-list-items .list-inline-item:hover {
  background: transparent !important;
  color: inherit !important;
}

body.ezi-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info:hover {
  outline: 3px solid #D9AF73;
}

 body.ezi-style .page-wrapper .page-main .featured-products-section .item .item-conainer:hover::after,
body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl .owl-stage-outer .item-conainer:hover::after{
border: 3px solid;
border-image: linear-gradient(to top, #D9AF73, #9C6E3C) 1;
content: '';
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
opacity: 0.8;
z-index: 1 !important;
}
body.ezi-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl .owl-stage-outer .item-conainer:hover .property-name,
body.ezi-style .page-wrapper .page-main .featured-products-section .item .item-conainer:hover h5,
body.ezi-style .page-wrapper .page-main .featured-products-section .item .item-conainer:hover .property-name{
  z-index: 2 !important;
  position: relative !important;
} 
body.ezi-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe input[type="button"].btn:hover {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #264A52 !important;
  ;
}

body .page-footer .footer-section .link-list li {
  margin-bottom: 10px !important;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.page-footer .row .img-logo-footer span img {
  width: 321px !important;
}
.page-footer .row .img-logo-footer span {
  display: flex;
  justify-content: center;
}

body.ezi-style .search-block .select-input select option {
  background: #fff !important;
}

/* body .page-wrapper .proxima-header .header-container .header .menu-container .logo-container {
  opacity: 0;
} */

body.account .page-wrapper .proxima-header .header-container .header .menu-container .logo-container {
  opacity: 1;
}

.footer-section .link-list li a:hover {
  color: unset !important;
}

/* .logo img {
  display: block !important;
} */
body .logo-site{
  width: 200px;
}
.account .logo img {
  display: block;
}

/* detailpage */
 /* all login page */
 body.customer-account-forgotpassword .page-wrapper .page-title-wrapper{
  min-height: unset !important;
}
 body.customer-account-createpassword .page-wrapper .page-title-wrapper .page-title,
 body.customer-account-forgotpassword .page-wrapper .page-title-wrapper .page-title,
 body.customer-account-login .page-wrapper .page-title-wrapper .page-title{
  color: #fff !important;
 }
 .customer-account-logoutsuccess p,
 .customer-account-logoutsuccess .page-title{
   color: #fff !important;
 }
    body.customer-account-forgotpassword .page-wrapper .page-title-wrapper .page-title{
      color: #fff !important;
    }
    .customer-account-forgotpassword .page-wrapper .page-title-wrapper{
      min-height: auto !important;
    }
  /* all login page */
body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .custom-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box {
  padding: 0 !important;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box .text-white:nth-child(1) {
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box .text-white:nth-child(2) p {
  font-size: 24px;
  font-weight: 500;
  /* line-height: 28px; */
  letter-spacing: 0em;
  text-align: left;
}

body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list.specification-list-items .list-inline-item {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 21px !important;
  text-transform: unset !important;
  border: 0 !important;
  background: unset !important;
  color: #000 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
}

/* detailpage */
.nav-toggle:before {
  color: #000 !important;
}

body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input::placeholder,
body.ezi-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}

body.ezi-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box {
  padding: 25px 0.75rem;
  position: relative;
  background-color: #fff !important;
}

body.ezi-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box h5 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

body.ezi-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box .property-name a {
  color: #000 !important;
  font-size: 28px !important;
  font-weight: 500;
  line-height: 34px !important;
}

body.ezi-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box ul li {
  font-size: 16px !important;
  font-weight: 300;
}

body.ezi-style.catalog-product-view .featured-products-section .featured-product-slider-container .item-conainer .details-box .location-text i,
body.ezi-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box .property-features ul li i {
  color: #EC411B !important;
  font-size: 14px !important;
}

/* body.ezi-style.catalog-product-view .page-wrapper .property-overview-banner .custom-container .content-box .text-box h4,
body.ezi-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box h4 {
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
} */

body.ezi-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box [data-content-type='row'][data-appearance='contained'] {
  margin: 0 !important;
}

body.ezi-style.catalog-product-view .page-wrapper .property-overview-banner .custom-container .content-box .text-box p,
body.ezi-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box [data-content-type='row'][data-appearance='contained'] p {
  font-size: 24px !important;
  font-style: italic;
  font-weight: 500 !important;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}

.proxima-header .header-container .header.links li i {
  color: #EC411B !important
}
.header-container .header.links a:is(.signin-btn, .tel-btn){
  width: 7.5rem;
}
.header-container .header.links li select {
  -webkit-text-fill-color: #EC411B !important;
  color: #EC411B !important;
  border: 1px solid #EC411B !important
}
body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group .location-input input[type="text"]{
  width: 100% !important;
}
.proxima-header .right-main-nav ul li:is(.xauthorization-link, .letstalk){
  margin-left: 1rem !important;
}
body.ezi-style.cms-information-center .page-wrapper .page-main .column.main div[data-content-type="html"]{
  padding-top: 0 !important;
}
.ezi-style .search-block.project-search:after{
  background-color: transparent !important;
}
.ezi-style .search-block.project-search .search-block-inner{
  padding: 2.95rem 2.8125rem 2.95rem 2.8125rem !important;
}
body.ezi-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list:not(.specification-list-items) li.list-inline-item{
  padding: 13px 39px !important;
}
body.ezi-style .page-wrapper .page-main .contact .wrapper h2{margin-left: -20px;}
.ezi-style .search-block .search-list li.location{
    width: calc(100% - 19.5rem) !important;
}
.ezi-style .search-block .search-list li.type {
    width: 30.95rem !important;
}
.ezi-style.cms-information-center .service-section .section-title{
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
@media screen and (min-width: 1820.98px) {
  body.ezi-style .page-wrapper .proxima-project-list .proxima-product-grid {
    padding: 0px 0px;
  }
  .ezi-style .search-block.project-search .search-block-inner {
    padding: 2.95rem 0rem !important;
}
.search-block.project-search .container{
  max-width: 1660px !important;
  padding: 0 !important;
}
body.ezi-style .page-wrapper .page-main .serviceofferd ul,
body.ezi-style .page-wrapper .page-main .wrapper-main,
body .page-wrapper .proxima-header .header-container{
  max-width: 1760px !important;
  margin: auto;
}
body.ezi-style .page-wrapper .page-main .serviceofferd ul{
  max-width: fit-content;
}
.ezi-style .search-block .search-list li.location{
  width: 100% !important;
    max-width: 1100px;
}
.ezi-style .search-block .search-list li.type{
  width: 100% !important;
  max-width: 399px;
}
}

@media screen and (max-width: 1500.98px) {
  body.ezi-style .page-wrapper .page-main .serviceofferd ul{
    grid-gap: 10px;
  }
}
@media screen and (max-width: 1200.98px) {
  .ezi-style .search-block .search-list li.location{
    width: 50%;
  }
  .ezi-style .search-block .search-list li.type{
    width: 30% !important;
  }
  .ezi-style .search-block .search-list li.SearchBtn{
    width: 25% !important;
  }
}
@media screen and (max-width: 600.98px) {
  .ezi-style.cms-home-ezi-solutionz,
  .ezi-style.cms-services,
  .ezi-style.cms-information-center,
  .ezi-style.cms-about,
  .ezi-style.contact-index-index {
    min-height: auto !important;
  }
  body .page-footer .footer-section .copy-right-section .container p{
    flex-direction: column;
  }
}
@media (max-width:575px){
body .page-footer .footer-section .container ul li h6{
  margin-top: 3.5rem;
  margin-bottom: 1.25rem;
}
}
.ezi-style.cms-about .page-header,
.ezi-style.cms-information-center .page-header,
.ezi-style.contact-index-index .page-header{
  margin-bottom: 0 !important;
}
@media  (min-width:575px) and (max-width: 1080.98px) {
  body .page-footer .footer-section .container .img-logo-footer{
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 30px;
}
body .page-footer .footer-section .container .row {justify-content: center;}
body .page-footer .footer-section .container .row div:nth-child(2){
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width:20%;
}
body .page-footer .footer-section .container .row div:nth-child(4){
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width:40%;
}
body .page-footer .footer-section .container .row div:nth-child(3){
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width:30%;
}
}
@media screen and (max-width:767px){
  body.ezi-style .page-wrapper .property-overview-banner .custom-container .content-box .text-box{
  width: 90%;
  text-align: left;}
  body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul{
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-end;
    padding: 20px;
  }
  body.ezi-style .page-wrapper .page-main .contact .wrapper h2{margin-left: 0px;}
  body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.location,
  body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type{
    width: 100% !important;
  }
  body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li label{
    display: none;
  }
  body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group>label{
    display: none;
  }
  body.ezi-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group label{
    display: none;
  }
  body.ezi-style .page-wrapper .page-main .serviceofferd ul{
    grid-template-columns: 100%;
    padding: 0;
  }
  body.ezi-style .page-wrapper .page-main .section1 .wrapper ul{
    grid-template-columns: repeat(1, 1fr);
    padding-left: 20px;
  }
  .ezi-style .search-block .search-list li.location,
  .ezi-style .search-block .search-list li.type,
  .ezi-style .search-block .search-list li.SearchBtn{
    width: 100% !important;
  }
  .ezi-style .search-block .search-list li.SearchBtn{
    text-align: end;
  }
}
@media screen and (min-width:1800px){
body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul{
  padding: 60px 30px;
}
body.ezi-style .page-wrapper .page-main .ourteam .wrapper>ul li:nth-child(2) p img{
  width: 570px;
  height: 570px;
}}
@media screen and (max-width:1200px){
  body.ezi-style .page-wrapper .page-main .section1{
    padding: 100px 10px 100px 10px !important;
  }
}
@media  (min-width:767px) and (max-width:1550px){
  body.ezi-style .page-wrapper .page-main .wrapper-main{
    padding: 0px 50px !important;
  }
  body.ezi-style .page-wrapper .page-main .serviceofferd,
  body.ezi-style .page-wrapper .page-main .serviceofferd ul{
    padding: 0;
  }
}
/* fiter slider ui fix */
.range-slider [type="range"]:first-of-type {
  position: absolute !important;
}
@media (max-width: 767.98px){
  label.advanced-search-label {
      position: relative;
      right: -0.15rem;
      bottom: 3.875rem;
      margin-bottom: 0;
  }
  }
  body.ezi-style .view-details-info .section-one div.content:nth-child(2) article .info-content .info-content-items{
    min-width: 188px !important;
  }

  body.ezi-style  .specifications-list li.list-inline-item.txt-end{
    padding-left: 0;
  }
  @media screen and (max-width:767px){
    body.discover-style .search-block.project-search .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .search-block:after{
      background-color: transparent !important;
    }
  }
  @media (max-width: 767px){
    body.page-products.ezi-style  label.advanced-search-label{
      right: 3.15rem;
      bottom: 5.8rem;
    }
  }