 body{ 
   
    background:  url("../img/bk4.jpg") ;
    background-attachment: fixed;
    background-size: cover;  
  


}   

/* for logo */

@media (min-width: 992px) {
  .main-logo { 
   top: 0;

  }
}
@media (max-width: 991.98px) {
  .main-logo {
   left: 80%;
  }
}

 /* end of  logo */

        .div-blue{
         background: linear-gradient(  rgba(230, 250, 245, .3),rgb(210, 243, 235, 1)), url(../img/bk.jpg) center center ;
   
 
    
    
    }

 
    
    
    
    .btn-golden{color:#000;background-color:var(--bs-golden);border-color:var(--bs-golden)}
    .btn-blue{color:#000;background-color:#3789b8;border-color:#3789b8}
    .btn-GREY{color:#000;background-color:#374b5e;border-color:#374b5e}
  
    .btn-check:focus+.btn-golden,
    .btn-golden:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}
    .btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}
 
    .btn-golden.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}

.bg-golden{
    /* background:  url("../img/gold-gradient-background.png"); */
     
     /* background-color:#374b5e; */
     background-color:var(--bs-golden) !important 
}
.bg-grey{background-color:#374b5e !important}
.bg-blue{background-color:#3789b8 !important}



.text-golden{
    color: var(--bs-golden);
     /* background: linear-gradient(90deg, #d2AE6D, #d2AE6D); /* Define your gradient */
        /* -webkit-background-clip: text;  For older browsers */
        /* background-clip: text; Newer browsers */
        /* color: transparent;  Make text transparent */
        /* display: inline-block; Ensure gradient width is text width  */

}
.text-blue{color:#3789b8 !important}
.text-grey{color:#374b5e !important}


.contactus:hover{
    color: #fcf99e;
}
:root{
.text-black{color:#fcf99e!important}

    --custom-btn-bg-color: #80d0c7;
    --border-radius-large:          100px;
    --border-radius-medium:         20px;
    --border-radius-small:          10px;
}
.bg-contact
{
    
       background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.contact-bg1
{
    
       background:  url(../img/bk1.jpg) center center no-repeat;
    background-size: cover;
}
.video_holder {
height: 50%;
min-height:100%;
width: 100%;
min-width: 100%;   
background-blend-mode: overlay;
background-image: linear-gradient(rgba(47, 2, 6, 0.3));
position: relative;
padding: 0 5%; 
display: flex;
align-items: center;
justify-content: center;
}

.wrapper {
position: relative;
width: 100%;
}

.wrapper::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
  background:rgba(0, 0, 0, .3); 
 /*background-image: radial-gradient( circle at 46% 48%,     #4d4d4d, rgba(11, 39, 65, 0.32) 20%,  rgba(0, 0, 0, 0) ); */
/* background: -webkit-linear-gradient(top, #838282, rgba(0, 0, 0, 0)); */
/* background-image: radial-gradient(#000000, 20%, transparent 40%, rgba(0, 0, 0, 0) 40%);*/


}


video {
width: 100%;
aspect-ratio: 16/9;
padding-top: 0%;
margin-top: 0px;
}

@media (max-width: 992px) {
.wrapper {

min-height: 500px;
}

.wrapper video {
min-height: 500px;
object-fit: cover;
}

.wrapper h1 {
font-size: 40px !important;
}

.wrapper p {
font-size: 16px !important;
}
}

@media (max-width: 768px) {
.wrapper {

min-height: 400px;
}

.wrapper video {
min-height: 400px;
object-fit: cover;
}

.wrapper h1 {
font-size: 28px !important;
}

.wrapper p {
font-size: 14px !important;
}
}


.image_wrapper
{
    height: 30vw;   
    margin: 0 auto;
    width: 100vw;

}
.image_wrapper img
{
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    
}
/* 
.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
    display: block;
    height: 25vw;
    max-width: 100%;
    line-height: 1;
    width: 100%; 
    } */


    /* .featured-section {
  background-color: var(--bs-secondary); 
  border-radius: 0 0 100px 100px;
   padding-bottom: 100px;
} */

.featured-section .row {
  position: relative;
  bottom: -10px;
  margin-bottom: 10px;
}



/* 
.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
 
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
      background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
    background: url(../img/Real-Estate-Services.jpg) center center no-repeat;
    background-size: cover;

  height: 100%;
  min-height: 350px;
  padding: 0;

}
.custom-block-overlay1 {
    background:  url(../img/construction-services.jpg) center center no-repeat;
    background-size: cover;

  height: 100%;
  min-height: 350px;
  padding: 0;

}
.custom-block-overlay1 > a {
  height: 100%;
}
.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay.custom-block-overlay1 .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}


.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
}
 */

.tabs {
    display: inline-block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;


 

}



.nav-link.active {
   
    color: #6366f1;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* hemali  for highlight menu hover colour*/

.navbar-nav a{
  position: relative;
  text-align: center;
}



.navbar-nav a:nth-child(1) {
	width: 130px;
}
.navbar-nav a:nth-child(2) {
	width: 130px;
}
.navbar-nav a:nth-child(3) {
	width: 160px;
}
.navbar-nav a:nth-child(4) {
	width: 120px;
}
.navbar-nav a:nth-child(5) {
	width: 120px;
}
.navbar-nav a:nth-child(1):hover {
	
    background-color:   #1abc9c;
}

.navbar-nav a:nth-child(2):hover {
	
   background-color: #e74c3c;
}
.navbar-nav a:nth-child(3):hover {
	
  background-color:#e67e22;
}

.navbar-nav a:nth-child(4):hover {
	
  background-color: #9b59b6;
}

.navbar-nav a:nth-child(5):hover {
	
	background-color: #e67e22;
    
}

.navbar-light .navbar-nav .nav-link:hover
{
        border-radius: 8px;
       
         
}
  /* end of modification hemali */

  label.error {
    color: red;
}

.loader-div {
			display: none;
			position: fixed;
			margin: 0px;
			padding: 0px;
			right: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background-color: #fff;
			z-index: 30001;
			opacity: 0.8;
		}
		.loader-img {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}

    /* team-det page*/

    
.team-det .team-det-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 95%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.team-det-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
   /* background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)); */
  
     
    background: var(--bs-grey) !important; 
    transition: .5s;
}

.team-det-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}
.team-det-selected
{
 background: var(--bs-grey) !important; 
}
.team-det-item:hover  .team-det-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}



.team-det-item:hover .team-det-content-icon {
    position: relative;
    z-index: 2;
}

.team-det-item .team-det-content-icon i,
.team-det-item .team-det-content-icon p {
    transition: .5s;
}

.team-det-item:hover .team-det-content-icon i {
    color: var(--bs-golden) !important;
}

.team-det-item:hover .team-det-content-icon p {
    color: var(--bs-dark); 
      
}
.team-det-item:hover .team-det-content-icon h4 {
    color: var(--bs-dark);
}
/*** Services End ***/