@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline:none !important;
}

@media only screen and (max-width: 450px) {
    section.container-fluid {
        padding: 0 8px !important;
    }
    
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a, a:focus, a:hover, button {
    text-decoration: none !important;
    outline: 0 !important;
}


/* ====Get In Touch==== */

.innerpage_25vh {
    height: 25vh;
  }

  .bg_inner {
    position: relative;
    background-size: cover;
    background-position: center center;  
  }

  .home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }

  .home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
  }

  .container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .bg_inner .home_title {
    font-size: 24px;
  }

  .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
  }

  .bg_overlay_cover_on {
    opacity: 1;
    background: linear-gradient(to bottom,transparent 45%,#000);
    transition: opacity .3s;
    display: block;
    content: "";
    z-index: 1;
  }

  .bg_overlay_cover_on, .bg_overlay_gradient {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }

  .projects{
    position:relative !important;

  }

  .pro_overview {
    padding: 25px 0;
    position: relative;
    z-index: 2;
  }

  section.container-fluid {
    padding: 0 30px;
  }

  .pro_overview .row {
    margin-right: -7px;
    margin-left: -7px;
  }

  .pro_overview [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
    position: relative;
  }

  .projects .enq-form {
    position: sticky;
    border: 0 !important;
    border-radius: 5px;
    background: #fff;
    margin-top: -125px;
    z-index: 11;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    top: 81px;
  }

  .card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / .125);
    border-radius: .25rem;
  }

  #gly.card{
    border:none;
    outline:none;
    list-style: none;
  }
  .projects .enq-form .card-header {
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .projects .enq-form .card-header {
    background: #ffcf40;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }

  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  }

  .pro_overview .card {
    border: 1px solid #eaeaea;
  }

  .pro_overview .card-header {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0;
    padding-top: 1em;
  }

  .card-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(0 0 0 / .125);
  }

  card-header {
    padding: .75rem 1.25rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    background-color: rgb(0 0 0 / .03);
  }

  .projects .enq-form .card-body {
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
  }

  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }

  .loader_formhideContent {
    top: 0;
    display: none;
  }

  .loader_formhideContent, .loader_formshowContent {
    position: absolute;
    background-color: #fafafa;
    z-index: 2147483647 !important;
    text-align: center;
    padding-top: 20%;
    opacity: .8;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
  }

  .projects, .projects .enq-form .form-group {
    position: relative;
    margin-bottom: 1.5rem;
  }

  .form-group, .table {
    margin-bottom: 1rem;
    background-color: #fff0;
  }

  .table>:not(caption)>*>*{
    border-bottom-width:0!important;
  }

  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }

  .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }

  .contact-form label {
    display:none;
  }

  .projects .enq-form .contact-form input{
    padding: 6px 15px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .form-control {
    background-color: #fff;
  }

  .projects .enq-form .card-body span {
    color: #ea1125;
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: -19px;
    left: 0;
  }

  .projects .enq-form .row {
    margin-right: -2px;
    margin-left: -2px;
  }

  .projects .enq-form [class*="col-"] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .projects .enq-form .contact-form textarea {
    padding: 6px 15px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
  }

  textarea.form-control {
    height: auto !important;
  }

  .btn_custom {
    border: 1px solid #000;
    background-color: #000;
    padding: 7px 12px;
  }

  .btn {
    padding: 10px 25px;
    font-size: 14px;
    letter-spacing: .6px;
    color: #fff;
    box-shadow: none !important;
    outline: 0 !important;
    text-transform: uppercase;
    transition: .5s;
  }

  .btn_custom:focus, .btn_custom:hover{
    color: #fff;
    background-color: #ffcf40;
    border-color: #ffcf40;  
  }

  .btn-block {
    width: 100%;
  }

  .projects .enq-form .commission {
    margin: 0;
  }

  .projects .enq-form .commission ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .projects .enq-form .commission ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 1em;
    padding: 0;
  }

  .pro_overview li, .pro_overview ul.feature li {
    line-height: 1.9;
    font-size: 15px;
    list-style: none;
    padding-left: 18px;
    position: relative;
  }

  .projects .enq-form .commission ul li i {
    display: block;
    font-size: 28px;
    color: #ffcf40;
  }

  .projects .enq-form .commission ul li {
    text-align: center;
  }

  .projects .enq-form .commission ul li a {
    color: #000;
    font-weight: 700;
    margin-top: 0;
    display: block;
  }

  .projects .enq-form .commission ul li span {
    font-size: 9px;
    display: block;
    color: #797979;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .5px;
    position: relative;
    bottom: auto;
    top: 7px;
    left: 0;
  }

  .projects .enq-form .card-footer {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    padding: 0 10px 8px;
    background: #ffcf40;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }


  .card-footer {
    border-top: 1px solid rgb(0 0 0 / .125);
  }

  .projects .enq-form .card-footer p {
    margin-bottom: 0;
    color: #000;
    font-weight: 600 !important;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
  }

  .pro_overview p {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16px;
    color: #212529;
    text-align: justify;
  }

  

  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

  .mortgage {
    color: #000 !important;
    padding: 7px;
    background: #ffcf40;
    border: 1px solid #ffcf40;
    margin-top: 15px;
    
  }

  .mortgage a {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #000;  
    text-transform: uppercase;
    transition: .5s;
  }

  .mortgage a {
    font-size: 14px;
    border: 1px solid #ededed;
    padding: 6px 10px;
    background: #fff;
  }

  .mortgage i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f3a42d;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-right: 5px;
  }

  .mortgage a:hover {
    color: #fff;
    background: #b99036;
  }

  /* ====Breadcrumb==== */
  .pro_overview .breadcrumb {
    background-color: inherit;
    padding: 0;
    margin: 0 0 8px;
    font-size: 13px;
  }

  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
  }

  .pro_overview .breadcrumb a {
    color: #000;
    font-weight: 700;
  }

  .pro_overview .breadcrumb {
    font-size: 13px;
  }

  .breadcrumb {
    list-style: none;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
  }

  .breadcrumb-item.active {
    color: #6c757d;
  }

  .pro_overview .download {
    float: right;
    margin-top: -15px;
    border: 1px solid #fff;
    padding: 8px 10px 8px 5px;
  }

  .pro_overview .download {
    border-radius: 3px;
    background-color: #ffcf40;
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 18px;
  }

  .pro_overview .download a::before {
    content: "";
    font-family: FontAwesome;
    margin: 10px;
    color: #000;
    font-size: 20px;
  }

  a {
    color: #000;
  }

  .pro_overview .download a:hover {
    color: #fff;
  }

  .pro_overview .download a:hover::before {
    color: #fff;
  }

  .pro_overview .download:hover {
    background-color: #000;
    color: #fff !important;
  }

  /* === Payment Plan==== */

  .inpage {
    margin-top: -1.5rem !important;
  }

  .pro_overview h3 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .pro_overview h3 span {
    border-bottom: 1px solid #ffcf40;
  }


  .pro_head .price-head {
    border: 1px solid #dcdcdc;
    padding: 0 10px 7px;
    float: right;
    border-radius: 3px;
  }

  .pro_overview a {
    color: #040404;
    font-weight: 600;
  }  

  .pro_head .price-head p {
    font-size: 13px;
    color: #ad8200;
    font-weight: 700;
    margin: 5px 0 0;
  }

  .pro_head .price-head h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
  }

  .pro_head .price-head i {
    margin-right: 5px;
    color: #ffcf40;
  }

  .pro_overview p {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16px;
    color: #212529;
    text-align: justify;
  }

  .pro_overview h4 {
    border-left: 3px solid #ffcf40;
    margin-top: 40px;
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 15px;
    font-weight: 700;
  }

  .pro_overview ul {
    padding: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .pro_overview li::before {
    content: "";
    font-family: FontAwesome;
    margin: 5px;
    color: #ffcf40;
    position: absolute;
    left: -4px;
    top: -8px;
    font-size: 18px;
  }

  .pro_overview li {
    line-height: 1.9;
    font-size: 15px;
    list-style: none;
    padding-left: 18px;
    position: relative;
  }

  .similar_pro h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing:1px;
  }

  .similar_pro figure {
    margin-bottom: 0;
    position: relative;
  }

  .similar_pro figure span::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-color: #ffcf40 #fff0 #fff0 #ffcf40;
    border-style: solid;
    border-width: 6px;
    right: 0;
    top: 28px;
  }

  .similar_pro figure span {
    position: absolute;
    top: 10px;
    color: #000;
    right: -11px;
    z-index: 1;
    background: #ffcf40;
    padding: 2px 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: .3s ease-out;
  }

  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: auto;
    min-height: 210px;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }

  .similar_pro .price {
    display: block;
    color: #fff;
    text-align: center;
    background: rgb(14 14 14 / .71);
    margin-top: -65px;
    z-index: 1;
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    padding: 5px 10px;
    line-height: 1;
  }
  
  .similar_pro .price span {
    font-size: 13px;
  }

  .similar_pro .price {
    color: #fff;
    text-align: center;
    line-height: 1;
  }

  .similar_pro .card-title {
    margin-top: 15px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
  }

  .similar_pro .card-title a, .similar_pro .dev a {
    display: inline-block;
    line-height: 2;
  }

  .similar_pro .card-title a {
    color: #000;
  }

  .similar_pro .address {
    font-size: 16px;
    color: #0284c1;
    margin-bottom: 0;
    text-align: center;
  }

  .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
  }

  .similar_pro .card-footer {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0;
  }

  .similar_pro .card-footer a {
    color: #000;
    display: block;
    padding: 10px 0;
  }

  .similar_pro .card-footer a {
    color: #000;
    display: block;
    padding: 10px 0;
  }

  .pro_overview a:hover {
    color: #ffcf40;
  }

  .similar_pro .card-footer a:hover {
    color: #000 !important;
    background: #ffcf40 !important;
    display: block;
  }

  .pro_overview a.btn {
    color: #000;
    background: #ffcf40 !important;
    border-color: #ffcf40 !important;
  }

  .pro_overview a.btn:hover {
    color: #fff;
    background: #000 !important;
    border-color: #000 !important;
  }


 