

 .pre_loader{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}
 .pre_loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

.loader{
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f35529;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000000;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff0000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin{
  0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin{
  0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}






body{
   scroll-behavior: smooth;
    font-family: 'Mulish', sans-serif;
    /* font-family: 'Crimson Pro', serif; */
    background-color:#11151a;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  
    

  }
  :root{
    --yellow:#Ff2c00;
}
*::selection{
    background:var(--yellow);
    color:#333;
}

html{
    overflow-x: hidden;
}

html::-webkit-scrollbar{
    width:0.50rem;
}

html::-webkit-scrollbar-track{
    background:rgb(148, 147, 147);
}

html::-webkit-scrollbar-thumb{
    background:var(--yellow);
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  #img-container img{
    width: 200px;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-toggler{
    overflow: hidden;
}

.ma{

    width: 100%;
    height: 2000;
  
}

.d-flex{
    width: 100px;
    height: 50px;
    background-color: #11151a;

    
}

.d-flex1{
    width: 30px;
    /* height: 50px;
    background-color: #000000; */
    
}

.nav-item{
      font-size: 14px;
      padding: 3px;
    
}

.navbar-brand{
   padding: 0px;
   color:#Ff2c00;
   font-size: 16px;
}

.navbar{
  background-color: #11151a;
}

.navbar-toggler {
  border-color: rgb(255, 255, 255);
}


.d-block{
    border-radius: 4px;
}

.nav-link{
    font-weight:400;
    color: #fff;
}
.nav-link:hover{
    
    background-color: #Ff2c00;
    transition: 0.4s;
    color: #fff;
    border:  1px solid rgb(218, 218, 218);
    border-radius: 10px;;
}

.dropdown-item:hover{
   
  background-color: #Ff2c00;;
  transition: 0.4s;
  color: #fff;
  border:  1px solid rgb(218, 218, 218);
  border-radius: 10px;;

}



.nav-link1{
    color: #Ff2c00;
    padding: 10px;
}

.navbar{

  box-shadow: 1px 0px 1px #B00020;
}


.line{

  width: 100%;
  height: 10px;
  background-color:#Ff2c00;

}

.box{

  width: 100%;
  height:30px;
  border-radius: 5px;
  background-color:rgb(0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 5px ;
  box-shadow: 1px 0px 3px 1px rgb(0, 0, 0);
 
} 

.box1{

  width: 100%;
  height:auto;
  border-radius: 5px;
  background-color:#Ff2c00;
  color: #fff;
  text-align: center;
  padding: 5px ;
  box-shadow: 1px 0px 6px 2px rgb(231, 116, 116);
 
} 


.headed:hover{
 
  cursor: pointer;
}

.line2{

  width: 100px;
  height: 4px;
  background-color: #Ff2c00;

}

.btne{

  background-color: #Ff2c00;

}





.multi1{
     
   width: 100%;
   height:540px;

   /* background-color:#Ff2c00; */
   

}

.multi2{
     
  width: 100%;
  height: 500px;
  /* background-color: #Ff2c00; */

}

.multi3{
     
  width: 100%;
  height:480px;
  /* background-color: #Ff2c00; */

}


.footer{
    width: 100%;
    height: 500px;
  background-color: #333;


}


.col-lg-3 li a{
  text-decoration:none;
  font-size: 14px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: row;
 
  
}



.col-lg-3 li a:hover{
  background-color: #000000;
  transition: 0.4s;
  color: #fff;
  border:  1px solid #Ff2c00;


}


.container :hover{
  /*  transform: scale(1.04);*/
   cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  
  }
.multi1_about{
  
  width: 100%;
  height: auto;
  /* background-color: #202020; */
  background-color: #11151a;

}


/* for desktop */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .featurette-heading{
    font-size: 20px;
    
  }

  .whatsapp-icon {
      margin-top: 10px;
  }

  .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 10px;
      font-size: 22px;
  }
}


h2{
  font-family:'Roboto';
  font-weight:bold; 
  font-size: 28px; 
  color: #Ff2c00;
}

.image {
  border: 0.25px solid #fff;
  width: 100%;
  height: 300px;
  overflow: hidden
}

.image img {
  width: 100%;
  height: 300;
  transition: all 2s ease-in-out
}

.image:hover img {
  transform: scale(3, 2);
  cursor:zoom-in;
} 






/* .card1 {
  transition: transform 0.4s ease;
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
  border-radius: 0;
  border: 0;
  margin-bottom: 1em;
  cursor: zoom-in;
  
}
.card1:hover {
  transform: scale(1.3);
} 

 #img-gallery{

  cursor: zoom-in;

}
.img-gallery {
  overflow: hidden;
  
}

.img-gallery img {
  transition: all 1.3s ease;
}

.img-gallery:hover img {
  transform: scale(1.4);
}


.hovereffect {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
  }
  
  .hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
  }
  
  .hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
  }
  
  .hovereffect h2 {
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  position:relative;
  font-size:17px;
  background:rgba(0,0,0,0.6);
  -webkit-transform:translatey(-100px);
  -ms-transform:translatey(-100px);
  transform:translatey(-100px);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  padding:10px;
  }
  
  .hovereffect a.info {
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:#fff;
  border:1px solid #fff;
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  margin:50px 0 0;
  padding:7px 14px;
  }
  
  .hovereffect a.info:hover {
  box-shadow:0 0 5px #fff;
  }
  
  .hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
  }
  
  .hovereffect:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
  }
  
  .hovereffect:hover h2,.hovereffect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
  }
  
  .hovereffect:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
  } */

/* {box-sizing: border-box;} */
/* 
  .img-magnifier-container {
    position: relative;
  }
  
  .img-magnifier-glass {
    position: absolute;
    border: 5px solid rgb(255, 2, 2);
    border-radius: 50%;
    cursor: none;
    /* Set the size of the magnifier glass:*/ 
    /* width: 120px;
    height: 120px;
  }   */

