
    a{
        display: inline-block;
        text-decoration: none !important;
    }
    :root{
      --bgcolor: #afa370;
      --yell:#ffd200 ;
      --orange:#ff792d;
      --paracol:#525252;
    }
    ul{
      padding: 0;
      list-style: none;
    }
/*------------top--------------*/
.top{    
    background: #000;
    padding: 10px 0;
    position: relative;
}

.top_lft a{
   float: right;
   color:#fff;
   font-size: 12px;   
}
.top_rt a{
    color:#fff;
    font-size: 12px;
}
.top_lft i{
    color:var(--yell) ;
    margin-right: 8px;   
} 
.top_rt i{
  color:var(--yell);
  margin-right: 8px;   
} 
/*-----------navbar-------------------*/

.nav-link{
  padding: 0;
}
.my_nav li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 15px 15px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
}
.navbar-brand img{
    width:27%;
}
 .nav-link.active{
   background: var(--yell);   
 }
 /* .dropdown-item{
    margin:0 !important ;
  } */
   .mid{
    position: relative;
    min-height:1000px;
   }
   .mainnav{
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index:3;
    width:100%;
  }
  /*-----------------banner------------------------*/
  .ban{    
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:1000px;
  }
  
  @font-face {
    font-family: 'Industry Test Book';
    font-style: normal;
    font-weight: normal;
    src: local('Industry Test Book'), url(../font/IndustryTest-Book.woff) format('woff');
    }
    .carousel-caption{
      font-family: 'Industry Test Book';
      width:60%;
      top:40%;
      left:10%;
      text-align: left;      
    }
    .carousel-caption h1{
      animation: fade-in-down 1s;
    }

    @keyframes fade-in-down{
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
    }
  .banbtn{
    background: var(--yell);
    width:300px;
    padding:10px 15px;
    text-align: center;
    font-size: 18px;
    margin-top: 10%;
    border: 5px solid rgba(0, 0, 0, 0); 
    border-radius: 10px;  
    animation:fade-in-right 1s;
  }  

  @keyframes fade-in-right{
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
  }
  .banbtn a{
    color:#000 !important;
  }
  
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 300px;
    height: 3px;
    padding: 0;
     margin-right: 0px; 
     margin-left: 0px; 
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--yell);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
   
  }
  .carousel-indicators .active{
    height:10px;    
  }
/*------------------intro-------------------------*/
.intro-line{
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color:#000;
  text-align:justify;
}

.smallbg{  
  background: var(--yell);
  padding: 10px;
  border-radius:50px ;
  text-align: center;
  width:150px;
}
.smallbtn{
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;   
}
.smallbg:hover{
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  transition: all .2s ease-in-out;
}

.intro-img{
  width: 100%;
  overflow: hidden;
}
.intro-img img{
  width: 100%;
}
.para{
  font-family: "Open Sans", sans-serif;
  font-size: 20px; 
  text-align: justify;
  color:var(--paracol);
}
.head{
  font-family: 'Industry Test Book';
  font-weight: 600 ;
  color: #000;
}
/*-------------works------------------------*/
.sectors{
  width:100%;  
}
.sectors img{
  width:100%;
}
.sectr-line {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	height: 89px;
	text-transform: capitalize;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px;
	position: relative;
	top: -19%;
	left: 0;
	right: 0;
}
.workbtn{
  background: var(--yell);
  padding: 10px;
  border-radius:50px ;
  text-align: center;
  width:300px;
  margin: auto;
}
.workbtn a{
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;  
  
}
.workbtn:hover{
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  transition: all .2s ease-in-out;
}
/*-------------services--------------------*/

 /*.serv-box{
   background: #e9f3fb;  
   margin-bottom: 30px;
   height:487px;   
 } 

 .serv-box:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.3s;
}*/
/*------------------------completed-projects--------------------------*/
.comp{
  background: var(--yell);
  padding: 15px 0;
}
.over{
  width: 100%;
  overflow: hidden;
}
.over img{
  width:100%;
}
.complist{
  width:100%;
}
.complist li{
  font-family: "Open Sans", sans-serif;
  color:#000;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
  /*--------------------------------footer--------------------------------------*/
.footer{  
   background: #000;
   padding: 10px 0;
 }

.foot-items{
   margin:0;
   padding:0;
   list-style: none;
}
.foot-items li a{
   text-decoration: none !important;
   color: #fff !important;    
   font-size: 14px;
   font-weight: 400;
   margin: 5px 0;    
   display: flex;
} 
.foot-items li a i{
   margin-right: 10px;
} 
.foot-para{
  color: #fff !important;    
   font-size: 14px;
   font-weight: 400;     
} 

.foot-small{
   color: #fff !important;    
   font-size: 20px;
   font-weight: 400;
   line-height: 2;
   margin-top: 30px; 
   text-transform: uppercase;
   position: relative; 
} 
.foot-small::after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  background: var(--yell);
  width: 40px;
  height: 4px;
  border-radius: 5px;
}
.foot-logo img{
   width:100px;
}

/*------------------last-line---------------*/
.rights{   
  padding: 8px 0;
  border-top: 1px solid #fff;  
   margin-bottom: 0;
   color: #fff;
   font-size: 12px;
   text-align: center;
}

.righta span a{
   display: inline-block;
   color:#aaa9a2 !important;     
   font-size: 14px;
}
/*///////////////////about-page///////////////////////////////*/ 
.pages{
   position: relative; 
   height:400px;  
}
.small{
  position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:350px; 
}
.motto, .team {
  
  padding: 60px 0;
}
.about{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url(../images/banner/about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height:250px;  
}
.abt-box{
  background: var(--yell);
  padding:100px; 
}
/*////////////////services///////////////////////////*/
.serv{
  padding: 50px;
}
.line{
  font-family: industry, sans-serif;
  text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0px 10px;
    font-weight: 300;
    text-align: center
}
/*//////////////projects//////////////////////////*/
.complist li i{
  color:var(--yell);
  margin-right: 5px;
}
/*//////////////contact-us///////////////////////*/

.con-line{
  text-align: center;
  text-transform: capitalize;  
}
.con-box{
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height:200px;
  padding: 15px 10px;
}
.ico i{
  font-size: 32px;
  color:#222;
}
.con-box h3{
  font-size: 24px;
  font-weight: 600;
  color:#222;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#5C5E5D;
  font-weight: 600;
}
.contact-line-2{
  font-size: 16px;
  color:#222;
  text-transform: capitalize;
  font-weight: 600;
}

#contactForm .form-control::placeholder{
  text-transform: capitalize !important;
  font-style: italic;
} 
#contactForm{
  background: var(--yell);
  padding: 10px;
  border-radius: 10px;
}
   /*------------lightbox----------------*/
   /* The Modal (background) */
   .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-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, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  /*///////////////////clients-page/////////////////////////*/
  .clnt-logo{
    width:100%;
    margin-bottom: 30px;
    
  }
  .clnt-logo img{
    width:100%;
  }