
  /* @import url('https://fonts.googleapis.com/css2?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');
  body{
    font-family: 'Poppins', sans-serif!important;
  } */
.video-container {
    height: 100vh;
    position: relative;
    top: 0;
    overflow: hidden;
    background: #fdf6e5;
}
video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.main_logo img{
    height: 50px;
    width: 100%;
    object-fit: contain;
}
.get_qote {
    padding: 18px 4px;
    background-color: #ff7513;
    color: #fff;
}
/* .aboutus-sec{
    background-color: antiquewhite;
    padding: 100px 0px;
} */
.exp {
    display: inline-block;
    background-color: #ef9216;
    padding: 42px 37px;
    position: absolute;
    bottom: -76px;
    left: -49px;
}
/* -----about section design------------ */
.abt-left-cnt{
    position: relative;
}
.abt-box{
    height: 33rem;
    width: 100%;
}
.abt-left-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aboutus-sec h3 {
    color: #333940;
    font-size: 24px;
    /* font-family: 'Objectivity Bold'; */
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.aboutus-sec h3 span {
    color: #707479;
    font-size: 13px;
    /* font-family: 'Manrope'; */
    font-weight: 500;
    text-transform: uppercase;
}
.aboutus-sec {
    padding-top: 56px;
    padding-bottom: 56px;
}
.aboutus-sec {
    position: relative;
    background: #fdf6e5;
    width: 100%;
    /* top: 60px; */
}
.aboutus-sec p {
    color: #707479;
    font-size: 16px;
    /* font-family: 'Manrope'; */
    font-weight: 500;
    line-height: 26px;
}
.readmore {
    width: 200px;
    border: solid 2px #ff7513;
    text-align: center;
    color: #ff7513;
    font-family: 'Manrope';
    font-weight: 800;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    margin-top: 27px;
    font-size: 17px;
}
.readmore:hover {
    border: solid 2px #fb0808;
    color: #fb0808;
    /* background-color: #ef9216; */
    transition: 0.6s;

}
/* -----end-about section design------------ */

/* ------counter design------------ */
.count-icon{
    background-color: #ff7513;
}
/* -----end-counter design------------ */

/* -----project list slider design------------ */
.overlay-box{
height: 267px;
width: 100%;
position: relative
}
.proj-tit{
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-box a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.projectshortdetails {
    padding: 40px 29px 10px 36px;
    border: solid 1px #e8e8e8;
    background-color: #fff;
}
.projectshortdetails ul{
    list-style:none;
    padding: 0;
}
.projectshortdetails li{
    padding-left: 40px;
    width: 50%;
    margin-bottom: 17px;
    float: left;
    color: #404040;
    font-weight: bold;
    font-size: 14px;
}
.projectshortdetails li span{
    color: #7e7e7e;
    font-size: 11px;
}
/* .project-slide{
    border: solid 1px #e8e8e8;
} */
.ribbon_home {
    position: absolute;
    right: -4px; top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon_home span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background:#ef9214;
    background: linear-gradient(#ef9214 0%, #ef9214 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon_home span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #ef9214;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ef9214;
  }
  .ribbon_home span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ef9214;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ef9214;
  }
  .projectshortdetails .project-left-cnt{
    display: flex;
    justify-content:left;
    align-items: center;
  }
  .projectshortdetails .project-right-cnt{
    display: flex;
    justify-content:right;
    align-items: center;
    margin-left: 21px;
  }
  .projectshortdetails .apart-cnt{
    text-align: left;
  }
  /* .projectshortdetails .project-right-cnt{
    margin-left: 34px;
  } */
  .projectshortdetails .aprt-icon{
    padding: 10px;
    font-size: 22px;
  }
  .projectshortdetails .price-icon{
    padding: 10px;
    font-size: 22px;
  }
  .projectshortdetails .apart-cnt p{
    margin-bottom: 0px;
    font-size: 13px;
  }
  .projectshortdetails .apart-cnt h5 {
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 0;
    color: #a79f9f;
}
.view-all-proj{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #proj-carousel .owl-nav {
    font-size: 54px!important;
    position: absolute;
    top: 42%;
    width: 100%;
    transform: translateY(-50%);
}
#proj-carousel button.owl-prev {
    float: left;
}
#proj-carousels button.owl-prev span {
    margin-left: -49px;
}
#proj-carousels button.owl-next {
    float: right;
} */
#proj-carousel .owl-nav {
position: absolute;
width: 104%;
top: 174px;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: space-between;
/* opacity: 0; */
transition: .5s;
z-index: 1;
}
#proj-carousel .owl-nav .owl-prev, #proj-carousel .owl-nav .owl-next {
    position: relative;
    color: #ff7513;
    font-size: 45px;
    transition: .5s;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background-color: #ffffff;  
}
.overlay-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #78716b3d;
}
/* -----project list slider design------------ */
.lat_news{
    height: 297px!important;
    width: 100%;
}
.lat_news .news__img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ltst_news .card-body h3{
        color: #ff7513;
}
.nav-to-top{
    background-color: #ff7513;
    color: #fff;
}
.testi-bg{
    background-color: #ff7513;
}
.news__card a{
color:#ff7513;
}
#iframe iframe {
    width: 100%;
    min-height: 521px
}
.map-frame{
    position:relative;
}
.map-form{
    position:absolute;
    right: 0;
    top: 0;
}
.map-form .form {
    width: 500px;
    padding: 16px;
    margin-top: 20px;
    position: absolute;
    right: 8px;
    background: #ffffff;
    border: 2px solid #cdcdcd;
    border-radius: 8px;
}
/* .map-form form {
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
} */
.hover-effect:hover {
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
}
.map-form .form .form-control {
    background-color: rgb(240, 240, 240);
    border: 1px solid transparent;
    font-family: "Poppins";
    padding: 16px;
    font-size: 14px;
}
.map-form .form .form-group {
    margin-bottom: 16px;
}
.our-val-sec{
   background-color: #ef9214;
}
.lat_news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff751345;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.lat_news:hover::after{
    background-color: transparent;
    transition: 0.6s;
}

.lat_news {
    position: relative;
}
.why-chs {
    color: #ff7513;
}
/* ------watsapp animation button------------------- */
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 155px;
    right: 43px;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 27px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
/* ------watsapp animation button------------------- */

button.btn.map-frm-btn {
    padding: 7px 14px;
    background-color: #ef9214;
    border-radius: 0px;
    color: #fff;
    border-radius: 9px;
}
.foot-galery{
    height: 50px;
    width: 100%;
}
.foot-galery img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.foot-sign-btn{
    background-color: #ff7513;
    color: #fff;
}
.card.soc-card{
    height: 400px;
    width: 100%;
    border-radius: 10px;
}
.card.soc-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 31, 31, 0.85);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    position:absolute;
    top: 0;
    border-radius: 10px;
}

.social_cont .content *{
    transform: translateY(-70%);
    transition: all 0.3s ease;
    opacity: 0;
}

.social_cont .content h2{
    font-size: 35px;
    margin: 15px;
    font-weight: 700;
    color: #fff;
}

.social_cont .content p{
    font-size: 23px;
    color: #fff;
    padding: 0px 42px;
}

.social_cont .card:hover .content{
    opacity: 1;
}

.social_cont .card:hover .content *{
    opacity: 1;
    transform: translateY(0);
}
#social-resp{
    background: #fdf6e5;
}
.card.soc-card {
    position: relative;
}
.card.soc-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000038;
    border-radius: 10px;
}
.container-fluid.page-header::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #52341f36;
}
.container-fluid.page-header{
 position: relative;
}

#project-lists{
    padding: 52px 0px;
}

#project-lists .project-slide{
    position: relative;
    margin-top: 26px;
}
/* .smart-tab-1 .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#project-lists .smart-tab-1 .nav-link{
    padding: 0px;
    border-radius: unset!important;
    color: #e40c0c;
    font-weight: 900;
}
#project-lists .smart-tab-1 .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    font-weight: 900;
    background: #e40c0c;
    border: 1px solid #ff7513!important;
    border-radius: 2px!important;
}
#project-lists .smart-tab-1 .nav-tabs .nav-link{
    margin-right: 27px;
    padding: 9px 37px;
}

#project-lists .smart-tab-1 .nav-tabs .nav-link:focus {
     outline: none; 
    }
#project-lists .smart-tab-1 .nav-tabs .nav-link:hover {
    isolation: isolate;
    color: #fff;
    font-weight: 900;
    background: #e40c0c;
    border: 1px solid #ff7513!important;
    border-radius: 2px!important;
    transition: 0.6s;
} */


nav.smart-tab-1 a.nav-link {
    border: none;
    background-color: transparent;
    padding: 7px 27px;
    /* margin-right: 20px; */
    font-weight: 600;
    /* color: #6c6762; */
    color: #000;
    letter-spacing: 0.5px;
    font-size: 18px;
}
/* nav.smart-tab-1 a.nav-link:hover {
    border: none;
    background-color: transparent;
    padding: 7px 11px;
    margin-right: 60px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.5px;
    font-size: 18px;
} */

nav.smart-tab-1 a.nav-link.active {
    background-color: unset!important;
    /* border-bottom: 3px solid #ff7513; */
    color: #ff7513;font-weight: 600;
    border-bottom: 4px solid #ff7513!important;
}
nav.smart-tab-1 a.nav-link:hover {
    /* background-color: transparent;
    border-bottom: 3px solid #ff7513;
    color: #ff7513;font-weight: 600; */
    
    background-color: unset!important;
    color: #ff7513;
    border-bottom: 4px solid #ff7513;
    font-weight: 600;
    border-radius: unset;
    margin-right: 8px;
    /* border-left: 1px solid #dd0e0e; */
    /* border-right:1px solid #dd0e0e; */
}
nav.smart-tab-1 a.nav-link{
    border-radius: unset;  
    /* border-left: 1px solid #dd0e0e;
    border-right:1px solid #dd0e0e; */
    margin-right: 8px;
}

nav.smart-tab-1 #nav-tab {
    border: none;
    margin-left: 60px;
}
nav.smart-tab-1{
    margin-bottom: 20px;
   /* background-color: #e1e1e1; */
   /* background-color: #d16363; */
   /* border: 1px solid #ff7513; */
}
.prj-img-box{
    position: relative;
}
.prj-img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000006c;
}
.loc_detail_content{
    display: flex;
    position: absolute;
    z-index: 999;
    bottom: -6px;
    align-items: center;
}
.loc_detail_content .detail-btn{
    margin-left: 3rem;
}
.loc_detail_content .loc_detail h4{
color: #fff;
margin-bottom: 0px;
margin-left: 24px;
}
.loc_detail_content .loc_detail p{
    color: #fff;
    margin-left: 24px;
}
a.prj_view_btn{
    background-color: #ff7513;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    border: unset;
    padding: 2px 7px;
}
a.prj_view_btn:hover{
color: #fff;
}
.loc_detail_content .loc_detail{
    height: 100%;
    width: 200px;
}


#proj_det_carousel .carousel-inner .carousel-item {
    height: 500px;
  }
  
  #proj_det_carousel .carousel-inner .carousel-item img {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 300px;
  }

  #prj_detail_header .project-menus {
      background: #f4f4f4;
  }

  #prj_detail_header .project-menus ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
  }

  #prj_detail_header .project-menus li {
      list-style: none;
      text-decoration: none;
      color: #797979;
      float: left;
      /* font-family: 'Manrope'; */
      font-weight: 500;
      margin-right: 30px;
  }

  #prj_detail_header .project-menus a {
      list-style: none;
      text-decoration: none;
      color: #797979;
      float: left;
      font-weight: 500;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  
  .broucher-bt a{
    padding: 8px 0px 8px 0px;
    border: solid 0.5px #ff7513;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #333940;
}
.enquirenow-bt {
    background: #ff7513;
    color: #FFF;
    border-radius: 3px;
    color: #333940;
    padding: 8px 0px 8px 0px;
    height: 43px;
}
.enquirenow-bt a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
}
.project-overview p {
    color: #707479;
    font-size: 16px;
}
#project_overview{
    padding: 56px 0px;
}
#project_overview .over_detail{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#project_overview .over_detail .over_icon{
    font-size: 30px;
    color: #ff7513;;
}
#project_overview .over_detail .over_app{
    margin-left: 25px;
}
#project_overview .over_detail .over_app h4 {
    font-size: 16px;
    color: #c3bdbd;
    font-weight: 300;
    letter-spacing: 1px;
}
#project_overview .over_detail .over_app h5 {
    font-size: 22px;
    color: #504747;
}
#project_overview .over_detail_row{
    margin-top: 50px;
    /* margin-bottom: 50px; */
}
#project_specification h3 {
    color: #63696e;
    font-weight: bold;
    font-size: 20px;
}
#project_specification strong {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}
#project_specification p {
    color: #707479;
}
.fixed-header {
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
    z-index: 20;
}
.project-menus1 {
}

.features .card{
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    /* white-space: nowrap; */
    border-radius: unset;
}
#features .icon-card img{
    height: 80px;
    width: auto;
}
.features .card span i{
    font-size: 50px;
}
.features .card p{
   color: #998a8a;
}

.flex-viewport{
    max-height: 437px;
}
.flexslider {
    margin: 0 0 12px;
}
#carousel.flexslider .flex-viewport{
    max-height: 116px;
}
.flex-direction-nav a:before {
    font-size: 30px;
}
#features.features{
    background-color: #e9e6e6;
    padding: 31px 8px;
    margin-top: 45px;
    margin-bottom: 45px;
}
#modal-flat .flat-img-card{
    height: 300px;
    width: 100%;
}
#modal-flat .flat-img-card img{
   height: 100%;
    width: 100%;
    object-fit: cover;
}
#modal-flat{
    background-color: #fff0e6;
    padding-top: 10px;
    padding-bottom: 60px;
}
.dtl-loc iframe {
    width: 100%;
    height: 24rem;
}

.faq-section .accordion-item{
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.accordion-button:not(.collapsed) {
    color: #ff7513;
}
.accordion-button:focus {
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}

.card.srvc-crd .card-header, .card-body, .card-footer {
    border: unset!important;
    background: unset;
}
.card.srvc-crd .card-header, .card-body, .card-footer {
    border: unset!important;
    background: unset;
}
/* .card.srvc-crd.clr-1 {
    background-image: linear-gradient(#0ef1bf, #016bf3);
    color: #fff;
} */
.card.srvc-crd.clr-1 {
background-color: #efefef;
}
.srvc-hed-cnt.text-center i {
    font-size: 30px;
}
.card-body .srvc-bdy-cnt h3 {
    color: #ff7513;
}
.srvc-hed-cnt i {
    /* padding: 18px; */
    background-color: #ff7513;
    border-radius: 50%;
    color: #fff;
    height: 61px;
    width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;

}
#core-values{
    margin: 42px 20px;
}
.srvc-hed-cnt{
    display: flex;
    justify-content: center;
}
.send-msg-btn{
    border: 2px solid #ff7513;
    color: #ff7513;
}
a.abt-rmv-a span {
    color: #000;
}

#contact-detail-sec .card {
    border-radius: unset;
    padding: 17px 28px;
    color:#fff;
    /* color: #000; */
    background-color: #ef7e2ecc;
    /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
    /* background: linear-gradient(to top right, #FAD961 0%, #F76B1C 100%); */
    /* background: linear-gradient(to top right, #ffc800 0%, #F76B1C 100%); */
    /* background: linear-gradient(to top right, #FCDF8A 0%, #F38381 100%); */
    height: 130px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#contact-detail-sec{
    padding-bottom: 38px;
}
#contact-detail-sec .card p{
    margin-bottom: 0px;
}
#contact-detail-sec .card h4{
    color: #fff;
}

.pt-130{
    padding-top: 130px!important;
}
/* 
.footer-sec{
background-image: url('../img/about.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
position: relative;
}

.footer-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #fff;
} */


#feauture-sec .our-val-sec i{
    color: #fff!important;
}
#main-feauture-sec .our-val-sec i{
    color: #fff!important;
}

.card-body.news__card a:hover {
    color: #c51919;
}
.card-body.news__card a:hover i{
    margin-left: 15px;
    transition: 0.6s;
}



.blog_item_date {
    display: inline-block;
    background-color: #ff7513;
    padding: 5px 29px;
    text-align: center;
    left: 33px;
    bottom: 168px;
    position: absolute;
    color: #fff;
    border-radius: 8px;
}
.blog_item_date h3{
    color: #fff;
}
.blog_item_date p{
    color: #fff;
}
.blog_detail_cntnt{
    position: relative;
    margin-top: 31px;
    margin-bottom: 31px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.blog_dtl_btm{
    margin-top: 17px;
}
.blog_dtl_btm h4{
    font-size: 20px;
}
.blog_dtl_btm{
    font-size: 17px;
    padding: 21px 25px;
}
/* .blog_decription{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.blog_decription span{
    display: flex;
    align-items: center;
}
.blog_decription span p{
    margin-bottom: 0px;
}
.blog_decription span.blog_user{
    padding: 0px 10px;
    border-right: 2px solid #cbcbcb;
} */
.blog_search{
    margin-top: 30px;
}
.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}
.blog_right_sidebar .search_widget .input-group button {
    background: #ff7513;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 12px 15px;
    border-left: 0;
    cursor: pointer;
}
.blog_right_sidebar .search_widget .input-group button i {
    color: #fff;
}
.boxed-btn {
    background: #fff;
    color: #ff7513 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Josefin Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff7513;
    letter-spacing: 3px;
    text-align: center;
    color: #04dbec;
    text-transform: uppercase;
    cursor: pointer;
}
.blog_rcent_post_img {
    height: 86px;
    width: 36%;
}
.blog_rcent_post_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.media.post_item{
display: flex;
align-items: center;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}
.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px;
}

.blog_cat_img {
    height: 30rem;
    width: 100%;
}
.blog_cat_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_cat_img:after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #00000036;
}
.blog_cat_img{
    position: relative;
}
.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
    /* font-family: "Muli",sans-serif; */
    color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-top: 11px;
    font-weight: normal;
    /* padding: 0px!important; */
}
.blog_right_sidebar .post_category_widget .cat-list  li {
    list-style: none;
}
.list.cat-list.category{
    padding-left: 0px!important;
}
.ltst-news .single-blog-card.card:hover{
    transform: scale(1.05);
    transition: transform 0.25s ease 0s;
}
.social_icons a:hover i{
    color: #ff7513;
}
.footer .btn.btn-social:hover{
    color: #ff7513;
}
.contact .p-lg-5.ps-lg-0 h6{
color: #ff7513;
}
/* @media screen and (min-width: 768px) {
    #prj_detail_header .project-menus li{
        margin-right: 12px;
    }
} */

@media screen and (max-width: 767px) {
    #prj_detail_header .project-menus li{
        margin-right: 12px;
    } 
    .main-nav .main_logo{
        padding-right: 6px!important;
        padding-left: 13px!important;
    }
    #prj_detail_header .project-menus a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        min-width: 121px;
    }
    #prj_detail_header .project-menus ul {
        overflow-x: scroll;
        display: flex;
    }
    #current-status .flex-viewport {
        max-height: 202px;
    }
    #floor-plan-sec .flex-viewport {
        max-height: 181px;
    }
    #proj_det_carousel .carousel-inner .carousel-item {
        height: 300px;
    }
    #project_overview .enquirenow-bt {
        margin-top: 15px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    #modal-flat .flat-img-card {
        margin-top: 15px;
    }
    #project_overview .over_detail .over_app {
        margin-left: 0px;
    }
    nav.smart-tab-1 a.nav-link{
        padding: 8px 15px;
        font-size: 13px;
    }
    nav.smart-tab-1 #nav-tab {
        margin-left: 0px;
    }
    .loc_detail_content .detail-btn {
        margin-left: 0rem;
    }
    #project_overview .over_detail .over_app {
        margin-left: 15px;
    }
    #main-feauture-sec .feature .our-val-sec{
        height: 34px;
        width: 34px;
        padding: 4px;
    }
    #main-feauture-sec .q-s{
        margin-left: 5px!important;
    }
    .fetr-srvc-cards .srvc-crd{
        margin-bottom: 15px;
    } 
    .fetr-srvc-cards .srvc-crd.clr-1{
        margin-bottom: 15px;
    }
    #contact-detail-sec .card{
        margin-bottom:15px;
    }
    .send-msg-btn {
        margin-bottom: 13px;
    }
    .cntct-txt{
        margin-top: 25px;
    }
    #proj-carousel .owl-nav {
        width: 87%;
    }
    #proj-carousel .owl-nav .owl-prev, #proj-carousel .owl-nav .owl-next {
        height: 54px;
        width: 54px;
        font-size: 34px;
    }
    #feauture-sec .feature .our-val-sec {
        height: 34px;
        width: 34px;
        padding: 4px;
    }
    #feauture-sec .q-s{
        margin-left: 5px!important;
    }
    .map-form{
        position: unset;
        padding: 0px 15px;
    }
    .map-form .form{
        position: unset;
    }
    .map-form .form {
        width: auto;
        margin-bottom: 15px;
    }
    .btn-whatsapp-pulse {
        z-index: 999;
    }
    .projectshortdetails {
        /* padding: 40px 29px 10px 36px; */
        padding: 15px;
    }
    .abt-box {
        height: auto;
        /* width: 100%; */
        margin-bottom: 17px;
    }
    nav.smart-tab-1 {
        /* margin-bottom: 20px; */
        /* background-color: #e1e1e1; */
        background-color: #d16363;
        border: 1px solid #ff7513;
    }
    nav.smart-tab-1 a.nav-link.active {
        background-color: #fff!important;
        /* border-bottom: 3px solid #ff7513; */
        /* color: #ff7513; */
        /* font-weight: 600; */
        border-bottom: 1px solid #ff7513!important;
    }
    nav.smart-tab-1 a.nav-link:hover {
        background-color: white;
        /* color: #ff7513;
        border-bottom: 1px solid #ff7513;
        font-weight: 600;
        border-radius: unset;
        margin-right: 8px; */
    }
    nav.smart-tab-1 a.nav-link {
        color: #fff;
    }
    .main_logo img {
        height: 36px;
    }
   
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    } 
    .abt-box {
        height: 39rem;
        width: 100%;
    }
    .loc_detail_content .detail-btn {
        margin-left: 0rem;
    }
    /* #prj_detail_header .project-menus ul {
        overflow-x: scroll;
        display: flex;
    } */
    .projectshortdetails {
       padding: 15px;
    }
    #prj_detail_header .project-menus ul {
    overflow-x: scroll;
    display: flex;
    width: 647px;
    white-space: nowrap;
    }
    #modal-flat .flat-img-card {
        height: 193px;
        /* width: 100%; */
    }
    #features .icon-card img {
        height: 40px;
    }
    .features .card p {
        color: #998a8a;
        font-size: 11px;
    }
    .blog_right_sidebar .single_sidebar_widget {
        padding: 8px;
    }
    .send-msg-btn {
       margin-bottom: 15px;
    }
    .enquirenow-bt{
        margin-top:15px;
    }
}
