
html{
     scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

.background-container {
    position: relative;
    /*background: url('./images/homepage1.jpg') center/cover no-repeat;*/
    height: 300px; /* Set the height as needed */
}
.background-container .new_home_top .home_bg {
    position: absolute;
    bottom:6px;
    background: url("./images/home_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.background-container .new_home_top .home_bg .home_bg_one {
    background: url("./images/car-img.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.background-container .new_home_top .home_bg .home_bg_two {
    background: url("./images/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

.overlay-container {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    /* background-color: rgba(255, 255, 255, 0.8); Adjust the alpha value for transparency */
   opacity:0.9;
}

.search-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.searchwrapper {
width: 80%;
/* margin: 25px auto; */

}
.searchbox {
background-color:#ECF9FF;
padding: 12px 65px;
border-radius: 18px;
/*box-shadow: 0 15px 29px #DDDDDD, 0 12px 12px #DDDDDD;*/
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.searchbox [class*="col-"] {
padding: 0px;
}
.searchbox .col-md-5, .searchbox .col-md-3 { 
/* padding-top: 10px; 
padding-bottom: 10px; */
}
.searchbox .form-control{
border: none;
}

.searchbox .form-control:focus{
border-color: none;
box-shadow: none;
}


.searchbox .btn { 
font-size: 15px;
font-weight: 400;
height: 40px;
width: 100px;
color:#ffff;
background:#2F89FC;
}


@media (max-width:760px) {


    .searchwrapper {
        width: 100%;
        /* margin: 25px auto; */
        
        }
.searchbox .btn { width:100%; }
.searchbox {
padding: 20px 40px;
}
.searchbox .form-control {
border-color: transparent;
border-bottom:solid 1px rgba(0,0,0,0.10);
}
.searchbox select.form-control {
border-bottom:solid 1px transparent;
}
}


.has-search .form-control {
padding-left: 2.375rem;
}

.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}

/* slider 1 */
.slider1{
    margin-top: 49px;
}

/* responsive content */

@media (max-width:760px) {
    .slider1 h6{
        margin-top: 179px;
    }
}

/* section  2 slider  */

.slider-1-swiper {
    width: 100%;
    max-width: 1080px;
    height: 200px;
    margin-top: 40px;
  }

.slider-1-swiper .slider-1{
    background-color:#FFFFFF;
    
}
.slider-1 .img{
    margin: 0 auto;
    width: 120px;
    height: 118px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    
}
.slider-1 img{
      width: 95%;
      margin: auto;
}
  @media screen and (max-width:768px) {
    .slider-1-swiper {
        height: 170px; 
    }
    .slider-1  img {
      width: 50%;
      height: auto;
    }
    .text-img h5{
        margin-top: 28px;
        font-size:11px!important;
 
    }
    .slider-1 .img{
    margin: 0px;
    width: 110px;
    height: 75px;
  }
  }

 
  
  .slider-1-swiper {
    .swiper-button-next::after,
    .swiper-button-prev::after {
  
     
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      font-weight: 800;
      padding: 1rem;
      width: 1rem;
      height: 0.5rem;
      opacity: 0.75;
      border-radius: 50%;
      color: grey;
    background: #EEE;
    }
  }

  .text-img h5{

    text-align: center;
    color: #071952;
    text-transform: capitalize;
    font-size: 16px;
}
.slider-1 .img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform .8s; 
}

.slider-1:hover .img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}



.card {
    margin-bottom: 20px;
  
}

@media screen and (min-width: 576px) {
    .card {
        flex: 0 0 48%; /* Two cards per row on small screens */
    }
    .insights {
        top: 80%;
}
}

@media (max-width: 768px) {
    .overlay-insight h2{
margin: 50px;
}
 
    .card {
        /*// flex: 0  31%;  Three cards per row on medium screens */
         flex: 26 0 31%;
    /*height: 180px;*/
   
    }
    .card .card-text{
        font-size: 12px;
    }
    .explore{
        font-size:12px;
    }
    .icons{
        width:45px;
    }
  
   
}

@media (min-width: 992px) {
    .card {
        flex: 0 0 23%; /* Four cards per row on large screens */
    }
    
}
.overlay {
position:relative;
/*top: 80%;*/
margin-top:-100px;
left: 8%;
width: 90%;
height: 80%;
background-color:#fff; /* Semi-transparent red overlay */
z-index:2;
border-radius: 8px;
box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.content {
position: relative;
z-index: 1; /* Place the content above the overlay */
padding: 20px;
background-color: #fff; /* White background for the content */
}

a.active {
border-bottom: 2px solid #5557c5;
}

.nav-link {
color: rgb(110, 110, 110);
font-weight: 500;
}
.nav-link:hover {
color: #558fc5;
}

.nav-pills .nav-link.active {
color: black;
background-color: white;
border-radius: 0.5rem 0.5rem 0 0;
font-weight: 600;
}
.blog-content a{
color: black;
text-decoration: none;
}
.single-blog-post{
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.content img{
transform: scale(1);
-webkit-transform: scale(1);
transition: transform .8s; 
}
.content:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
}

.tabs-swiper {

width: 100%;
max-width: 1000px;
height: 200px;
margin-top: 40px;
}
.tabs{
display: flex;
align-items: center;
justify-content: center;

}


h2{
    font-size:1.6rem;
     color: #0C356A;
      font-family: 'Roboto Slab', serif;
}
h4{
   color: #D80032;
    text-transform:capitalize;  
}
.tabimg img{
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    border-radius:6px;
}
.icons{
    display: flex;
    justify-content: right;
   
}
.explore {
   
    color:#615a5a;
}
.explore:hover{
    color:#fff;
}
.card-text span{
    font-size:15px;
   color:#FFFAF4;
}
/*overlay content responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .overlay1{
     MARGIN-TOP: 33%;   
    }
    h2{
            font-size: 1rem;
    color: #0C356A;
    }

     h1 {
    font-size: 1.7rem;
    font-family: 'Roboto Slab', serif;
}
h4{
    font-size: 1.2rem;
    color: #D80032;
    text-transform:capitalize;
}
.mt-5, .my-5 {
    margin-top: 1rem!important;
}
.overlay2{
    margin-top:33%;
}
.resptab{
    
    position: relative;
    width: 100%;
     padding-right: 0px; 
     padding-left: 0px; 
}
.new-project .h2{
    font-size:1.5rem;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .cards {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 340px;
    /* width: 420px; */
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border-radius: 5px;
    height: 205px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}




/* new project */
.projects{
    border-radius:10px;
}
.new-project .h2{
    font-size:1.5rem ;
}
.new-project{
    background-color: #E4F1FF;
    position: relative;
    /*top: 230%;*/
    /*left: 12%;*/
    width: 100%;
    

}
.new-project img{
width: 50px;
}
.card-margin {
    margin-bottom: 1.875rem;
}
.new-project-slider {
  /* width: 420px; */
}
.cards {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.cards {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 350px;
    /* width: 420px; */
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border-radius: 5px;
        height: 220px;
}


.cards .card-header.no-border {
    border: 0;
}
.cards .card-title{
    margin:0;
    color:#D80032;
    font-size:12px;
}
.cards .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 20px;
}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #edf1fc;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
  color: #4e73e5;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
  color: #4e73e5;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fcfcfd;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
  color: #dde1e9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
  color: #dde1e9;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e8faf8;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
  color: #17d1bd;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
  color: #17d1bd;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebf7ff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning  img{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: floralwhite;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
  color: #FFC868;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #feeeef;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
  color: #F95062;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fefeff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
  color: #f7f9fa;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebedee;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0fafb;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
  color: #68CBD7;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68CBD7;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  color:#071952;
  font-size: 18px;
  font-weight: 500;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #113946;
  font-size: 14px;
}

.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 13px;
  margin-top: .5rem;
}
.widget-49 .widget-49-meeting-points{
    margin-bottom:0.5rem;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #727686;
  list-style: none;
  font-size: 14px;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: .5rem;
  font-size: 18px;
  color: #092635;
  font-weight: 600;
}

.widget-49 .widget-49-meeting-action {
 display: flex;
 justify-content: space-between;
}
.widget-49 .widget-49-meeting-action p{
  font-size: 14px;
  color: #727686;
  font-weight: 500;
}
.widget-49 .widget-49-meeting-action span{
  color:#0766AD;
  margin-right: 8px;
}
.widget-49 .widget-49-meeting-action a {
  text-transform: capitalize;
  background-color: #0766AD;
  font-weight: 700;
  font-size: 13px;
}
.widget-49-meeting-action .btn{
    padding:8px;
}

.new-project-swiper {
  
  width: 100%;
  max-width: 1200px;
  height: 266px;
  margin-top: 0px;
}



.new-project-swiper {
.swiper-button-next::after,
.swiper-button-prev::after {
display: flex;
align-items: center;
justify-content: center;
font-size: 0.75rem;
font-weight: 800;
padding: 1rem;
width: 1rem;
height: 0.5rem;
opacity: 0.75;
border-radius: 50%;
color:  #fff;
background: hsl(210, 20%, 6%);
}
}

.slider-1-swiper .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 30%!important;
   
}

/*commercial property css*/

    .commerical-card {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
    }

    .commerical-card img {
      width: 100%;
      height: 500px;
      transition: transform 0.8s ease-in-out;
      opacity:0.4;
      /*background-image: linear-gradient(to bottom right, #F2F1EB , #B4B4B3);*/
    
        
    }

    .commerical-card:hover img {
      transform: scale(1.1);
    }

    .commerical-card-body {
      position: absolute;
      top: 50%;
      left: 35%;
      transform: translate(-50%, -50%);
      text-align: center;
      
    }
    .commerical-card-body .text-bold{
        font-weight:600;
        font-size:2rem;
        color:#163020;
    }
       .commerical-card-body .card-text{
         
          color: #595260;
           font-size:1rem;
           font-weight:500;
       }


/*advertise */
.ads{
    width: 180px;
    float: left;
    margin-left: 35px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
 .ads {
    /* display: inline-grid; */
    width: 160px;
    /* float: left; */
    margin-left: 3px;
    /* margin-bottom: 20px*/
}
.ads img{
        width: 166px;
}
}
/*@media only screen and (max-width: 750px) {*/
/* .ads {*/
    /* display: inline-grid; */
/*    width: 162px;*/
    /* float: left; */
/*    margin-left: 3px;*/
    /* margin-bottom: 20px*/
/*}*/

/*}*/
.ad_label{
color: #000000;
    font-size: 12px;
    text-align: left;
    /*margin-left: 10px;*/
    float:left;
	}
 .ads .adchoices_icon{
        width:12px!important;
        height:12px!important;
        margin-top:-10px;
        margin-left:5px;
    }
    
    
    /*navbar*/
 .navbar-light .navbar-nav .nav-link {
    color: #0C356A;
}

.navbar-toggler{
        border: none;
        
}


/*top cities*/

