body{
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
 }
  
/*---------------------------------------------------------*/
/*------------------------top-nav-----------------------------------*/ 
.top-nav{  
  background-color:#001e57;
  padding: 10px 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 li a {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px ;
    margin-left: 15px;
}
/*----------------------------------------------------------*/
/*----------------------nav-portion---------------------------*/   

.my-items li a{
    text-transform: capitalize;
    color: #39a517!important;
    /*font-size: 18px;*/
    font-weight: 500;
    padding-left: 30px !important;
}
 /* 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:#001e57 !important;
 }

 #collapsibleNavbar .active::after{
    content: '';
    width: 19px;
    height: 2px;
    background-color:/* #732aa1*/ #001e57;
    border-radius: 3px;
    position: absolute;  
    left:28px;  
    bottom: 0;
 }
 .my-nav{
    box-shadow: 0 0 10px 1px rgba(0,0,0,.15);
    z-index: 999;
 }
 .my-logo{
  padding-top: 0px;
  padding-bottom: 0px;
 }
.my-logo img{
  width: 235px;
}
#main-menu, #main-menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-link{
  position: relative;  
}
#main-menu{
  width:206px;
 /* padding: 30px 0;*/
  background-color: #001e57; 
  border: 1px solid #000;
  /*border-radius: 6px;*/
  position: absolute;
  top:70px; 
  visibility: hidden; 
}
#main-menu a{
  text-decoration: none !important;
  line-height: 40px !important;
  padding-left:20px !important;
}
.nav-item:hover #main-menu{
  visibility: visible;
}
#sub1{
  position: relative;  
}
.sublist1{
  position: absolute;
  left:190px;
  width:200px;
  top:-30px;
  background-color: #001e57; 
  border: 1px solid #ccc;
 /* border-radius: 6px;*/
  visibility: hidden;
}
.sublist1 li a{
  line-height: 45px !important;
}
.proj1:hover .sublist1{
  visibility: visible;
}
#sub2{
  position: relative;   
}
.sublist2{
  position: absolute;
  left:180px;
  top: -30px;
  width:200px;
  background-color: #001e57; 
  border: 1px solid #ccc;
  /*border-radius: 6px;*/
  visibility: hidden;
}
.sublist2 li a{
  line-height: 45px !important;
}
.proj2:hover .sublist2{
  visibility: visible;
}
 /*--------------------------------banner--------------------------------------------*/
 .banners{
    display: block;
 }
 
 /* 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 {
   color: #f2f2f2;
   font-size: 25px;
   text-transform: uppercase;
   padding: 15px 22px;   
   position: absolute;
   top:30%;
   left:35%;
   text-align: center;  
   background: linear-gradient(to right,#2756af,#001e57);
 } 
 
 /* Number text (1/3 etc) */
 .numbertext {
   color: #fff;
   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}
 }


 /*//////////Defualt Modal Fade ////////////////////*/
 .modal_fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  transition: transform 1s ease,  1s ease-out;
}
 /*//////////Defualt Modal Fade ////////////////////*/



/*----------------------------about-----------------------------------*/
.abt-col{
  margin-top: 20px;
}
.abt-img{
  width:100%;
  overflow: hidden;
}
.abt-img img{
  width: 100%;
}
.abt-details h2{
  color: #001e57;
  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: #5fb942 ;
  position: absolute;
  top:38px;
  left:0;
}
.abt-details p{
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px 0;
}
.list-1{
  margin:0;
  padding:0;
  list-style: none;
}
.list-1 li{
  color: /*#5fb942*/ #39a517;
  font-size: 18px;
  font-weight: 800 ;
  margin-bottom: 15px;
}
.list-1 span{
  margin-right: 19px;
}
.abt-details h4{
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #001e57;
}
/*-----------------------------------------------------*/
/*--------------------------------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: 500px;
  padding: 50px 0;
}

.line-2{
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.box{
  background-color: #fff;
  padding: 20px 15px;
  height:400px;
}
.box h4{
  color: #001e57;
  text-transform: capitalize;
  font-size: 20px;
  margin: 20px 0;
}
.pro-icons{
  text-align: center;
}
.box p{
  color:#000;
  font-size: 15px;
  text-align: justify;
}
/*--------------------------------on-rent-----------------------------------*/
.on-rent{
  padding: 60px 0;
}
.line-3{
  color: #001e57;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.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;
}
.prod-img img{
  width: 100%;
}
.gallery{
  background-color: #001e57;
  padding: 10px;
}
.gall-img{
  width:100%;
}
.gall-img img{
  width:80% !important;
  margin: auto;
}
/*-------------------------------clients-------------------------------------------*/
.client-img img{
  width:70% !important;
}
/*-----------------------------footer-----------------------------------------*/
.footer{ 
  background: #001e57;  
}

.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: #5fb942;
  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:#5fb942 !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: #001e57;
  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{  
    top: 71%;
    left: 0px;
}
.lb-outerContainer, .lb-image{
  width:500px !important;
  height:500px !important;
}
.lb-container{
  padding: 0 !important;
}
/*------------------------------------------------------------------------*/
/*------------------------------completed-project------------------------*/
.value-line{
  color:/*#946cae*/ #001e57;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;  
  margin: 30px 0;
}
.value-line span{
  color:#656178;
}
.status{
  color:#946cae;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.status span{
  color:#656178;
  font-size: 20;
}
.com-img {
 width:100%;
 overflow:hidden;
}
.com-img img{
  width:100%;
}
.pg-numbers{
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: center;
  display: flex;
}
.pg-numbers li a{
  color: #001e57;
  font-size: 26px;
  font-weight: 600;
  border: 1px solid #c4b7cc;
  padding:8px 15px ;
  border-radius: 10px;
  margin-right: 10px;
}
#video{
  object-fit: initial;
  width:100%;
  height:100%;
}
.color{
  border:1px solid #c4b7cc;
  padding: 20px;
  border-radius:15px;
}
/*/////////////////////////////////////////////////////////////////////*/
/*////////////////////////////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:#5fb942 !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:#39a517;
  font-weight: 600;
}
.tag-line{
  color: #000;
  font-size: 26px;
  font-weight: 800;
}
.abt-para h2{
  color:#001e57;
  font-size: 26px;  
}
.abt-para p{
    color: #656178;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0;
    text-align: justify;
}
.abt-para h4{
  color:#001e57;
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
}
.choose{
  color:/*#656178*/ #000;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
.why-hd{
  color:#001e57;
  text-align: center;
}
.choose-box{  
  box-shadow: /*rgba(0, 0, 0, 0.24)*/rgba(95, 185, 66,0.8) 0px 3px 8px;
  padding: 20px;  
}
.choose-box h4{
  color:#001e57;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.father-img{
  width:90%;
  overflow: hidden;
}
.father-img img{
  width: 100%;
}
.graph-img{
  width:100%;
  overflow: hidden;  
}
.graph-img img{
  width:100%;
  margin: 0 auto;
}
/*////////////////////////contact-us//////////////////////////////////////////*/
.con-line{
  color:/*#656178*/ #001e57;
  font-weight: 800;  
  text-align: center;
  margin: 30px 0;
  text-transform: uppercase;
}
.contact-banner{
  background-image: url(../images/contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height:250px;
}

.con-line{
  text-align: center;
  text-transform: capitalize;
  
}
.con-box{
  text-align: center;
}
.ico i{
  font-size: 32px;
  color:#001e57;
}
.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: #001e57;
  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;
}