@media(max-width:1024px){
    header{
        display:none;
    }
}

.top-bar {
    position: fixed;
    display: flex;
    /*grid-template-columns: 2fr 1fr 1fr 1fr;*/
      background-image: linear-gradient(120deg,  #28c081  , #143160);
   gap:40px;
    height: 55px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 4px 57px;
}

.top-bar .left-bar {
    padding-top: 13px;
    text-align: center;
    /*border-right: 1px solid #27c181;*/
    color: white;
    
}
.top-bar .left-bar  a{
    color: white;
    font-weight: bold;
font-size: 14px;
}

.top-bar .left-bar a:hover{
 color: #f9d561!important;
    font-weight: 700
}


.top-bar .center-bar {
    padding-top:4px;
    text-align: center;
 font-size:12px;
    /*border-right: 1px solid #27c181;*/
  
}

.top-bar .center-bar a{
        color: white;
    font-weight: bold;
    font-size: 14px;
}

.top-bar .center-bar a:hover{
     color:#f9d561!important;
     font-weight:600;
}

.top-bar .right-bar {
    
    text-align: center;
    padding-top: 4px;
    /*border-right: 1px solid #27c181;*/
}

 .top-bar .right-bar .anchor{
display:inline-block;
  height: 35px;
  width: 35px;
  
padding-top:5px;
margin:2px;
 
}
.top-bar .right-bar a:hover{
    
         background-color: #033e76;
    border: 3px solid #27c181;
}


.top-bar .right-bar a {
    
  background-color: #27c181;
    color: #f8f9fa;
    border-radius: 10px;
    text-align: center!important;
    font-size: 18px;
   
}
.top-bar .btns{
    text-align: center;
    text-decoration: none;
    margin: auto;
   
}
.top-bar .btns #btn-1:hover{
    background-color: #163261;
    border: 3px solid #27c080;
    
}

.top-bar .btns #btn-2:hover{
 background-color:#cf4e09;
    
}
 
.top-bar .btns #btn-1 {
    text-align:center;
background-color: #27c181;
color: white;
border-radius: 10px;
padding: 9px;
border: 2px solid transparent;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
margin-right: 6px;
    
}

.top-bar .btns #btn-2 {
    text-align: center;
    background-color: #efb241;
    color: white;
    font-size: 12px;
    border-radius: 35px;
    padding: 8px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-weight: bold;
    
}
@media (max-width:1000px){
    .top-bar{
        grid-template-columns: 1fr 1fr;
        height: 95px;
      
        
    }
    .top-bar .left-bar{
     margin-left:-4px;
    
      padding-top: 0px;}
    .top-bar .center-bar{
    
        padding-top: 10px;
        border: none;
      }

.top-bar .right-bar{
  margin-bottom: 10px;
  border: none;
}
    .top-bar .btns{
    margin-top: 10px;
    border: none;
    }

}

@media (max-width:1060px)
{
    .top-bar .left-bar{
        margin-left:1px;
    }
    .top-bar .right-bar a{
         margin-left:-4px!important;
    }
}
/*@media (max-width:500px)*/
/*{*/
/*    .top-bar .left-bar{*/
/*       font-size:10px;*/
/*    }*/
/*}*/

@media (max-width:1124px){

  
  .top-bar .btn{
    margin: 0;
    font-size: 12px;
  }
  .top-bar .btns #btn-1{
    
    padding: 5.5px ;
  }
  .top-bar .btns #btn-2{
    padding: 5.5px ;
  }
}
@media(max-width:500px)
{
  .top-bar{
    font-size: 12px;
    height: 95px!important;
  }
  .left-bar{
      
  }
}   
@media(max-width:380px){
  .top-bar .btns{
    margin-top: 13px;
     }
  .top-bar .right-bar a{
      padding:9px;
  }
 
  .top-bar .btns #btn-1{
    
    padding: 6px!important;
    font-size:10px;
  }
  .top-bar .btns #btn-2{
    padding: 5px!important;
    
    font-size:10px;
  }
  
}


@media(max-width:450px){
   
    .top-bar .btns #btn-1{
    
    padding: 6px!important;
    font-size:10px;
  }
  .top-bar .btns #btn-2{
    padding: 5px!important;
    
    font-size:10px;
  }
}
    
@media(max-width:320px){
    .top-bar .btns #btn-1{
    font-size:7px;
  }
  .top-bar .btns #btn-2{

    
    font-size:7px;
  }
  
  
    
}
@media(max-width:420px){
.top-bar .right-bar .anchor {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding-top: 3px;
    margin: 4px;
    font-size: 13px;
}
    
}



   .affix {
    top: 0;
   
    width: 100%;
    z-index: 9999 !important;
  }

  .affix + .container-fluid {
    padding-top: 70px;
  }


/* tool tip */


.anchor .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.anchor:hover .tooltiptext {
  visibility: visible;
}



.modal-open .modal{
     z-index: 999999999999999999999999;
    background:#00000057;
}



.btn-9 {

  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-9:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}


/*our brand section*/
.brands{
        background: #218b7466;
}

.brand1{
        height: 150px;
    text-align: center;
    width: 250px;
    align-items: center;
    /* border: 1px solid; */
    padding-top: 37px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: white;
    border-radius: 8px;
}
.brand1 img{
    width:90%;
    margin:auto;
}


/* our portfolio section in tab  */
.portfolio-tab{
    /*width: 750px;*/
    margin: auto;
}
.portfolio-tab a{
  background: #0c1741!important;
  color: white!important;
  height: 50px;
  text-align: center;
  font-size:15px;
  padding-top: 13px!important;
  margin-left: 0px!important;
  border-right: 4px solid #b9dfa4!important;

 
}
.portfolio-tab a:hover{
  border: 1px solid #27c080;
  text-decoration: none!important;
}
.portfolio-tab .active{
  background: #0c1741!important;
  color: white!important;
  height: 50px;
  text-align: center
}


.servicebg {
    background: url(../images/backgrounds/servicesbg5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.border-design{
    background: #e8f2f1 url(../images/backgrounds/border.png) repeat-x left top;

    background-size: 15px 5px;
   
    padding:10px;
}