
    .carousel {
    width: 100%;
    margin-top: 113px;
}
 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 193px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

 .hero__caption {
    padding-top: 80px;
    overflow: hidden;
}

.hero__caption h1 {
    font-size: 87px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.2;
    margin-bottom: 51px;
}

 .hero__caption p {
    margin-bottom: 30px;
    padding-right: 257px;
    color: #212025;
    overflow: hidden;
}

 .hero__caption span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 39px;
    color: #dc3545;
    margin-bottom: 44px;
    display: inline-block;
}
@media (max-width: 575px){
.hero__caption {
    padding-top: 100px;
}
.carousel-caption {
    bottom: 0px !important;
}

.btn {
    background: #dc3545;
     padding: 14px 11px; 
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 9px;
    border-radius: 6px;
    -moz-user-select: none;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

}

@media (max-width: 575px){
.hero__caption h1 {
    font-size: 24px;
    line-height: 1.2;
      margin-bottom: 0px;
}
.about-area2{
    padding:0px !important;
}
}



@media (max-width: 575px){
.hero__caption p {
    padding-right: 0px;
    line-height: 17px;
    font-size:12px;
    margin-bottom:0px;
}

}

@media (max-width: 575px){
.hero__caption span {
    margin-bottom: 0px;
    font-size: 13px;
}
}

/*Home Page Start*/
    .carousel {
    /*margin-left: 15%;*/
    /*margin-right: 15%;*/
    width:100%;
}

ul.slides {
    display: block;
    position: relative;
    height: 650px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none; 
}


.slide-container { 
    display: block; 
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}   

.slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 99;
    text-align: center;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
     display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.bg-light {
    background-color: #ffffff!important;
}
.modal-footer {
    display: block !important;
    justify-content: flex-start !important;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.our-promise p{
    font-size:12px;
    padding-top:4px;
    line-height: normal;
    text-align:center;
}
/*Home Page End*/

/*About Page Start*/
    .description p{
        padding:20px;
    }
    .our_vision{
        padding:30px 10px;
        box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .mission_vission{
        margin:80px 5px;
    }
/*About Page End*/

/*Our Team Page Start*/
.social-links a {
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 0 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a:hover {
  width: 80px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 0 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
  font-size: 15px;
  line-height: 40px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}


.social-links a:hover {
  transform: translateY(-5px);
}
/*end social icon*/

.team {
 background: #efefef;
  padding: 5em 0;
}


.team-grid {
  text-align: center;
}
/*.col-xs-4 {*/
/*  width: 33.33333333%;*/
/*  float: left;*/
/*  position: relative;*/
/*  min-height: 1px;*/
/*  padding-right: 15px;*/
/*  padding-left: 15px;*/
/*}*/
/*-- Team --*/

.team {
  background: #f5f5f5;
  padding: 5em 0;
}

.team-grid {
  text-align: center;
}

.team-grid h4 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin:40px 0 20px 0;
}

.team-grid p {
  color: #777;
  font-size: 1em;
}

.social-nav li {
  display: inline-block;
}

.social-nav a {
  display: inline-block;
  float: none;
  width: 30px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  background: #000;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.model-3d-0 a {
  background: #5c5b5b;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.model-3d-0 .front,
.model-3d-0 .back {
  width: 30px;
  height: 30px;
  font-size: 1em;
  color: #fff;
  background: #dc3545;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(18px);
  -moz-transform: translateZ(18px);
  -ms-transform: translateZ(18px);
  -o-transform: translateZ(18px);
  transform: translateZ(18px);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}

.model-3d-0 .back {
  font-size: 1em;
  color: #fff;
  -webkit-transform: rotateX(90deg) translateZ(18px);
  -moz-transform: rotateX(90deg) translateZ(18px);
  -ms-transform: rotateX(90deg) translateZ(18px);
  -o-transform: rotateX(90deg) translateZ(18px);
  transform: rotateX(90deg) translateZ(18px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.twitter .back,
.facebook .back,
.instagram .back,
.pinterest .back {
  background: #d33593;
}

.model-3d-0 a:hover {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.model-3d-0 a:hover .back {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}

.stack img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 10px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stack:last-of-type {
  margin-right: 0;
}

/* Third stack example (One stack element rotated in the opposite direction) */

.stack.twisted:before {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
}

.stack.twisted:after {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
}

/* Reset all rotations on hover */

.stack:hover:before,
.stack:hover:after,
.team-grid:hover .stack:before,
.team-grid:hover .stack:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

/* Stacks creted by the use of generated content */

.stack:before,
.stack:after {
  content: "";
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 10px solid #fff;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
}

.stack:before {
  top: 4px;
  z-index: -10;
}

/* 1st element in stack (behind image) */

.stack:after {
  top: 8px;
  z-index: -20;
}

/* 2nd element in stack (behind image) */

.stack {
  float: none;
  width: 92%;
  margin: 3% 0% 8% 4%;
  position: relative;
  z-index: 1;
}

/*Our Team Page End*/

/*Career  Page Start*/
    .creer_details .left_side img{
        width: 90%;
        display: block;
        margin: auto;
    }
    .creer_details{
        padding: 30px 0px 0px 0px ;
    }
/*Career Page End*/

/*form radio button start */
 /*======= The radio-btn ====*/
.radio-btn {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 12px 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  margin-top:3px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-btn:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-btn input:checked ~ .checkmark {
  background-color: #dc3545;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

   input[type='radio']:checked:after{
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
    background-color: #b83227 !important;
    }

/*form radio button End */

/*property Details page start */
.property_banner .banner{
    /*height: 490px !important;*/
    }
    .property_form{
    border: solid 1px #e6e6e6;
    padding: 0;
    width: 100%;
    }
    .theme-bg{
        background:#dc3545;
        color: #fff;
    }
    .theme-bg p{
        color: #fff;
    }
    .project_title i{
        color: #dc3545;
    }
    .project_description p{
        font-size: 15px;
        text-align: justify;
    }
    .project_overview h5{
        color: #9b9b9b;
        font-size: 13px;
        text-align: center;
    }
    .project_overview h6{
        color: #4a4a4a;
        font-size: 18px;
        text-align: center;
    }
    .project_amenities h5{
        font-size: 14px;
        text-align: center;
        padding-top: 15px;
        
    }
    .property_form{
        position: sticky;
        top: 20%;
    }
    .project_key_features .point ul li{
        list-style-type: disc;
        padding-top: 8px;
        
    }
    .nav_pages_left{
       /*margin-left: 25px; */
       font-size: 12px; 
    }
    .nav_pages_right{
        float: right; 
        /*margin-right: 28px; */
        font-size: 12px;
    }
    .project_key_features .point ul{
        padding-left: 40px;
        }

        @media only screen and (min-width: 320px) and (max-width: 425px){
            .py-sm-5{
                padding: 20px 0px;
            }
            .pbsm4{
                padding-bottom:20px;
            }
            .property_banner .banner {
                /*height: 297px !important;*/
            }
            .gallery_btn {
            font-size: 10px !important;
            color: #000;
            }
            .nav_pages_left{
               margin-left: 0px; 
               font-size: 8px; 
                float: left;
            }
            .nav_pages_right{ 
                margin-right: 0px; 
                font-size: 8px;
            }
            .nav_pages{
                margin-bottom:10px;
            }
            .project_amenities h5 {
                font-size: 12px;
            }
            .project_overview h6 {
                font-size: 15px;
            }
            .project_overview h5 {
                font-size: 11px;
            }
            .third-cards {
    /*display: inline-block;*/
    /*position: relative;*/
    /*vertical-align: middle;*/
    /*padding-right: 25px;*/
    padding: 14px;
    /*margin-top: 12px;*/
    /*color: #dc3545;*/
    /*margin: 0;*/
    /*float: right;*/
}
        }
         @media only screen and (min-width: 425px) and (max-width: 725px){
            .pbsm4{
                padding-bottom:20px;
            }
         }
        /* Center website */
        .main {
          max-width: 1000px;
          margin: auto;
        }
        
        
        .gallery_row {
          margin: 10px -16px;
        }
        
        /* Add padding BETWEEN each gallery_column */
        .gallery_row,
        .gallery_row > .gallery_column {
          padding: 8px;
        }
        
        /* Create three equal gallery_columns that floats next to each other */
        .gallery_column {
          float: left;
          width: 33.33%;
          display: none; /* Hide all elements by default */
        }
        
        /* Clear floats after gallery_rows */ 
        .gallery_row:after {
          content: "";
          display: table;
          clear: both;
        }
        
        /* Content */
        .content {
          background-color: white;
          padding: 10px;
        }
        
        /* The "show" class is added to the filtered elements */
        .show {
          display: block;
        }
        
        #mygallery_btnContainer{
            border-bottom: 2px solid #eee;
        }
        
        /* Style the buttons */
        .gallery_btn {
          border: none;
          outline: none;
          padding: 9px 2px;
          background-color: white;
          cursor: pointer;
          font-size: 14px;
          color: #666;
        }
        
        /*.gallery_btn:hover {*/
        /*   border-bottom: 2px solid #dc3545;*/
        /*}*/
        .gallery_btn.active {
         border-bottom: 2px solid #dc3545;

        }
        .modal-footer {
            display: -ms-flexbox;
            display: block !important;
            -ms-flex-align: center;
            /* align-items: center; */
            -ms-flex-pack: center;
            justify-content: flex-start !important;
            padding: 1rem;
            border-top: 1px solid #e9ecef;
        }
        .our-promise p{
            font-size:12px;
            padding-top:4px;
            line-height: normal;
            text-align:center;
        }
    .freeze_bottom_button{
    position: fixed;
    bottom: 4%;
    width: 93%;
    padding: 12px;
    margin: 0 15px;
    display: block;
    text-align: center;
    z-index: 11;
    overflow:hidden;
    }
/*property Details page end */

.showProperties{
    padding:25px;
}
.card_devider{
    border-top: 1px solid #ddd;
    color:#ddd;
    width:350px;
    height:5px;
}
.listing-table-wrapper{
    padding-left:20px;
}

.card_img{
    background: url(../img/property/broken_img.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    background-color: #fff;
    border-right: 1px solid #eeee; 
}
/* Card Bg

*/