@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none !important;
}
::selection {
    color:#fff;
    background:#273252;
  }
  .main-heading{
      text-align: center;
      margin-top:40px;
      margin-bottom:25px;
  }
  .main-heading>h1{
    color: #273252;
    font-weight:900;
    
}
.main-heading>h1 span{
  color:#F19B20;

  
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;

}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  color: #fff;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color:#fff;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #F19B20;
  text-decoration: none;
  font-weight: 700;
}
ul.breadcrumb li a:hover {
color: #F19B20;;
  text-decoration: underline;
}


 /* start top bar section  */



.top-bar{
    display: flex;
    justify-content:space-between;
height: 20px;
margin-bottom:2px;

    }
    .top-bar-1{
        border-bottom: 1px solid #273252;
       background-color: #9399a933;
    }
    .icon-1{
      margin-left:-31px;
    }
    .top-bar .icon-1 ul{
        display: flex;
      list-style-type: none;
      /* margin-top: 12px; */
      }
      .top-bar .icon-1 ul a  i{
     /* padding-right: 10px; */
      color: #273252;
     
   
      }
      .top-bar .icon-1 ul a{
        padding: 10px;
       color: #000;
       font-weight:500;
  
        }
        .top-bar .icon-1 ul a:hover{
            padding: 10px;
          color:#273252; 
      
            }
         .icon-2{
       margin-right: 15px;
          }
      .icon-2 a{
          /* padding: 10px; */
          color: #000 !important; 
         font-weight:500;
        
        }
      
        .icon-2 a i:hover{
            /* padding: 10px; */
            color: #273252; 
           font-weight: 500;
          
          }

/* end top bar section  */

/* start header section */
/* header{
    background-color: #273252;

} */

#img-logo{
    width:230px !important; 
   margin-top: -3px;
}


/* end header section */

/* start banner section */

#banner>img{
    height: 550px;
    /* object-fit: cover; */
}
.carousel-caption {
    position: absolute;
   top: 35%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #F19B20 !important;
    margin-bottom: 30px !important;
    text-align: center;
}
#banner-heading>h1{
    font-weight:800 !important;
    font-size:52px;
    margin-bottom: 25px;
}

 #banner-heading>a{
    padding: 13px 33px;
    font-size: 14px;
    background-color: #273252 !important;
    font-weight: 700;
    color: #fff !important;
    border-radius: 5px;
   
 }

.carousel-control-prev-icon{
    background-color: #273252;
    color: #fff;
    font-weight: 700 !important;
}
.carousel-control-next-icon{
    background-color: #273252;
    color: #fff;
}
/* end banner section */

/* start OUR services section */

.card{
    text-align: center;
    border: none !important;
    width: 100%;
    padding: 20px;
}
.card img{
  width: 64px;
  height: 64px;
  margin: auto;
  
  }
.card:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-right: 15px solid #273252;
    border-bottom: 15px solid #273252;
}
.card-body h5{
 font-weight: 700 !important;
    color: #273252;
   font-size: 16px;
}
.card-body a{
    padding: 13px 33px;
    font-size: 14px;
    background-color: #273252 !important;
    font-weight: 700;
    color: #fff !important;
    border-radius: 5px;

}

/* end OUR services section */



/* start counter section */
.wrapper{
    padding: 20px 50px;
 
  }
  .wrapper .title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .wrapper p{
    text-align: justify;
    padding-bottom: 20px;
  }
  .counter-up{
    background: url("../img/map.png") no-repeat;
    min-height: 60vh;
    background-size: cover;
    margin-top:40px !important;
    padding: 0 50px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .counter-up::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   
  }
  .counter-up .content{
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .counter-up .content .box{
 background-color: #273252;
    width: calc(25% - 30px);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 20px;
  }
  .content .box .icon img{
   width: 55px;
   height: 55px;

  }
  #left-c{
    margin-left: 25px;
  }
  .content .box .counter{
    font-size: 50px;
    font-weight: 500;
    color: #f2f2f2;
    font-family: sans-serif;
  }
  .content .box .text{
    font-weight: 400;
    color: #ccc;
  }
  @media screen and (max-width: 1036px) {
    .counter-up{
      padding: 50px 50px 0 50px;
    }
    .counter-up .content .box{
      width: calc(50% - 30px);
      margin-bottom: 50px;
    }
  }
  @media screen and (max-width: 580px) {
    .counter-up .content .box{
      width: 100%;
    }
  }
  @media screen and (max-width: 500px) {
    .wrapper{
      padding: 20px;
    }
    .counter-up{
      padding: 30px 20px 0 20px;
    }
  }

  /* end counter section */

/* start Who We Are section */
  .who{
      background-color: #2732520c;
       height: 600px;
       display: flex;
       align-items: center;
  }

  .border-img img{
      width: 100%;
   
      padding:10px;
      border-radius: 20px;
  }
  .who-para p{
      text-align:justify;
  }

  .who-para a{
    color: #273252;
    border-bottom: 2px solid #273252;
    font-weight: bold;
  }
  .who-para a:hover{
    color: #273252;
   
  }
  .who-r h1{
      text-align: center;
      color: #273252;
      margin-bottom:25px;
  }
  .who-r h1 span{
   
    color:#F19B20;
   
}

  /* end Who We Are section */

  /* start why-choose section   */

/* .why-choose{
    display: flex;
    justify-content: space-between;
} */
.bg-why1{
    background-color:#2732520c;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.why-para1{
    text-align: center;
}
.accordion-button:focus {
  z-index: 3;
  border:none !important;
  outline: none !important;
  box-shadow:none !important;
}
.accordion-button:not(.collapsed) {
  color:white !important;
  background-color:#273252 !important;
  box-shadow:none !important;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-weight: 700 !important;
  font-size:1.5rem !important;
  color: #212529;
  text-align: left;
  background-color:#9399a933 !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
    /* end why-choose section   */


/* start sectors section */

.sector-box{
  /* background-color: #273252; */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  text-align: center;
  padding:20px;
  width: 100%;
  border-radius:20px;
  height: 165px;
 margin-bottom:30px;
}
.sector-box img{
border:2px solid #273252;
border-radius: 50%;
padding: 10px;
width: 60px;
height: 60px;
margin-bottom:10px;
}
.sector-box p{
  font-weight:bold;
  font-size: 20px;
  color:#273252;
  /* opacity: 0.8; */
}
.view-all a{
  color: #273252;
  font-weight: 700;
}
.view-all a:hover{
  color: #F19B20;
}



/* start sectors section */
    /* start footer section */
    footer{
        background-color: #273252;
        padding:30px;
    }
    .footer-para> p{
        color: #fff;
        font-size:16px;
        padding: 3px;
       /* text-align: justify;
  word-spacing: -1px;
  hyphens: auto;
  word-break: break-word;
  line-height: 1.6; */
    }
    .footer-para h3{
        font-size:23px;
        color: #fff;
        border-bottom: 1px solid #F19B20;
        text-align: center;
    }
    .footer-para ul li{
      list-style-type: none;
      border-bottom: 1px solid #fff;
      padding:6px;
      color:#fff;
      font-size: 16px;
    }
    .footer-para ul li i{
      color: #F19B20;
    }
    .footer-para ul li a{
      font-size: 16px;
      color: #fff;
    }
    .footer-para ul li a i{
      color:#F19B20;
    }
    .footer-icon{
      padding: 13px;
      
    
    }
    .footer-icon a{
      padding:6px;
      color: #F19B20;
      font-size:40px;
      line-height: 10px;
  
      
    }
    #more1{
      display: none;
     
    }
    #myBtn1{
      color: #F19B20 !important;
      border-bottom: 2px solid #F19B20;
      font-weight: bold;
      font-size: 13px;
    }
      .footer-icon a:hover{
      color: #fff;
    }
    /* end footer section */

    /* start copyrights section */
    .copyright1{
      background-color:#F19B20;
      text-align: center;
  
     display: flex;
     align-items: center;
    }
    .copyright p{
     color: #fff;
     margin-top: 1px;
    }
    .copyright p a{
      color: #fff;
    }
    /* start bottom to top section */
    #myBtn {
      display: none; 
      position: fixed; 
      bottom: 20px; 
      right: 20px; 
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color:#F19B20; 
      color: #273252; 
      cursor: pointer; 
      padding-top: 10px;
      padding-left: 15px;
      border-radius:50%; 
      font-size: 30px;
      height: 50px;
      width: 50px;
     
    }
    
    #myBtn:hover {
      background-color: #555; /* Add a dark-grey background on hover */
    }
  /* end bottom to top section */
           
  /* ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  --------------------------------------------------------------------------- */
                          
                      /* start Contact Us Page */

/* start contact-banner section */

.contact-banner{
  background-image:url(../img/contact-banner.jpg);
  height:300px;
  background-size: cover;
 background-position: center;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
}
.banner-caption h1{
  color:#fff;
}
.office{
  text-align: center;
  padding:15px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 20px;
  margin-bottom: 30px;
}
.office h2{
background-color: #273252;
  margin-bottom:20px;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  padding: 1px;
}
#icon-contact{
  font-size:35px;
}
.office i{
  color:#F19B20;
  font-size:21px;
  margin-bottom: 15px;
  /* width: 60px;
  padding:10px; */
}
.office p{
  font-weight:500;
  font-size:16px
}
.office span{
  font-weight:500;
  font-size:16px
}
.map{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;

  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
  /* end contact-banner section */

   /* ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  --------------------------------------------------------------------------- */
                               /* start sectors page */
.sectors-banner{
  background-image:url(../img/sector-banner.jpg);
  height:300px;
  background-size: cover;
 background-position: center;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
}
   #sector-mt{
     margin-top:45px;
   }
  .box-sectors{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px;
    border-radius: 20px;
    margin-bottom:30px;
    position: relative;
  } 
  .box-sectors img {
    width: 100%;
  }
  .box-sectors-2{
    position: absolute;
     top: 42%;
   left:5%;
   width:90%;
  }
  .box-sectors-2 h3{
  color:#fff;
  font-size: 17px;
 background-color: #26305199;
 padding: 10px;
 }

 /* ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  --------------------------------------------------------------------------- */
                               /* start team  page */
  
.about-banner{
background-image:url(../img/about-banner.jpg);
height:300px;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
width: 100%;
text-align: center;
margin-bottom: 40px;
}
.about .table tbody tr td{
  text-transform: capitalize !important;
}
.our-team{
  border-radius: 15px;
  text-align: center;
  padding: 20px 15px 30px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 25px;
}
.our-team .pic{
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
  display: inline-block;
  /* width: 100%;
  height: 100%; */
  transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
  background: #F19B20;
  border-radius: 50%;
}
.pic img{
  /* width: 100%;
  height: auto; */
  border-radius: 50%;
}
.our-team .title{
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  margin: 0 0 7px 0;
}
.our-team .post{
  color:#212529;
  text-transform: capitalize;
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
}
 /* ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  --------------------------------------------------------------------------- */
   
  /*Our Partners*/
  .partner-banner{
    background-image:url(../img/partner-banner.jpg);
    height:300px;
    background-size: cover;
   background-position: center;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
  }
.partner{
  display: flex;
  align-items: center;
}
.partners-img{
  margin: auto;

}
.partners-dec p{
  line-height: 15px;
} 
.partners-dec p b{
  color: #273252;
}  
#partners{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  padding: 20px;
  border-radius: 20px;
}
.partners-dec2 p{
  text-align: justify;
}                           
/* ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  --------------------------------------------------------------------------- */
                               /* start about us page */
.about{
  background-color: #2732520c !important;
   padding:40px;
  width:100%;
}
.about-text p{
   text-align:justify;
}
                
.counter-up1{
 min-height: 60vh;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.counter-up1::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
}
.counter-up1 .content{
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.counter-up1 .content .box{
background-color: #273252;
  width: calc(25% - 30px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 20px;
}
    .table-bordered{
    border: 2px solid #273252 !important;

    }    
    th{
      color: #273252;
    }
    #main-heading p{
     font-size: 20px;
    font-weight: bold;
    color: #F19B20;
    } 
  
    /* ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  ---------------------------------------------------------------------------
  --------------------------------------------------------------------------- */
                               /* start Start  Business page */
   
  .start-business{
      background-image:url(../start-business/img/start-business.jpg);
      height:300px;
      background-size: cover;
     background-position: center;
      display: flex;
      align-items: center;
      width: 100%;
      text-align: center;
      margin-bottom: 40px;
      } 

.document{
  background-image: url(../start-business/img/documents.jpg);
  width: 100%;
  background-size: cover;
/* height: 80vh; */
padding: 20px;
display: flex;
align-items: center;
}
      .services-para p{
        text-align: justify;
      }
      .services-img img{
        width: 100%;
      } 
      .box-services p{
       
        padding: 15px;
        background-color: #fff;
        transition: 0.3s;
   
        margin-top: 20px;
      
        border-radius: 20px;
      } 
      .box-services i{
        color: #F19B20;
      }
      .box-services p:hover{
        background-color: #273252;
        color:#fff;
      }

      a .related{
        background-color: #273252;
      
        margin-bottom: 10px;
        margin-bottom: 30px;
        border-radius: 10px;
      }
      a .related p{
        color: #fff;
        padding: 15px;
      }
      a .related p i{
        color: #F19B20;
      }

/* start galley section */
.gallery-item{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:18px;
  cursor:pointer;
  background-color: #273252;
  height: 50vh;
  width: 100%;
  display:flex ;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  
}

.gallery-item img{
  width:100%;

  
  transition:.5s;
}

.gallery-item:hover img{
  transform:scale(1.1);
}

/* Icon */
.gallery-icon{
  position:absolute;
  inset:0;
  background:rgba(39,50,82,0.65);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:.4s;
}

.gallery-icon i{
  color:#F19B20;
  font-size:32px;
}

.gallery-item:hover .gallery-icon{
  opacity:1;
}

/* Lightbox */
.lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.85);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:.4s;
  z-index:9999;
}

.lightbox.active{
  opacity:1;
  visibility:visible;
}

.lightbox img{
  max-width:90%;
  max-height:90%;
  border-radius:12px;
}

.close-btn{
  position:absolute;
  top:20px;
  right:30px;
  font-size:35px;
  color:#fff;
  cursor:pointer;
}
