@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;

}
p::selection {
  color: #fff;
  background-color:red
}
.dropdown-menu{
    display:none;
}
.dropdown-toggle .show{
    display:block !important;
}
body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@font-face {
  font-family: QuickSand;
  src: url('../fonts/quicksand/Quicksand_Book.otf');
}
@font-face {
  font-family: Kionna;
  src: url('../fonts/Kiona-Regular.ttf');
}

@font-face {
  font-family: d-din;
  src: url('../fonts/D-DINCondensed.ttf');
}
body, p, h1, h2, h3,h5,h6{
  font-family: 'KIONNA' !important;
}
p{ 
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0px !important;
       word-spacing: -2px !important;

}
.slogan{
  font-family: d-din !important;
  font-size: 24px;
  font-weight: 500 !important;
  margin-top: 10px;
}
.productpra ul li{
    /*list-style-type:none !important;*/
       line-height: 35px;
    font-size: 18px;
}
.productpra ul{
    padding-left: 0px;
}

header{
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  transition: 0.5s ease;
}
.header ul li a {
  font-family: QuickSand !important;
    font-size: 19px !important;
    margin: 0px 22px;
    font-weight: 600;
}
header .brand{
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

header .navigation{
  position: relative;
}

header .navigation .navigation-items a{
  position: relative;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
  transition: 0.3s ease;
}

header .navigation .navigation-items a:before{
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

header .navigation .navigation-items a:hover:before{
  width: 100%;
}
 
.header{
  margin-bottom: 38px;
      z-index: 999999999999;

}
.home{
  position: relative;
  width: 100%; 
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #2696E9;
  padding: 100px 200px;
  margin-top: -24px;
}

.home:before{
  z-index: 777;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.61);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content{
  z-index: 888;
  color: #fff;
  width: 100%;
  /* margin-top: 50px; */
  display: none;
  overflow-x: hidden; 
}
.navbar-nav li a{
  color: #fff !important;
}
.small li a {
  color: #000 !important;
}
 

.home .content.active{
  display: block;
}

.home .content h1{
     font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: 5px; */
    /* line-height: 75px; */
    margin-bottom: 40px;
    font-family: Kionna !important;
}

.home .content h1 span{
  font-size: 1.2em;
  font-weight: 600;
}

.home .content p{
  margin-bottom: 65px;
}

.home .content a{
  background: #fff;
  /* padding: 15px 35px; */
  color: #1680AC;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
}

.home .media-icons{
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.home .media-icons a{
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .media-icons a:not(:last-child){
  margin-bottom: 20px;
}

.home .media-icons a:hover{
  transform: scale(1.3);
}

.home video{
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutuss{
  background-image: url('../img/aboutus/aboutbanneruilding.png');
  background-size: cover;
  position: relative;
  height:800px;
  width: 100%;

}
.aboutuss-overlay{
  /*background-color: #00000078 !important; */
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;*/
  /*  height: 100%;*/
}
.career{
  background-image: url('../img/aboutus/aboutbanneruilding.png');
  background-size: cover;
  position: relative;
  height:400px;
  width: 100%;

}
.career-overlay{
  /*background-color: #00000078 !important; */
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;*/
  /*  height: 100%;*/
}
.aboutuss p{
   margin-top: 96px;
    color: #fff;
    float: left;
    width: 42%;
    margin-left: 76px;
    font-size: 30px; 
    font-family: d-din !important;
    text-transform: uppercase;
    text-align: left;
}
.slider-navigation{
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
}

.slider-navigation .nav-btn{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navigation .nav-btn.active{
  background: #2696E9;
}

.slider-navigation .nav-btn:not(:last-child){
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover{
  transform: scale(1.2);
}

.video-slide{
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}
product-homebg p {
    color: #fff !important;
    font-family: QuickSand !important;
    width: 70%;
}
@media (max-width: 1280px){
    .abouts-vertical{
  border: 1px solid #000000;
    height: 1412px !important;
  width: 1px;
}
}
 

@media (max-width: 1040px){
    .abouts-vertical{
  border: 1px solid #000000;
  height: 1412px !important;
  width: 1px;
}
  header{
    padding: 12px 20px;
  }

  section{
    padding: 100px 20px;
  }

  .home .media-icons{
    right: 15px;
  }

  header .navigation{
    display: none;
  }

  header .navigation.active{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
  }

  header .navigation .navigation-items a{
    color: #222;
    font-size: 1.2em;
    margin: 20px;
  }

  header .navigation .navigation-items a:before{
    background: #222;
    height: 5px;
  }

  header .navigation.active .navigation-items{
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }

  .menu-btn{
    background: url(menu.png)no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .menu-btn.active{
    z-index: 999;
    background: url(close.png)no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
  }
}
.prodcut-img:nth-child(4){
  height: 187px !important;
}
@media (max-width: 560px){
  .home .content h1{
    font-size: 2.5em;
    line-height: 60px;
  }
}

/* slider content start */
h6{
  font-weight: 400 !important;
}
.border-vertical{
    border: 1px solid #f4291a;
    height: 100px;
  }
  .border-verticalslider{
    border: 1px solid #ffffff;
    height: 100px;
}
.border-solidblock{
  border: 1px solid #f4291a;
  width: 100px;
  height: 1px;
}
.border-verticalnewly{
  border: 1px solid #000000;
  height: 80px;
}
.clientbx h4, p{
  font-family: QuickSand !important; 
}
.clientbx h4{
        font-weight: 900 !important;
  font-family: QuickSand !important; 
}
.clientreview p{
  font-family: QuickSand !important;
 font-size:21px;
}
  .bg-head{
    color: #fff;
    text-align: center;
    font-weight: 400;
  }

  .modern{
    width: 100%;
    height: 450px;
    background-color: #fff;
  }

  .btnapeco{
    width: 215px;
    height: 40px;
    border-radius: 27px !important;
    background-color: #f4291a;
    border: none;
    color: #fff ;
     margin-top: 24px;
  } 
  .gray{
    background-color: rgb(217 213 213 / 81%) !important;
    color: #000 !important;
    font-family: QuickSand !important;
    font-size: 15px !important;
    width: 310px;
    height: 34px;
        font-weight: bold !important;
  }
  .slide-logo{
        max-width: 100%;
    height: 155px;
}  
  .modern-spe{
    padding: 100px 0px;
  }
  .box-form{
    background-color: #000;
    padding: 35px;
    color: #fff;
    border-radius: 10px;
  }
  .h2{
    font-size: 42px !important;
    font-weight: bold !important;
    font-family: 'Kionna' !important;
  }
  .modern-para{
    /* text-align: justify; */
    padding: 20px 20px 30px 0px;
  }
  .modern-icons{
      font-size: 56px !important;
  }
  .modern-spe h4{
    font-size: 21px;
    color: #f4291a;
    font-family: QuickSand !important;
    font-weight: 700;
  }
  .sec-homeowner{
    width: 100%;
    height:auto;
    background-color: #ededed !important;
  }
  .sec-about{
    width: 100%;
    height:auto;
    background-image: url('../img/AdobeStock_407947529.jpeg');
    background-size: cover;
    position: relative;
    color: #fff !important;
    background-attachment: fixed;
  }
  .about-content{ 
   top: 0;
   left: 0;
   background-color: #222222a5;
} 
.about-content{
  padding: 157px 200px;
  text-align: center;
} 
.about-content h2{
font-family: 'KIONNA' !important;
    font-size: 51px;
    font-weight: 700;
}
  .homeow-img{
    width: 100%;
    height: 100% !important;
  }
  .homeowner-content{
    padding: 100px;
    text-align: center;
} 
.homeowner-content h2{
  font-family: Kionna !important;
 font-size: 38px;
    font-weight: 900;
}
.homeowner-content button{
  width: 250px;
  height: 40px;
  border-radius: 27px;
  background-color: rgb(0, 0, 0);
  border: none;
  color: #fff;
}

.bttn{
  width: 250px;
  height: 40px;
  border-radius: 27px;
  background-color: rgb(0, 0, 0);
  border: none;
  color: #fff;
  text-decoration: none;
      padding: 9px 40px;
}
.red {
    background-color: #f4291a !important;
    color: #fff !important;
    font-family: 'QuickSand' !important;
}
.homeowner-content h6{
color: #f4291a !important;
font-weight: 900;
}
.homeowner-content p{
  margin-top: 20px;
    font-weight: 600;
}
.product-homebg{ 
    width: 100%;
    height: auto;
    background-color: #000000 !important;
        padding: 37px 0px 0px 0px; 
} 
.product-homebg h2{
  color: #fff;
    font-family: Kionna !important;
    font-size: 45px;
    font-weight: 900;
}
.product-homebg p{
  color: #fff !important;
    font-family: QuickSand !important; 
    width: 70%;
}

.product-homebg button{
  width: 250px;
  height: 40px;
  border-radius: 27px;
  background-color: rgb(236, 2, 2);
  border: none;
  color: #fff;
} 
.pr-box{
  /*background-color: rgba(255, 0, 0, 0);*/
  height: 324px;
  text-align: center;
 overflow: hidden;
    transition: transform 1s, filter 1s ease-in-out !important;
    transform-origin: 47% 18% !important;
}
.pr-box:hover{ 
  height: 324px;
  text-align: center;
  border-radius: 10px; 
  -webkit-transform: scale(1.1); 
}
.pr-box img{

  z-index: -999;
  position: initial;
}
.pr-box:hover img{
  /* transform: scale(1.7); */
}
.contact-box{
  /*background-color: rgb(228, 228, 228);*/
  width: 100%;
  height:auto; 
  border-radius: 10px;
  padding: 30px;
box-shadow: 2px 2px 10px -2px rgb(228, 228, 228); 
}
.clientreview{
  width: 100%;
  height:auto; 
  padding: 50px;
}
 
.prodcut-img{
  width: 213px;
  height: 225px;
} 
.clientbx{
  width: 100%;
  background-color: #f0f0f0;
  height: auto;
  padding-bottom: 20px; 
  text-align: center;
  /*border-radius: 50px;*/
/*background: #e0e0e0;*/
box-shadow: 2px 2px 10px -2px rgba(148,146,145,1);
}
.clintimg{
  width: 100%;
  padding: 20px;
    height: 260px;

}
.border-horizontalclint{
  border: 1px solid #000000;
  width:  180px;
}
.abouts-vertical{
  border: 1px solid #000000;
    height: 1412px !important;
  width: 1px;
}
.carousel-indicators { 
 left: -604px !important;
top: 206px !important;
}
.carousel-indicators [data-bs-target]{ 
  width: 10px !important;
  height: 10px !important; 
  margin-right: 3px;
  margin-left: 3px; 
  border-radius: 50% !important;
  background-color: #000000 !important;
}

.border-horizontalproj{
  border: 1px solid #ff0000;
  width:  280px;
  float: right;
  
  margin-top: 20px;

}
.porject-1{
    width: 100%;
    height: 710px; 
    background-image: url('../img/Indira-Gandhi-International-Airport-1-1900-1600x1069.jpg');
      background-size: cover;
  padding: 20px;   
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    transition: transform 1s, filter 1s ease-in-out !important;
    transform-origin: 47% 18% !important;
}
.porject-1 div{
  width: 323px;
  height: 40px;
  border-radius: 27px;
  background-color: rgba(15, 14, 14, 0.527);
  border: none;
  color: #fff;
}
.porject-1 div h6{
  text-align: center;
  padding:10px;
}
.porject-1:hover{
   filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  /*transform: scale(1.1) !important;*/
}

.porject-2 div{
  width: 323px;
  height: 40px;
  border-radius: 27px;
  background-color: rgba(15, 14, 14, 0.527);
  border: none;
  color: #fff;
}
.porject-2 div h6{
  text-align: center;
  padding:10px; 
    font-family: 'QuickSand' !important;
}
.porject-2{
  width: 100%;
  height: 348px;
  background-image: url('../img/Ritz-Carlton-Bangalore-12small-1230x640.jpg');
  background-size: cover;
  padding: 20px;   
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    transition: transform 1s, filter 1s ease-in-out !important;
    transform-origin: 47% 18% !important;
}
.porject-2:hover{
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  /*transform: scale(1.1) !important;*/
}
.pr-3{
  /* height: 367px !important; */
  background-image: url('../img/Bangalore-Metro-Phase-II.jpg');
}
.footer{
  width: 100%;
    height: 400px;
    background-color: #000;
    padding: 74px;
    color: #fff;
}
.footer ul li{
  list-style-type: none;
   line-height: 35px;
}
.subsribebtn{
  background-color: #f4291a !important;
  color: #fff !important;
  border: none !important;
}
.footer span{
  font-size: 34px;
  color: #fff;
}
.p-10{
            padding: 19px;
    text-transform: uppercase;
    line-height: 13px;
}
.p-10 h4{
       font-size: 20px !important;
    font-weight: 500;
}
.border-horizontalcont{
  border: 1px solid #000000;
  width: 60%;
  margin-top: 20px;
}
.bor-hormargintop{
    margin-top: 30px !important;
        margin-left: -77px;

}
.add-homebg {
    width: 100%;
    height: auto;
    background-image: url(../img/AdobeStock_382914222.jpeg);
    position: relative;
    background-size: cover;
    color: #fff;
    z-index: -999;
}
.addoverlay{
  background-color: #000000c1;
  top: 0;
  left: 0;
  /*position: absolute;*/
  padding: 50px;
  z-index: -999;
 
}

  /* on scroll header fixed */
 
  #header-sroll {
    position:fixed;
    height: 100px; 
    left:0;
    top:0;
    float:left;
    width:100%;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
    /* margin: 0px 100px; */

}

#header-sroll.small {
  background-color: #fff;
  height:80px;
  line-height: 35px;
  color: #000 !important;
}
/* product page */

.productbox{
    width: 100%;
      height: 581px;
    border: 1px solid #000;
      text-align: center;
    margin-top: 40px;
    
    /*box-shadow: 2px 2px 10px -2px rgba(148,146,145,1); */
}
.productbox img{
width: 355px;
    height: 344px;
    padding: 20px;
    text-align:center !important;
}

.pro-text-left{
    
}
.probox{
  width: 100%; 
height: 41%;
  background-color: #000;
  color: #fff;
  padding: 20px;
    text-align: left; 
  
}
.probox a{
  border-radius: 27px;
    background-color: rgb(246, 7, 7);
    border: none;
    color: #fff;
    /*margin: 10px;*/
    padding: 7px 20px;
    text-decoration: none;
}

.border-horizontallatest{
  border: 1px solid #f51010;
  width: 180px;
  float: right;
  margin-top: 20px;
}

.projectbox{
  width: 100%;
  height: auto;
  border: 1px solid #000;
  text-align: center;
  margin-top: 20px;
  /*box-shadow: 2px 2px 10px -2px rgba(148,146,145,1); */
}
.projectbox img{
width: 100%;
height: auto;
}

 
.span-pri-color{
  color: #f4291a;
}

.slider-navigation{
 display: none !important; 
}
.ourvalues{
padding: 65px 50px;
}
.ourvalueicons{
width: 81px !important;
text-align: center;
margin: auto;
} 
.ourvalues h2{
float: right;
}
.ourvalues .card{ 
      border: none;
}
.ourvalues .card-title{
        color: #f4291a;
}

.activebtn {
  width: 92% !important;
  height: 40px;
  border-radius: 27px;
  background-color: rgb(246, 7, 7);
  border: none;
  color: #fff;
  margin: 10px;
}

.nav-pills .nav-link {
    width: 92% !important;
    height: 40px !important;
    border-radius: 27px !important;
    background-color: rgb(219 219 219);
    border: none !important;
    color: #000 !important;
    margin: 10px !important;
}
.nav-pills .active{
      width: 92% !important;
  height: 40px !important;
  border-radius: 27px !important;
  background-color: rgb(246, 7, 7) !important;
  border: none !important;
  color: #fff !important;
  margin: 10px !important;
 }
.productpra{
  color: #fff;
  padding: 119px 0px; 
} 
.propraverss{
  padding: 70px;
  background-color: #fff !important; 
}
.propraverss h2 {
  color: #000 !important;
}
.propravers{
  background-color: #fff !important; 
}
.propravers h2 {
  color: #000 !important;
  text-align: end;
}
.box-pro1{ 
  width: 60px !important;
    height: 60px;
    background-color:#000000 ;
    border-radius: 50%; 
    float: left;
    margin: 10px;
}
.box-pro2{
  width: 60px !important;
  height: 60px;
  background-color:#7a231f ;
  border-radius: 50%;
  float: left;
  margin: 10px;
}
.box-pro3{
  width: 60px !important;
  height: 60px;
  background-color:#57585a ;
  border-radius: 50%;
  float: left;
  margin: 10px;
}
.box-pro4{
  width: 60px !important;
  height: 60px;
  background-color:#fbb03f ;
  border-radius: 50%;
  float: left;
  margin: 10px;
}
.ourvalues .card{
    height:450px !important;
}
.home-projects{
  margin-top: 55px !important;
}
.home-projects h2{
  font-size: 48px;
  font-weight: 700;
}
.home-projects .border-horizontalproj {
  border: 1px solid #ff0000;
  width: 280px;
  float: right;
  margin-top: 36px !important;
}
.projects{
       
  margin-top: 157px !important;
}
.abouticon{
  margin-left: -47px;
} 
.nav-pills li{
    width:25% !important;
}
.propraverss h3{
    font-weight: 700;
    font-size: 34px;
}
.propraverss p{
    font-size: 19px;
}
.propraverss p span{
        font-weight: bold;
    font-family: 'QuickSand';
}
.table-bordered tr th{
    font-weight:500!important;
}
.table-bordered tr td{
  font-weight: 500 !important;
    font-size: 20px;
}
.border-horizontallatestpra{ 
   
    border: 1px solid #151414;
    width: 82%;
    float: right;
    margin-top: 35px;

} 
.product-mt{
        margin-top: 128px !important;
        margin-bottom: 100px !important;
}
.clinets{ 
  position: relative;
  text-align: center;
  color: white;
}

.clinetoverlay{  
  position: absolute;
  top: 8px;
  left: 16px;
   width: auto;
  height: 50px;
  border-radius: 27px;
  background-color: rgba(15, 14, 14, 0.724);
  border: none;   
  margin: 30px 10px; 
  padding: 0px 30px;

}
.clinets img{
  height: auto;
    width: 100%; 
}
.clinetoverlay h6{
  text-align: center;
  font-size: 18px;
  margin:15px; 
  font-weight: bold;
    font-family: 'QUICKSAND' !important; 
}
.clintbellezea{
  height: 856px !important;
}
.metrostation{
  height: 422px !important;
}
.techpark{
  height: 850px !important; 
}
    
    .text-trans{
    margin-top: 96px;
    color: #fff;
    float: left;
     width: 91% !important; 
    margin-left: 76px;
        font-size: 32px !important;
    font-family: d-din !important;
    text-transform: uppercase;
    text-align: left;
    font-weight:500;
}
.text-trans1{
    display:none !important;
}
.sec-video{
    height:572px !important;
    overflow: hidden !important;
}
.reviewdot{
        margin-top: 190px !important;
       margin-left: 641px !important;
}
  @media screen and (max-width: 480px) {
      .productpra ul li { 
    line-height: 35px;
    font-size: 16px !important;
}
      .propraverss {
    padding: 70px;
    background-color: #fff !important;
}
      .reviewdot{
        display:none;
}
      .sec-video{
    height:auto !important;
    overflow: auto !important;;
}
      .text-trans1{
    display:block !important;
}
 .text-trans{
    display:none !important;
}
        .text-trans1{
    margin-top: 96px;
    color: #fff;
    float: left;
     width: 61% !important; 
    margin-left: 76px;
     font-size: 13px !important;
    font-family: d-din !important;
    text-transform: uppercase;
    text-align: left;
    font-weight:500;
}
      .border-horizontallatestpra {
     border: 0px solid #151414 !important; 
     width: 82%; 
     float: right; 
     /*margin-top: 35px; */
}
    .clinetoverlay h6 {
    text-align: center;
    font-size: 12px;
    margin: 12px;
    font-weight: bold;
    font-family: 'QUICKSAND' !important;
}
      .h2 {
    font-size: 30px !important;
    font-weight: bold !important;
    font-family: 'Kionna' !important;
}
      .product-homebg{
          padding: 70px 20px !important;
      }
      .about-content h2 {
    font-family: 'KIONNA' !important;
    font-size: 37px;
    font-weight: 700;
}
      .propraverss{
  padding-top: 70px !important; 
}
      .clintbellezea{
  height: auto !important;
}
.metrostation{
  height: auto !important;
}
.techpark{
  height: auto !important; 
}
      .aboutuss p {
    margin-top: 96px;
    color: #fff;
    float: left;
    width: 42%;
    margin-left: 76px;
    font-size: 13px;
    font-family: d-din !important;
    text-transform: uppercase;
    text-align: left;
}
      .product-mt{
        margin-top: 50px !important;
}
      .porject-1{
    width: 100%;
   height: 267px;
    background-image: url('../img/Indira-Gandhi-International-Airport-1-1900-1600x1069.jpg');
      background-size: cover;
  padding: 10px;
      margin-bottom: 8px;
filter: none !important;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
      margin-left: 10px;
}
.porject-1 div{
  width: 323px;
  height: 40px;
  border-radius: 27px;
  background-color: rgba(15, 14, 14, 0.527);
  border: none;
  color: #fff;
}
.porject-1 div h6{                           
  text-align: center;
  padding:10px;
} 
.porject-2 div{
  width: 323px;
  height: 40px;
  border-radius: 27px;
  background-color: rgba(15, 14, 14, 0.527);
  border: none;
  color: #fff;
}
.porject-2 div h6{
  text-align: left;
  padding:10px; 
    font-family: 'QuickSand' !important;
}
.porject-2{
  width: 100%;
  height: 348px;
  background-image: url('../img/Ritz-Carlton-Bangalore-12small-1230x640.jpg');
  background-size: cover;
  padding: 10px; 
  margin-left: 10px;
} 
.pr-3{
  /* height: 367px !important; */
  background-image: url('../img/Bangalore-Metro-Phase-II.jpg') !important;
}
      .border-horizontalcont {
    border: 1px solid #000000;
    width: 315px !important;
    margin-top: 20px;
}
.bor-hormargintop {
    margin-top: 30px !important;
   margin-left: 0px; 
}
      .nav-pills li{
    width:100% !important;
}
 
  .home-projects .border-horizontalproj {
    border: 1px solid #ff0000;
    width: 280px;
    float: left;
    margin-top: 17px !important;
    margin-bottom: 17px;
}
  .home-projects h2 {
    font-size: 35px;
    font-weight: 700;
}
    .abouticon{
      margin-left: 0px !important;
    }
      .slide-logo {
    max-width: 100%;
    height: 54px;
}
      .ourvalues .card{
    height:auto !important;
}
.product-homebg p {
  color: #fff !important;
  font-family: QuickSand !important;
  width: 100% !important;
}
.projects{
       
  margin-top: 30px !important;
}
.aboutiiimg{
  margin-top: 110px;
}
.productbox {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  text-align: center;
  margin-top: 20px;
}
.probox{
  width: 100%;
    height: auto;
    background-color: #000;
    color: #fff;
    padding: 26px;
}
.pro-text-left{
    margin-bottom: 20px;
}
.clinetoverlay {
    position: absolute;
    top: 4px;
    left: 6px;
    width: auto;
    height: 39px;
    border-radius: 27px;
    background-color: rgba(15, 14, 14, 0.724);
    border: none;
     margin: 0px; 
     padding: 0px; 
}

    .navbar-toggler{
      background-color: #fff !important;
      margin-left: 38px !important;
    }
    .home{      
      padding: 90px 0px !important;
    }
    .aboutuss {
      background-image: url(../img/aboutus/aboutbanneruilding.png);
      background-size: cover;
      position: relative;
     
    height: 285px;

  }
    .modern-spe {
      padding: 36px 0px !important;
  }
  .homeowner-content {
    padding: 20px 2px !important;
    text-align: center;
        margin: 30px 0px;
}
.footer {
  width: 100%;
  height: auto !important;
  background-color: #000;
  padding: 74px !important;
  color: #fff;
}
section {
  padding: 0px 20px !important;
}
.probox button {
  width: 92% !important;
  height: 40px;
  border-radius: 27px;
  background-color: rgb(246, 7, 7);
  border: none;
  color: #fff;
  margin: 10px;
}
.abouts-vertical{
  display:none !important;
}
.ourvalues h2{
  float: none !important;
  text-align: center;
  }
  .about-content {
    padding: 50px 0px !important;
    text-align: center;
}
.ourvalues {
  padding: 30px 50px !important;
}
.productpra{
  color: #fff;
  padding: 30px 0px;
} 
ol, ul {
   padding-left: 0rem !important;
}
.modern-spe .col-md-6 .row{
  text-align: center;
}
.porject-2 {
  width: 100%;
  height: 267px;
  background-image: url(../img/Ritz-Carlton-Bangalore-12small-1230x640.jpg);
  background-size: cover;
  padding: 10px;
    filter: none;
    -webkit-filter: grayscale(0);

  z-index: -999;
  /* -webkit-transition: all .8s ease-in-out; */
}
.porject-2:hover{
  width: 100%;
  height: 267px;
  background-image: url(../img/Ritz-Carlton-Bangalore-12small-1230x640.jpg);
  background-size: cover;
  padding: 20px;
    filter: none;
    -webkit-filter: grayscale(0);

  /* -webkit-transition: all .8s ease-in-out; */
}
#header-sroll {
  background-color: #fff;
  height:auto;
  line-height: 35px;
  color: #000 !important;
  margin: 0px !important;
}
#header-sroll.small {
  background-color: #fff;
  height:auto;
  line-height: 35px;
  color: #000 !important;
}
/* .small li a {
  color: #000 !important;
} */
.navbar-nav li a {
  color: #000 !important;
}
.header-sroll li a {
  color: #000 !important;
}
.aboutuss p{
  margin-top: 36px;
    color: #fff;
    float: left;
    width: 65%;
    margin-left: 10px;
}
  } 


  /* sub menu */
  .navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
  

  .footer ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'QUICKSAND';
    font-weight: 900;
  }
 
  myModal.in{
    z-index: 999999;
}
.add-homebg a{
  color:#fff !important;
  text-decoration: none;
  cursor: pointer;
}
.modern-spe .col-md-2 img{
  height: 70px !important;
  text-align: center;
}

@media only screen and (min-width:1300px)  {
.aboutuss {
    background-image: url(../img/aboutus/aboutbanneruilding.png);
    background-size: cover;
    position: relative;
    height: 994px !important;
    width: 100% !important;
}
.aboutuss p {
    margin-top: 96px;
    color: #fff;
    float: left;
    width: 42%;
    margin-left: 145px;
    font-size: 30px;
    font-family: d-din !important;
    text-transform: uppercase;
    text-align: left;
} 
}

.praverspagess{
     padding: 73px 0px 50px 0px !important;
}
.nav-tabs{
    border-bottom:none !important;
}
@media only screen and (min-width: 1600px){
.aboutuss {
    background-image: url(../img/aboutus/aboutbanneruilding.png);
    background-size: cover;
    position: relative;
    height: 1173px !important;
    width: 100% !important;
}
}
.subcontents { 
  white-space: nowrap;
  overflow: hidden; 
}
/*//sub content animation */

.subcontent {
  width: 0; 
  white-space: nowrap;
  overflow: hidden;
  animation: type 1s steps(60, end) forwards;
}
.subcontent a {
  color: lime;
  text-decoration: none;
}
.subcontent span {
  animation: blink 1s infinite;
}
@keyframes type {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes blink {
  to {
    opacity: .0;
  }
}
::selection {
  background: black;
}
.pavers-head{
    margin:30px 0px !important;
}
.ourvalimg{
        height: 70px;
    width: 80px !important;
    margin: auto;

}
.rocket { 
   background-color:#00000000;
}
.animated{
    animation-name: rocket;
    animation-duration: 1s;
}
@keyframes rocket {
  0%   {background: #fff0; left: 0px; top: 0px;}
  25%  {background: #fff0; left: 200px; top: 0px;}
}

