
@font-face {
    font-family: 'Montserrat', sans-serif;
}

/*=============================================== globle css start  ==================================================*/
html, body{
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
     position:relative;
  overflow-x:hidden;

}
h1,h2,h3,h4,h5,h6,p,ul,li,a,tr,td{
        font-family: 'Montserrat', sans-serif;
}
.container {
    max-width: 1190px;
}
.active {
    color: #e22d2c!important;
}
ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}
th.tbl-clr {
    font-size: 20px;
      
}
.table{
    text-align:center;
}
tr{
    font-size: 22px;
    color: #071C35;
    font-weight: bolder;
    border: 1px solid;
}
.table tr td {
    border-top: 1px solid #071C35!important;
      border-bottom: 1px solid #071C35!important;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    color: #757575;
    font-size: 20px;
}
.table tbody+tbody {
   border: 1px solid #d41f34!important;  
}
h1,h2,h3,h4,h5{
     font-family: 'Montserrat', sans-serif;
}
p,input,select,.form-check-label,h6{
 
          color: #727272;
}
a:hover{
    text-decoration: none;
}
::selection {
    color: white;
    background: #e21e00;
  }
.v-none{
    visibility:hidden;
}
/* option{
        background:  #42e495;
} */
.btn-default-red{
    background-position: left top;
    position: relative;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #c92034;
    border-color: #c92034;
    color: white;
    padding: 10px 20px;
    margin: 1px !important;
    font-size: 14px;

}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;

}
.animated-btn::after {
    animation-duration: 1s;
    animation-name: changebg;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    content: "";
    background-color: rgba(255,255,255,.3) !important;
    position: absolute;
    width: 75%;
    height: 160%;
    left: -70%;
    top: -26%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(
60deg
);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(
60deg
);
}
@keyframes changebg{from{left:-70%}to{left:100%} !important}
.btn:hover{
     color: #333;
    text-decoration: no
}
a.page-link:focus {
    box-shadow: 0px 0px 6px -1px #6fe496;
}
.text-green{
    color: #147504;
}

.card-group-images-single img {
    width: 86px;
}
img.vedio-banner-wraper {
    margin-top: 300px;
    float: right;
}
/*=============================================== header css start  ==================================================*/
.navbar.navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
    box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
}
nav.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000;
    z-index: 999999999999;
}
.nav-link{
    
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    
}
.nav-link:hover{
        color: #e22d2c!important;
}
.welcome-text {
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px black;
    margin-bottom: 8px;
    /* font-weight: 700; */
}
.welcome-text-logo {
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 2px black;
    margin-bottom: 0px;
    font-weight: bolder;
}
.banner-small-text{
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-shadow: 2px 2px black;
}
.baner-element-margin{
    margin-bottom: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 12px;
}
li.nav-item.active a {
    color: white!important;
}
.left-navs-list .nav-link {
    margin-left: 15px!important;
    margin-right: 15px;
}
button.navbar-toggler {
    outline-color: white;
}
.logo {
    width: 65%;
}
.btn-black {
    background: black;
    color: white;
    box-shadow: none!important;
    border: none!important;
    font-size: 15px;
}

.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 2%;
}

.btn-light {
    color: #ffffff;
    background-color: #f8f9fa00;
    border-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
.slider-div {
    background: #5e6839;
}
.slider-div img{
    width:40%;
}
.silder-div-2 img{
    width:90%;
}
.hr-class {
    background-color: #000000;
    height: 1px;
    width: 15% !important;
    margin: auto;
    
}
.life{
    padding:3%;
    background: #ef4224;
    text-align:center;
    color:#ffffff;
    font-weight: 900;
    letter-spacing: 2px;
}
.life-2 {
    padding: 2%;
    background: #ef4224;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 2px;
    width: 60%;
}

.bed:hover {
    background: white;
    border: 1px solid #e6e2e2;
    zoom: 1.01;
    transform: scale(1.02);
    transition: transform 1s ease;
}
.floor-map{
    width: 100%;
}
.location-in img{
    width: 100%;
}
#packeges .btn-default-red{
    padding: 8px 8px;
}
#services .heading-default-small{
    line-height: 0.5rem;
}
#services .bed{
    height:540px;
}
#services h3 {
    height: 67px;
}
#services p{
    height:125px;
}
#services .btn-default-red{
    padding: 8px 8px;
}
#blog .bed{
    background: white;
    border: 1px solid #e6e2e2;

}
.blog-img{
    width: 100%;
    padding-bottom:2%;
    padding-left: 0px;
    padding-right: 0px;
}
#blog .bed h4,p{
    padding: 1% !important;
}

/*portfolio starts*/
.clrd-font{
    background: #FF512F;
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    background: linear-gradient(to right, #F09819, #FF512F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-primary {
    background-color:transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size:20px;
    text-transform: uppercase;
    border-radius: 0px; 
}
.btn-primary:hover {
    background-color:transparent;
    border-color: #d6962c;
    color: #d6962c;
    border-radius: 20px;
}

.single_portfolio_text{
    display:inline-block;
    padding:0;
    position:relative;
    overflow:hidden;
}
.single_portfolio_text img{
    width:100%;
    height: auto;
}

.single_portfolio_text:hover .portfolio_images_overlay{
    top:5%;
    left: 5%;
}

.portfolio_images_overlay{
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin: 0 auto;
    top: -100%;
    left: 5%;
    position: absolute;
    transition:.6s;
    
}
/*.portfolio_images_overlay h6{
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    border: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.portfolio_images_overlay .product_price{
    font-size: 35px;
    color: #fff;
    font-weight:800;
    line-height:30px;
}
/*.portfolio_images_overlay .product_price i{
    margin-right: -10px;
}*/
.zoom {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 80px;
    right: 73px;
    border-radius: 50%;
    background: #FF512F;
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    background: linear-gradient(to right, #F09819, #FF512F);
    box-shadow: 0px 0px 0px 10px rgb(0 0 0 / 50%);
    opacity: 0.9;
}
.zoom:before {
    content: "\f00e";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.5);
    font-size: 70px;
    padding-right: 20px;
    position: absolute;
    top: 10px;
    left: 30px;
}
/*portfolio ends*/


/*brands starts*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*brands ends*/
/*=============================================== home-banner css start  ==================================================*/
div#carouselExampleSlidesOnly {
    margin-top: 76px;
}

.carousel{
    margin-top: 53px;
}
.carousel img{
    height: calc(100vh - 0px);
    width: 100%;
}

/* search form section css  */
.search-form-section {
    padding-top: 40px;
    padding-bottom: 15px;
}

.default-padding {
    padding-top: 90px!important;
    padding-bottom: 90px;
}
.bgcolor-sky-blue {
    background-color: #f7f8fa;
}
.search-section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.heading-default {
    font-size: 2.813rem;
    line-height: 3.75rem;
    font-weight: 500;
        color: #323232;
    margin-bottom: 35px;
}
.heading-tag-blue{
      
}
.heading-default-small{
    font-size: 2.188rem;
    line-height: 3.125rem;
    font-weight: 500;
        color: #323232;
     padding: 10px;
     margin-bottom: 1px;
}

.custom-para-margin{
    margin-bottom: 35px;
}
.heading-red-color{
    color: #e21e00!important;
    /*color: green!important;*/
      
}
.feature-img {
    object-fit: contain;
    width: 100%;
    height: 450px;
}
.icon-area img {
    width: 37%;
}

.card-search {
    border-radius: 2px;
    border: 1px solid #000000;
    margin-top: 30px;
}


.card-search .industry-name{
    color: #6fe496;
    font-size: 14px;
   
}
.card-search .expert-name{
      font-size: 20px;
    color: #323232;
    margin-bottom: 5px;
   
}
.card-search .rate{
    color: #6fe496;
    font-size: 15px;
}
.card-search .card-body {
      padding: 15px 10px 15px 10px;
    text-align: center;
}
.card-search .more-deatail-btn {
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    background: #6fe496;
    color: white;
  
}
.card-group-images img {
    width: 25%;
}
.card-group-images {
    display: flex;
    margin: auto;
    width: 100%;
    margin-bottom: 35px;
}
.table-btn{
    margin-top: 8px;
    background-color: #d41f34;
    color: #fff;
}
th.costing-title {
    font-size: 20px;
}
.icon-area {
    margin-bottom: 5%;
}
.round-animation {
    background-image: linear-gradient(
120deg
,#ff156a 0%,#631470 100%);
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}
.round-animation:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
}
.round-animation:before, .round-animation:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    will-change: border-radius,transform,opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(
120deg
,rgba(255,183,47,.55) 0%,rgba(255,120,16,.89) 100%);
}
.round-animation img {
    position: relative;
    z-index: 99;
}
::selection {
    background: #ff7810;
    color: #fff;
    text-shadow: none;
}

.gallery-area img {
    width: 100%;
}
.pp-img {
    width: 90%;
}
.side-area{
    padding-left: 7%;
    padding-right: 7%;
}
.u-video{
    width: 100%;
    height: 500px;
}
/*=============================================== blog-banner css start  ==================================================*/

#blog-banner {
    background-image: url(../images/blog-banner.png);
    width: 100%;
    height: calc(100vh - 272px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.col_height{
    height: 440px;
}
.video_height{
    height: 485px;
}
#blog-content img{
    width:100%;
}
.recent-blog {
    width: 90%;
    background: #bababc42;
    padding: 3%;
}
.recent-blog a{
   color:black;
}
.recent-blog a:hover{
   color:#ea7626;
}

/*
.slider-1 {
    background-image: url(../images/slider-1.jpg);
    width: 100%;
    height: calc(100vh - 0px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/


/*-------------------------------------------modal css------------------------------------------ */
.modal {
    top: 14%;
}
.modal-form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #F7F7F7;
}
.btn.modal-submit-btn {
    border-radius: 0px;
    background: #d41f34;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
.modal-content {
    width: 70%;
    margin: auto;
}
button.close {
     position: absolute; 
     right: -16px; 
 
     top: 0; 
     z-index: 999999; 
     position: absolute; 
     height: 26px; 
    width: 26px;
     left: auto; 
     right: -13px; 
     bottom: auto; 
     top: -13px; 
     padding: 0; 
     color: #fff; 
     font-family: Arial; 
     font-weight: 100; 
     font-size: 24px; 
     line-height: 24px; 
     border: 2px solid #fff; 
     border-radius: 26px; 
     box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%); 
     text-shadow: 0px 0px 0px rgb(0 0 0 / 23%); 
     background-color: rgba(0,0,0,1); 
     opacity: 1;
 }
 .close:hover{
    color: white!important;
    opacity: 1;
 }
 .close:focus{
   outline:none;
 }
 .form-control:focus {
    box-shadow: none;
    border: none;
    border: 1px solid #ced4da;
}
.modal-body {
    padding: 35px;
    border-radius: 3px;
    border: 8px solid #000;
    box-shadow: 0px 0px 30px 0px rgb(2 2 2);
    background-color: rgba(255,255,255,1);
}

.custom-modal {
    position: absolute;
    z-index: 999;
    top: 70px;
    right: 7px;
    background: white;
    padding: 2%;
    width: 35%
}
.custom-modal .fa {
    font-size: 38px;
    color: orange;
    margin-bottom: 20px;
    color:#ea7626;
}
/*---------------------------------------------footer ------------------------------------------ */
.footer-top {
    background: #f7f7f7;
}
.side-footer{
    padding-top: 5%;
    padding-bottom: 5%;
    background: #000000;
}
.footer-logo {
    /*width: 56%;*/
    margin: auto;
    margin-bottom: 35px;
}
.custom-form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #F7F7F7;
}
.btn.submit-btn {
    border-radius: 0px;
    background: #d41f34;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer-text {
    font-size: 14px;
}
.credits-area {
    background-color: #f7f8fa;
    padding-top: 15px;
    padding-bottom: 15px;
}
.credits-area p{
    margin-bottom: 0px;
    font-size: 14px;
}
/*---------------------------------------------media queries css ------------------------------------------ */

@media screen and (max-width: 768px) {
.col_height {
    height: 335px;
}
.baner-element-margin {
    margin-bottom: 0px;
    width: 90%;
}
.welcome-text {
    margin-bottom: 7px;
}
.container {
    max-width: 720px;
}
.navbar-toggler {
    background: #333;
    color: white;
} 
.navbar-toggler-icon{
    position: relative;
}
.navbar-toggler-icon .fa{
  font-size: 30px;
}
.heading-default {
    font-size: 2.188rem;
}

.heading-default-small {
    font-size: 1.688rem;
    margin-bottom: 30px;
}
.feature-img {
    width: 100%;
    margin-left: 0px;
}
.card-group-images-single img {
    width: 79px;
}

.master-plan {
    width: 100%;
    width: inherit;
}
.modal-content {
    width: 100%;
    margin: auto;
}
.footer-logo {
    /*width: 60%;*/
}
.logo {
    width: 60%;
}
}
@media screen and (max-width: 576px) {
    .eastern {
        border: 2px solid white;
    }
    .saam {
        border: 2px solid white;
    }
.container {
 max-width: 94%;
}
.carousel-item {
    height: calc(100vh - 240px);
    background-attachment: initial;
}
.master-plan {
    width: 100%;
    width: inherit;
}   
.feature-img{
    width: 100%;
        margin-bottom: 35px;
}
.heading-default-small {
    line-height: 2.55rem;
    font-size: 1.5rem;
}
.heading-default {
    line-height: 2.55rem;
    font-size: 1.988rem;
}
.table tr td {
    /*padding: 0;*/
    font-size: 12px;
}
.table-btn {
    margin-bottom: 8px;
}
th.tbl-clr {
    font-size: 16px;
    
}
.card-group-images-single img {
    width: 70px;
}

p.card-sq {
    margin-bottom: 40px;
}

.btn-default-red {
    padding: 10px 14px;
}

.feature-img {
    width: 118%;
    height: 100%;
    margin-bottom: 35px;
    margin-left: -20px;
}

.my-auto {
    padding-right: 0;
}

.welcome {
    font-size: 13px;
}

.meet {
    font-size: 19px;
}

.write-up {
    font-size: 12px;
}

.location {
     font-size: 10px;
}

.card-group-images-single img {
    width: 23%;
}
.col_height {
    height: 560px;
}
.btn-light {
    width: 100%;
    margin-bottom: 4%;
}
.change-1, .change-2 {
    width: 100%;
    margin-bottom: 3%;
}
table.table {
    margin-left: 0px;
}
.pp-img {
    width: 47%;
    margin-bottom: 5%;
}
.plan-1-div img {
    width: 100%;
}
.plan-2-div img {
    width: 100%;
}
.plan-3-div img {
    width: 100%;
}
.side-footer {
    margin-bottom: 25px;
}
.table th {
    font-size: 15px;
}
.slider-div h3{
    font-size: 20px;
}
section#floorplan button {
    width: 100%;
    margin-bottom: 5%;
}
.slider-div img {
    width: 100%;
}

.c-img {
    height: 350px;
    /* border: double 5px #5e683924; */
}
.icon-area img {
    width: 60%;
}
.navbar-brand{
    margin-right: -20px;
}
.life {
    width: 43%;
    margin: auto;
}
.location-in img {
    width: 70%;
}
.hr-class {
    background-color: #000000;
    height: 1px;
    width: 15%;
    margin-top: -27px;
    padding-bottom: -100px;
}
.default-padding {
    padding-top: 30px!important;
    padding-bottom: 30px;
}
.logo {
    /*width: 45%;*/
}
.carousel img {
    height: calc(100vh - 242px);
    width: 100%;
}
#blog-banner {
    height: calc(100vh - 99px);
}
}


@media screen and (max-width: 441px) {

.feature-img {
    width: 100%;
    height: auto; 
    margin-bottom: 35px;
    margin-left: 0px; 
}

.welcome {
    font-size: 15px;
}

.meet {
    font-size: 22px;
}

.card-group-images-single img {
    width: 23%;
}


}

@media screen and (max-width: 425px) {

.container {
    max-width: 95%;
}


.my-auto {
    padding-right: 0;
}

.feature-img {
    width: 100%;
    height: auto; 
    margin-bottom: 35px;
    margin-left: 0px; 
}


.welcome {
    font-size: 15px;
}

.meet {
    font-size: 22px;
}
.card-group-images-single img {
    width: 70px;
}

}

@media screen and (max-width: 414px) {

.navbar-brand {
    margin-right: 0rem;
}
.card-group-images-single img {
    width: 23%;
}


}

@media screen and (max-width: 375px) {

.navbar-brand {
     margin-right: 0; 
    width: 70%;
}

.table tr td {
    padding: 5px 0;
    font-size: 12px;
}

.btn-default-red {
    padding: 10px 11px;
}

.table th {
    padding: 5px;
}
.logo {
    width: 23%;
}
}

@media screen and (max-width: 360px) {

/*.table {
    margin-left: -18px;
}*/

th.costing-title {
    padding: 5px;
}

.btn-default-red {
    padding: 8px 3px;
    font-size: 14px;
}

}

@media screen and (max-width: 320px) {

.baner-element-margin {
    width: inherit;
}

nav.navbar {
    width: 96%;
}

.modal-content {
    width: 95%;
    margin: initial;
}

th.tbl-clr {
    padding: 2px;
}

.table tr td {
    padding: 0px;
}

.modal-body {
    padding: 20px 22px;
    margin-top: 33px;
}

}
.mb-5, .my-5 {
    margin-top: 0rem !important;
}

.tophead {
    padding:3%;
    background: #ef4224;
    text-align:center;
    color:#ffffff;
    font-weight: 900;
    letter-spacing: 2px;
    margin-left: 2px;
}

