body{
    cursor: none;
}

a{
    cursor: none;
}

#cursor {
    display: block;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #ffffff;
    background-color: #0b174213;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid #444;
}



.ftco-navbar-light .navbar-brand{
    text-align: center;
}



.logo-text{
    font-size: 23px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    margin-bottom: 0px;
    color: #ffffff;
}

.logo-text-scroll {
    background: linear-gradient(to right, #0B1742, #db6516);
    background: -webkit-linear-gradient(to right, #0B1742, #db6516); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin-bottom: 0px;
}


.ftco-navbar-light .navbar-brand .logo-text-scroll{
    display: none;
}

.ftco-navbar-light.scrolled.awake .logo-text-scroll{
    display: block;
}

.ftco-navbar-light.scrolled.awake .logo-text{
    display: none;
}

.btn-space{
    column-gap: 10px;
}









/*photobanner*/
 
.photobanner {
    height: 233px;
    width: 3550px;
    margin-bottom: 10px;
   }
   
   /*keyframe animations*/
   .first {
    -webkit-animation: bannermove 30s linear infinite;
       -moz-animation: bannermove 30s linear infinite;
        -ms-animation: bannermove 30s linear infinite;
         -o-animation: bannermove 30s linear infinite;
            animation: bannermove 30s linear infinite;
   }
    
   @keyframes bannermove {
    0% {
       margin-left: 0px;
    }
    100% {
       margin-left: -2125px;
    }
    
   }
    
   @-moz-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: -2125px;
    }
    
   }
 
      
   @-webkit-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: -2125px;
    }
    
   }
    
   @-ms-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: -2125px;
    }
    
   }
    
   @-o-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: -2125px;
    }
    
   }
   
   
   
   
   
   
   
   
   
   
   
   
   .tech-slideshow {
     height: 200px;
     max-width: 800px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: translate3d(0, 0, 0);
   }
   
   .tech-slideshow > div {
     height: 200px;
     width: 2526px;
     background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/collage.jpg);
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
   }
   @keyframes moveSlideshow {
     100% { 
       transform: translateX(-66.6666%);  
     }
   }
   .tech-slideshow .mover-2{
     opacity:0;
     transition: opacity 0.2s;
     background-position: 0 -200px;
   }
   .tech-slideshow:hover .mover-2{
     opacity:1;
     animation: moveSlideshow 15s linear infinite;  
   }
   
   .tech-slideshow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
   }
   
   
   
   .box { 
    flex: 0 0 100px; 
    display: flex;
    align-items: center;
     justify-content: center;
     filter: saturate(0.5);
   }

   .box:hover{
    filter: none;
   }
   
   .box + .box{
     margin-left: 20px;
   }
   
   .images{
     display: flex;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);  
     animation: moveSlideshow 60s linear infinite;
     background-color: transparent;
   }
   
   .uses_slideshow {
       height: 200px;
       margin: 0px;
       position: relative;
       overflow: hidden;
       transform: translate3d(0, 0, 0);
   }
   




.ftco-section-form {
    padding: 0em 0;
    position: relative;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.no-padding {
    padding: 0;
}

.position-relative {
    position: relative;
}

.bg-ffffff{
    background-color: #ffffff;
}



.product_display{
    padding-top: 3.5rem;
}



.padding-0-35 {
    padding: 0px 0 35px;
}

.admition-area{
    position: relative;
}

.alammar-title{
    font-size: 29px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}


.alammar-admition-content{
    color: #5d5e8d;
    font-weight: 400;
    opacity: 0.9;
    font-size: 18px;
}


.box-form-newsletter {
    background: #ffffff;
    max-width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
}

.box-form-newsletter form {
    display: flex;
}

.box-form-newsletter form .input-newsletter {
    width: 90%;
    padding: 15px;
    border: 0px;
    min-height: 60px;
    background-image: url(../images/email.gif);
    background-repeat: no-repeat;
    background-position: left 17px center;
    padding-left: 60px;
    outline: none;
}

.btn.btn-default {
    color: #ffffff;
    background-color: #db6516;
    line-height: 26px;
    padding: 10px 25px;
    transition: 500ms;
}

.btn.btn-default:hover{
    border-radius: 0;
}

.mt-15{
    margin-top: 15px;
}


.ask_here_title{
    font-size: 34px;
    color: #0b1742;
    font-weight: 500;
    letter-spacing: -0.25px;
}


.btn-white-bg{
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #0B1742 !important;
    font-weight: 600   ;
}

@media (max-width: 991.98px){
    .ftco-navbar-light .navbar-brand .logo-text-scroll{
        display: block;
    }
    .ftco-navbar-light .navbar-brand .logo-text{
        display: none;
    }
    .ask_here_title{
        font-size: 29px;
    }
    .alammar-admition-content{
        margin: 20px 0 30px !important;
    }
     
}

@media (max-width: 1399px){
    .project .text h3{
        font-size: 18px;
    }
}
























/* ----------------- */
.single-event p{
text-align: justify;
}


.brand-card{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #eeeeee59;
}
.brand-card h3{
  text-align: center;
  margin-bottom: 35px;
  font-size: 20px;

}


.carrer-form{
  /* background-color: #d3efe996; */
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #53c1a928;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
label{
  color: #5c5c5c !important;
  font-weight: 400;
}

.form-control {
  color: #878988 !important;
  font-size: 14px;
  font-weight: 300;
}

.carrer-form .btn.btn-primary {
  padding: 10px 60px 10px 60px;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1320px !important;
  }
}

/* 
#back-top a {
  color: #fff !important;
}

#back-top a:hover {
  color: #f5f5f5 !important;
  text-decoration: none !important;
} */






@media (max-width: 1041px) {

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
  }

}

.owl-carousel.home-bg .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.4;
}
