
* {
    margin: 0;
    padding: 0;
    
    font-family: 'Josefin Sans', sans-serif;
}

body {
    user-select:none;
}



::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track{
  background-color: #21ade2;
}
::-webkit-scrollbar-thumb {
  background-color: #f38634;
}

.btn:focus {
    box-shadow:none;
}
.top-head {
   height: 60px;
   background-color: rgb(26, 26, 26);
   color: rgb(241, 240, 240);
   padding-top: 5px;
   padding-left: 20px;
   font-size: 0.8rem;

   
  }




 .carousel-inner img {
    width: 100%;
    height: 500px;
  }


  .carousel-caption {
    margin-bottom: 40px;
  }
  
 .carousel-caption h5{
        font-size: 45px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 25px;  
        font-weight: bold;
  }

  .carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
  }

  .carousel-caption a{
    text-transform: uppercase;
    text-decoration: none;
    background: darkorange;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    margin-top: 15px;
    
  }




 
  #topheader .navbar{
    background: url(img/banner.png);
    background-size: 100% 100%;
    margin-top: 30px;
    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -o-webkit-transition:all .2s linear;


  }


  #topheader .navbar .nav-item .nav-link{
    color: white;
     margin-left: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    position: relative;
    
}

#topheader .navbar .nav-item .nav-link::after {
   position: absolute;
   content: '';
   left: 0;
   width: 0;
   bottom: 0;
   height: 2px;
   background: rgb(247, 181, 58);
   transition: 0.2s;
}

#topheader .navbar .nav-item .nav-link.active::after,
#topheader .navbar .nav-item .nav-link:hover::after{
  width: 100%;
}

#topheader .navbar .nav-item .nav-link.active,
#topheader .navbar .nav-item .nav-link:hover {
  color:rgb(247, 181, 58);
}

#topheader .navbar-toggler:focus{
  box-shadow: none;
  outline: none;
  
}



#topheader .navbar-toggler{
  border: none  ;
  height: auto;
  color: white;
  line-height: 2;
  
}


/* start dropdown */

.dropdown-menu {
  background-color: #00aff0!important;
  border: none!important;
    
    
    
}


.dropdown-menu .dropdown-item{
  color: rgb(255, 255, 255);
  text-align: left!important;


}

.dropdown-menu .dropdown-item:hover{
  background-color: white;
  color: #fa842c;
}

.dropdown:hover .dropdown-menu{
  display: block;
}

/* exit dropdown */



.banner {
      margin-top: 100px;
     
}

.banner .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}


#more {display: none;}


#client .row {
  margin-left: 8rem;
}


.about img{
     box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 2px;
  height: 330px;
  cursor: pointer;
  transition:.2s linear;
     opacity: 0.7;
   
}
.about img:hover{
      opacity: 1.2;


}

 /*---vision section*/
    
.vision {
  width: 100%;
  height: 550px;
   background-image: url("img/vision.jpg");
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size:cover;


}

.vision h1 {
   font-size: 30px;
   color: white;
  
}

.vision .container {
  padding-top: 100px;
  margin-top: 100px;
} 

.vision p {
  font-size: 17px;
  color: white;
  font-weight: 200px;
}

    /*---end vision section*/
    
    

#client img {
    opacity: 0.8;
     transition:.2s linear;
}

#client img:hover {
      opacity: 1.5;
}

/* star our service */

.inner {
  overflow: hidden;
  cursor: pointer;
  
}
.inner img{
   transition: all 1.5s ease;
}

.inner:hover img{
  transform: scale(1.5);
}


/* end our service */


/* start social icon */

.icon-bar {
  z-index: 1;
  position: fixed;
  top: 50%;
   left:96%;
    
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      
}


/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.whatsapp {
  background: #2bb932;
  color: white;
}


.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}


.linkedin {
  background: #007bb5;
  color: white;
}


.instagram {
  background: #dd20ae;
  color: white;
}



 /* end icons */


 /* start footer section*/


.contact_icon {
  width: 50px;
  margin-top: -300px; /* Set a specific width */
   /* Dark-grey background */
}

.contact_icon a {
  display: block; /* Make the links appear below each other instead of side-by-side */
  text-align: center; /* Center-align text */
  padding: 16px; /* Add some padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: rgb(250, 250, 250); /* White text color */
  border: 1px solid gray;
  border-radius: 1px;
  font-size: 15px; /* Increased font-size */
  margin-top: 20px;
}

.contact_icon a:hover {
  background-color: #000; /* Add a hover color */
}



.contact_address p {
   margin-left: 60px;
   font-size: 0.9rem;
   margin-top: -10px;
   
}

.contact_address p:hover{
 color: #48c0f8;
 cursor: pointer;
  
}

.contact_address h6{
  margin-left: 60px;
  color: gray;
  font-weight: bold;

}


.contact_mobile p{
  margin-top: -20px;
  margin-left: 60px;
  font-size: 1rem;
  color: white;
}

.contact_mobile h6{
  margin-bottom: 20px;
  margin-left: 60px;
  color: gray;
  font-weight: bold;
}

.contact_mobile p:hover{
  color: #48c0f8;
  cursor: pointer;
   
 }
 

.contact_email p{
  margin-top: -20px;
  margin-left: 60px;
  font-size: 1rem;
  color: white;
}

.contact_email h6{
  margin-bottom: 20px;
  margin-left: 60px;
  color: gray;
  font-weight: bold;
}

.contact_email p:hover{
  color: #48c0f8;
  cursor: pointer;
   
 }

.contact_web p{
  margin-top: -20px;
  margin-left: 60px;
  font-size: 1rem;
  color: white;
}

.contact_web h6{
  margin-bottom: 20px;
  margin-left: 60px;
  color: gray;
  font-weight: bold;
}


.contact_web p:hover{
  color: #48c0f8;
  cursor: pointer;
   
 }


.footersection {

    width: 100%;
    height: auto;
    padding: 70px 0 20px 0;
    background:rgba(0,0,0,0.8);
    position: relative;
    margin-top: 80px;
}

.footersection p {
    color: #fff;
    
}
.footersection li a {
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    
}
.footersection h3 {
     text-decoration: uppercase;
    color:#fff;
    margin-bottom: 25px;
    font-size: 1.2rem!important;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

#myBtn1 {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    color: #fff;
    background: #00abff;
    padding:10px;
    border-radius: 10px;
}

#myBtn1:hover {
    background: #606060;
}


.copyright-text p{
  font-size: 12px;
  line-height:20px;

}

/*end footer section */




/********** media queries *********/

@media (max-width: 768px) {
    .nav-item {
        text-align: center!important;
    }
       
    .icon-bar {
        margin-left: -11%;
    }
    
    .navbar #logo {
      width: 7rem;
      margin-left: -12px;
      height: 3rem;
    }
    
     .carousel-inner img{
         height:300px;
    }

    .carousel-caption {
        bottom: 165px;
    }

    .carousel-caption h5{
      font-size: 18px;
  }

  .carousel-caption a{
     padding: 8px 10px;
     font-size: 10px;
  }

    .banner{
         height: 300px;
    }

    .about {
      margin-left: 30px;
    
    }
    
     .about img{
      margin-top:-30px;
    }
    
   
    
    #client .row {
  margin-left: -20px;
}
    
    .row img {
     
      width: 100%;
      margin-left: 20px;
    
    }
    
  

    .text-secondary {
              margin-top: 3rem;
    }

    .text-secondary  #myBtn {
      margin-top: 2rem;
    }

    .dropdown-menu .dropdown-item{
      text-align: center;
    }


  .vision .container {
      padding-top: 13px;
    } 

    .vision h1 {
      font-size: 25px;
     
   }

   .vision p {
    font-size: 14px;
   
 }





    .footersection .footer-div1 {
      text-align: center;
      margin-top: 6rem;

    }

    .copyright-text {
      margin-top: 5rem;
      text-align:center;
    
    }

  }







