body{
  font-family: 'Heebo', sans-serif;   
 }
 
/*---------------------------------------------------------*/
/*------------------------top-nav-----------------------------------*/ 
.top-nav{  
  background-color:/*#102712*/#b91721;
  position: relative;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.15);
}
.top-nav::after{
  content:'';
  position: absolute;
  background: #fff;
  height:100%;
  width:76px;
  right:0;
  left:auto;
  top:0;
}
.top{
    display: flex;
    justify-content: space-between;
}
.rt-items ,.socio{
    margin: 0;
    list-style: none;
    display: flex;    
    align-items: center;    
}  
.rt-items li a{
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px ;
    padding-right:40px;   
}
.socio{
  background: #fff;
  padding: 10px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%); 
  
}

.socio li a {
    display: inline-block;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 13px ;
    margin-left: 15px;
}
/*----------------------------------------------------------*/
/*----------------------nav-portion---------------------------*/   

.my-items li a{
    text-transform: capitalize;
    color: #b91721!important;    
    font-weight: 500;
    padding-left: 30px !important;
    letter-spacing: 1px;
    font-size:15px;
    text-transform: uppercase;
}
 /* Sticky Class Designed to provide Sticky Property to the Navbar using JavaScript */
 .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;            
 }

 #collapsibleNavbar .active{ 
    position: relative;
    color:#102712 !important;
 }

 #collapsibleNavbar .active::after{
    content: '';
    width: 19px;
    height: 2px;
    background-color:#102712;
    border-radius: 3px;
    position: absolute;  
    left:28px;  
    bottom: 0;
 }
 .my-nav{    
    z-index: 999;
 }
 .my-logo{
  padding-top: 0px;
  padding-bottom: 0px;
 }
.my-logo img{
  width: 600px;
}
#main-menu, #main-menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-link{
  position: relative;  
}
#main-menu{
  width:200px; 
  background: #fff; 
  border-top: 3px solid #b91721;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
  position: absolute;
  top:50px; 
  visibility: hidden; 
}
#main-menu a{
  text-decoration: none !important;
  line-height: 40px !important;
  padding-left:10px !important;
  color:#000 !important;
  letter-spacing: 1px;
  text-transform: capitalize !important;
  font-size: 13px !important;
}
#main-menu a:hover{
  color:#b91721 !important;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
} 
.nav-item:hover #main-menu{
  visibility: visible;
}


 /*--------------------------------banner--------------------------------------------*/
 .banners{
    display: block;
 }
 .banner_items img{
   height:620px;
 }
 
 /* Slideshow container */
.slideshow-container {
   max-width: 100%;
   position: relative;
   margin: auto;
   display: block;
 }
 
 /* Hide the images by default 
 .mySlides {
   display: none;
 }/*
 
 /* Next & previous buttons */
 .prev, .next {
   cursor: pointer;
   position: absolute;
   top: 45%;
   width: auto;
   margin-top: -22px;
   padding: 16px;
   color: white !important;
   background-color:/* rgba(148, 108, 174, 0.6)*/ rgba(0, 30, 87,0.6);
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
   user-select: none;
 }
 
 /* Position the "next button" to the right */
 .next {
   right: 0;
   border-radius: 3px 0 0 3px;
   
 }
 
 /* On hover, add a black background color with a little bit see-through */
 .prev:hover, .next:hover {
   background-color:rgba(0, 30, 87,0.6);/* rgba(148, 108, 174, 0.6);*/
 }
 
 /* Caption text */
 .text {     
   position: absolute;
   top:30%;
   left:15%;    
   /*background: linear-gradient(to right,#2756af,#001e57);*/
 } 
 .text h1{
   color: #fff;
   font-size: 60px;
 }
 .text p{
    font-size: 24px;
    font-weight: 700;
    color: #b91721;
    text-transform: capitalize;
 }
 
 /* Number text (1/3 etc) */
 .numbertext {
   color: #b91721;
   font-size: 18px;
   font-weight: 800;
   padding: 8px 12px;
   position: absolute;
   top: 100px;
   right:0;
 }
 
 /* The dots/bullets/indicators */
 .dot {
    display: none;
 }
 
 .active, .dot:hover {
   background-color: #fff;
 }

 /* Fading animation */
 .fade {
   animation-name: fade;
   animation-duration:1.9s;
   transition: transform 5s ease,  2s ease-out;
 }
 
 @keyframes fade {
   from {opacity: .5}
   to {opacity: 1}
 }
/*----------------------------about-----------------------------------*/
.abt-col{
  margin-top: 20px;
}
.abt-img{
  width:100%;
  overflow: hidden;
}
.abt-img img{
  width: 100%;
}
.abt-details h2{
  color: #b91721;
  text-transform:uppercase;
  font-weight: 600;
  font-size: 25px; 
  position: relative; 
}
.abt-details h2::after{
  content: '';
  width:20px;
  height:2px;
  border-radius: 5px;
  background-color: #b91721 ;
  position: absolute;
  top:38px;
  left:0;
}
.abt-details p{
  color: #666;
  font-size: 16px; 
  line-height: 30px;
  margin: 20px 0;
  text-align: justify;
}
.line-3{
  color:#b91721;
  text-transform: uppercase;
  text-align: center;
}
/*-----------------------------------------------------*/
/*--------------------------------project------------------*/
.projects{
  background-image: url(../images/proj-bg-2.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-top: 20px;
}

.line-2{
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  text-align: center;  
}
.box{
  width:100%;
  text-align: center; 
}
.pro-icons{
  text-align: center;
}
.pro-icons img{
  width:80px;
}
.box p{
  color:#b91721;
  font-size: 24px; 
}
/*--------------------------------on-rent-----------------------------------*/

.prod-items p{
  background: linear-gradient(to right,#2756af,#001e57);
  padding: 10px;
  text-align: center;
  color:#fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px ;
  font-weight: 600;
}
.prod-img{
  width:100%;
  overflow:hidden;  
  border-radius: 5px; 
}
.prod-img img{
  width: 100%;
}
.prod-img:hover{
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
/*lightbox*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

/*-------------------------------clients-------------------------------------------*/
.client-img img{
  width:70% !important;
}
/*-----------------------------footer-----------------------------------------*/
.footer{ 
  background-image: url(../images/proj-bg-2.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.foot-logo img{
  width:300px;
}

.foot-items{
  margin:0;
  padding: 0;
  list-style: none;
}
.foot-para{
  font-size: 15px;
  color: #fff;
  margin-top: 25px;
}
.foot-small{
  font-size: 24px;
  text-transform: uppercase;
  color:#fff;
  margin-bottom: 40px;
  position: relative;
}
.foot-small::after{
  content:'';
  background-color: #b91721;
  width:20px;
  height:3px;
  border-radius: 5px;
  position: absolute;
  bottom:-10px;
  left:0;
}

.foot-items li a{
  display: inline-block;
  text-decoration: none !important;
  margin: 10px 0;
  font-size: 15px;
  color: #fff;
  display: flex;
}
.foot-items li a i{
  margin-right: 10px;
}

.foot-socio{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;  
  padding-top: 30px;    
}

.foot-socio li a{
  display: inline-block;
  text-decoration: none !important;
  color:#b91721 !important;
  font-size: 18px; 
  width:40px;
  height:40px;
  text-align: center;
  background-color: #fff;
  margin-right: 30px ; 
  border-radius: 10px;
  line-height: 40px;
}

/*------------------------------------------------------------*/
.rights{
  background-color: #b91721;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.last{
  margin-bottom: 0;
  font-size: 14px;
  color:#fff;
  text-align: center;
}
.last a{
  display: inline-block;
  color:#fff !important;
}
/*-------------------------------------------------------------*/
/*----------------------on-going-projects--------------------------*/
.going-hd{
   font-size: 25px;
   font-weight: 800;
   text-transform: uppercase;
   color:/*#656178*/ #000;
   text-align: center;
   margin: 30px 0;
}
.going-line{
  font-size: 18px;
  font-weight: 600;
  color: #656178;  
  margin: 30px 0;
}
.going .photos {
  padding-bottom:20px;
}

.going .item {
  padding-bottom:30px;
  width:100%;
}
.going .item img{
  width:100%;
}
/*------------lightbox css--------*/
.gallery h2 {
  font-size: 20px;  
}

.gallery a {
  cursor: zoom-in;
  transition: filter 0.2s ease-in-out;
}

.gallery a:hover {
  filter: brightness(90%);
}

.gallery .item strong {
  display: block;
  font-size: 1.5em;
  text-align: center;
}

.gallery img {
  border-radius: 1em;
  max-width: 100%;
}
.lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 1000;
}

.lightbox:target {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
}

.lightbox img {
  border-radius: 1em;
  display: block;
  margin: auto;
  max-height: 80vh;
  max-width: 90vh;
}

.lightbox .close {
  color: #fff;
  font-size: 4em;
  font-weight: bold;
  height: 1em;
  position: fixed;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 1001;
}

.lightbox p {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.recnt_details{
  text-align: center;
  margin-bottom: 20px;
}
.recnt_details h4{
  color: #102712;
  font-size: 20px;
  margin: 15px 0;
}
.line7{
  color:#fff;
  background: rgba(0, 0, 0, 0.7);  
  height:100px;
  text-align: center;
  position: relative;
  top:-130px;
  padding-top: 10px;
}
/*------------------------------------------------------------------------*/
/*////////////////////////////////completed-project///////////////////////*/
.proj_details{
  padding: 20px 0;
  border-bottom:1px solid #ccc ;
}
.line6{
   color:#b91721;
   font-size: 24px;  
  /* text-decoration: underline;
   text-underline-offset: 10px;*/
}
.table-striped tbody tr:nth-of-type(even){
  background: rgb(185, 23, 33, 0.2);
}
#owl1 .owl-carousel .owl-theme.owl-nav{
 display: block !important;
}
/*/////////////////////////////////////////////////////////////////////*/
/*////////////////////////////about-pages-begin////////////////////////*/
.about-ban{
  background-image: url(../images/about-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
}
.small-ban{
  text-align: center;  
  display: flex;
  padding-top:80px ;
}
.small-ban a{
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  font-size: 20px;
  color:#fff ;
}
.activea{
  color:#b91721 !important;
}
.abt-img{
  width:100%;
  overflow:100%;
}
.abt-img img{
  width:100%;
}
.tag-line{
  font-size: 57px;
  line-height: 72px;
  text-transform: uppercase;
}
.done{
  padding:50px 0 50px 50px;
}
/*-----------------------------------about-----------------------*/
.key{
  display: inline-block;
  text-decoration: none !important;
  color:#102712 !important;
  font-weight: 600;
}
.tag-line{
  color: #b91721;
  font-size: 26px;
  font-weight: 800;
}
.about-details h3{
  color:#b91721;
  font-size: 26px;
  letter-spacing: 5px;
  font-weight: 600;  
  border-left: 4px solid #b91721;
  padding-left: 10px;  
}
.about-details p{
    color: #666;
    font-size: 16px;    
    margin: 20px 0;
    text-align: justify;
}
.about-details h2{
  color:#102712;
  margin: 10px 0;
 
}
.choose{
  color:#b91721;
  font-size: 26px;
  letter-spacing: 5px;
  font-weight: 600;  
  border-left: 4px solid #b91721;
  padding-left: 10px; 
}
.choose-box p{
  color:#ccc;
  font-size: 14px;
  text-align: justify;
}
.why-hd{
  color:#fff;  
  margin: 10px 0;
}
.why-us{
  background-image: url(../images/aboutpg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0;
}
.choose-box h4{
  color:#b91721;
  font-weight: 600;
  font-size: 20px; 
  letter-spacing: 5px; 
  text-transform: uppercase;
  border-bottom: 1px solid #b91721;
}
.build{
  width:100%;
  overflow: hidden;
}
.build img{
  width: 100%;
}
.graph-img{
  width:100%;
  overflow: hidden;  
}
.graph-img img{
  width:100%;
  margin: 0 auto;
}
.choose-box{
  margin-bottom: 30px;;
}
.counter {    
  padding:60px;
  /*background-color: #001d2b;*/
}
.count-text {
  font-size: 20px;
  font-weight:500 ;    
  text-align: center;
  color:#b91721;
  text-transform: capitalize;    
} 
.count-title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;  
  color:#102712;
}
.hd{
  color:#102712;
   margin-top: 40px;
   border-right: 3px solid #102712;
}
/*////////////////////////contact-us//////////////////////////////////////////*/
.contactban{
  background-image: url(../images/contactpg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
}
.con-line{
  color:#b91721;
  text-align: center; 
  margin: 30px 0;
  text-transform: capitalize;
}
.contact-banner{
  background-image: url(../images/contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height:250px;
}
.con-box{
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
  padding-bottom: 15px;
}
.ico i{
  font-size: 32px;
  color:#b91721;
}
.con-box h3{
  font-size: 24px;
  color:#000;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#6d7162;  
}
.contact-line-2{
  font-size: 16px;
  color:#000;
  text-transform: capitalize;  
}
.my-bttn{
  background-color: #b91721;
  color:#fff;
  padding: 10px 100px;
}
#contactForm .form-control::placeholder{
  text-transform: capitalize !important;
} 
/*////////////////////////////////////////////////////////////*/
/*////////////////////////careers///////////////////////////////////////*/

input[type="file"] {
  padding: 0.55em 1.25em 0.55em 0.65em !important;
  line-height: 1 !important;
}

.posts{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
}
.post-box{
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}
.post-box h4{
  color:/*#6d7162*/ #000;
  font-weight: 600;
  text-transform: capitalize;
}
.post-box p{
  color: #001e57;
}
.post-box h5{
  color:#5fb942;
  font-size: 16px;
}
/*///////////////////////////////////////////////////////////*/
/*/////////////////////////investor-relation/////////////////////*/
.relation{
  padding: 60px 0;
}
.relation-item{
  text-align: center;
}
.relat-1{
  display: inline-block;
  color:#001e57 !important;
  font-size: 18px; 
  text-transform: capitalize;
}