 @font-face {
    font-family: 'Industry Test Book';
    font-style: normal;
    font-weight: normal;
    src: local('Industry Test Book'), url(../font/IndustryTest-Book.woff) format('woff');
    }
:root{
   --maincolor: #f1690f;
   --midcolor:#181818;
   --lightcolor: rgba(255, 255, 255, .18);
   --icocolr: #0d014c;
   --paracol:#484848;
   --whitpara:#b1b6bc;
}
a{
    display: inline-block;
    text-decoration: none !important;
}
ul{
    padding: 0;
    list-style: none;
}
/*----------top----------------*/
.banner{
    position: relative;
}
.top{ 
  background: var(--icocolr); 
}
.rt-items a{
  color:#fff;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  line-height: 40px;  
  margin: 0 15px;  
}
.rt-items a i, .lft-items a i{
    color:var(--maincolor);
    margin-right: 8px;
}
.lft-items{
    float: right;   
}
.lft-items a{
    color:#fff ;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    margin: 0 15px;
    line-height: 40px;
  } 
  
/*-------------nav-----------------*/
.banner{
    position: relative;
}
.mid{  
    border-bottom: 1px solid var(--lightcolor);
}
.navbar-brand img{
    width:450px;
}
.quest{
    color: #fff; 
    font-family: 'Poppins', sans-serif;    
}
 .quest span{
    display: block;
}
.quest i{
    color: var(--redcolor);
    font-size: 40px;    
}
/*///////////////////////////////////*/
.my-nav li a{
    color:#484848;
    margin: 15px;
    font-size: 16px; 
    font-weight: 600;
    font-family: 'Industry Test Book'; 
}
.my-mid{
    background: rgba(255, 255, 255,0.7);  
}
/*------------banner-------------------*/
.carousel-caption {
    position: absolute;
    right: auto !important;
    bottom:auto;
    top:30% !important;
    left:30% ;
    width: 650px;     
}
.carousel-caption h5{
    color:#fff;
    text-align:center;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;    
    font-family: 'Industry Test Book'; 
    text-shadow: 3px 3px 2px  rgba(0, 0, 0, 0.25); 
}
.carousel-caption h4{
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;    
    font-family: 'Industry Test Book'; 
    text-shadow: 3px 3px 2px  rgba(0, 0, 0, 0.25); 
}
.carousel-caption p{
    color: #fff;
    text-align:center;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif; 
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25); 
}
.carousel-caption p span{
    color:var(--redcolor);
}
.button-28 {
  appearance: none;
  background-color:var(--icocolr);
  border: 2px solid var(--icocolr);
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family:'Poppins', sans-serif;  
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  width:150px;
  outline: none;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation; 
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: var(--maincolor);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  
}
/*-------------reason---------------*/
.reason-box{
    margin-top:30px;
    transition: .3s;
}
.reas-ico{
   text-align: center;
}
.reas-ico img{
   width:50px;
}
.reason-box{
   background: url(../images/slider/reason1.png); 
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   border-radius: 10px;
   padding: 15px;
}
.reason-box h4{
   color:#fff;
   font-size: 16px;
   font-family:'Poppins', sans-serif; 
   text-align: center; 
   margin: 10px 0;
}
/*---------------small-hd-------------------------*/
.smallhd{
    color: var(--icocolr);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Industry Test Book';  
}
.hdng{
    font-family: 'Industry Test Book';  
    font-size: 30px;
    font-weight: 600; 
    color:var(--maincolor);
    text-align: justify;
}
.para{
    font-family: 'Poppins', sans-serif;  
    font-size: 14px;
    font-weight: 600; 
    color:var(--paracol);
    text-align: justify;
}

.button-64 {
  align-items: center;
  background: var(--maincolor);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  justify-content: center;
  line-height: 1em;  
  width: 140px;
  padding: 16px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;  
}
.abt-img{      
  text-align: center; 
    
}
.abt-img img{  
  width:50%;  
  border-radius: 10px;  
  animation: move ease-in-out 2s infinite ; 
}
   

@keyframes move{
    0%{
        top:10%;
    }
    50%{
        top:15%;
    }
    75%{
        top:10%; 
    }
    100%{
        top:0%;
    }
}


/*====== sticky icons css=======================*/

.icon-bar1 {
    position: fixed;
    top: 70%;
    z-index: 999;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar1 a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
  }
  
  .icon-bar1 a:hover {
    background-color: #000;
    background: rgb(0,0,0);
    background: linear-gradient(152deg, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 100%, rgba(234,108,67,1) 100%, rgba(246,211,157,1) 100%);
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  .instagram {
    background: rgb(255,255,255);
    background: linear-gradient(152deg, rgba(255,255,255,1) 0%, rgba(103,83,196,1) 0%, rgba(234,108,67,1) 61%, rgba(246,211,157,1) 100%);
    
    color: white;
  }
  .youtube {
    background: #FF0000;
    color: white;
  }
  .twitter {
    background: #55ACEE;
    color: white;
  }
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .whatsapp {
    background: #06b303;
    color: white;
  }
  
  .display-2{
          font-size: 3rem;
      }
/*-------------services---------------------*/
.serv-items{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 30px;
}
.serv-img{
    width:100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.serv-img img{
    width:100%;
    border-radius: 5px;
}
.serv-btn{
  font-family: 'Poppins', sans-serif;
  font-size: 16px; 
  font-weight: 500;
  text-transform:uppercase ;
  color:var(--redcolor);
}
.serv-img{
    position: relative;
}

.serv-items:hover .icoimg{
    filter: var(--redcolor);
}
.servimg{
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
}
.servimg img{
  width: 30%;
}
#abtowl .owl-nav .owl-prev {
  float: left;
  position: absolute;
  left: -35px;
  top: 20%;
  color: var(--icocolr);
  font-size: 50px;
}
#abtowl .owl-nav .owl-next {
  float: right;
  position: absolute;
  right: -35px;
  top: 20%;
  color: var(--icocolr);
  font-size: 50px;
}
/*---------------why-us----------------------*/
.collaborate{
    background: var(--icocolr);
    padding: 60px 0;
}
.white-hd{
    font-family: 'Industry Test Book';  
    font-size: 30px;
    font-weight:lighter; 
    color:var(--whitpara);
    text-align: center;
}
.orange-hd{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  text-align: center;
  color:var(--maincolor);
}

/*----------------client------------------------------*/
#clientowl .item img{
    width:100%;
    text-align: center;
}
#clientowl .item{
    border: 1px solid #ccc;
    border-radius: 10px;
}
#clientowl p{
    text-align: center;
    color:var(--midcolor);
    font-size: 20px;
    font-weight: 700;
}
/*-------------footer--------------------------*/
.footer{
    background: var(--whitpara);
    padding: 20px 0;
}
.foot_logo{
    width:100%;
  }
  .foot_logo img{
    width:400px;
  }

.foot_para h4{
  font-family: 'Industry Test Book';
  color:var(--maincolor);
  } 

  .foot-list li a {
    display: flex;
    align-items: center;
    font-family: 'Industry Test Book';  
    font-size: 14px;
    font-weight: 600;
    color:var(--midcolor);
    margin: 10px 0;
  }
  .foot-list li a span{
    font-weight: 600;
  }
  .foot-list li a i{
    color:var(--maincolor);
    margin-right: 10px;
  }
  .rights{
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  .last{
    font-size: 12px;
    color:var(--midcolor);
  }
  .foot-det{
    font-family: 'Industry Test Book';
    color:var(--midcolor);
  }
/*///////////////////about////////////////////////*/
.small-banner{   
    background: var(--icocolr);
    padding-top: 2%; 
    min-height: 150px;    
}
.ban-items{
  font-family: 'Industry Test Book';
  text-align: center;       
}
.banner-hd{
    color:#fff; 
}
.abt-details{
    padding: 30px;
}
.choose-hdng{
  font-family: 'Industry Test Book';
  font-size: 24px;
  color: var(--icocolr);
}
.choose-ico {
   color: var(--midcolor);
}
/*/////////////services///////////////////////*/
.menu{
  text-align: center;
}
.menu p{
  color: var(--maincolor);
  font-family: 'Poppins', sans-serif;  
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0; 
}
.menu img{
  width:150px;
  height:150px;
  overflow: hidden;
  border-radius: 50%;

}

.row-box{
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 60vh;
}
.list li{
    font-family: 'Poppins', sans-serif;  
    font-size: 15px;
    color: var(--paracol); 
    text-transform: uppercase;
    margin: 10px 0;
}
.list li i{
  color: var(--maincolor);
  margin-right: 10px;
}

.hd{
    color:var(--midcolor);
    font-size:24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;  
    margin: 10px 0;
    text-transform: capitalize;
}
.ser-img{
  margin-bottom: 30px;
}
.list-det{
  font-family: 'Poppins', sans-serif;  
  font-size: 13px;
  color: var(--paracol); 
  margin: 10px 0;
}
/*//////////////////////////contact-us//////////////////////////*/
#contactForm{
  background: var(--icocolr);
  padding: 30px;
}
.con-line{
    text-align: center;
    text-transform: capitalize;    
  }
  .contline a{
    color: var(--paracol);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }  
 
  .con-box h3{
    font-size: 24px;
    font-weight: 600;
    color:#222;
    text-transform: capitalize;
    margin: 15px 0;
  }
  .con-box p{
    font-size: 16px;
    color:#5C5E5D;
    font-weight: 600;
  }
  .conthd{
    font-family: 'Industry Test Book';
    font-size: 22px;
    color:var(--icocolr);
    text-transform: capitalize;
    margin: 10px 0;
  }
  .con-line{
    font-family: 'Industry Test Book';
    font-size: 16px;
    color:#fff;
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: 600;
  }
  .my-bttn{
    background-color:var(--maincolor);
    color:#fff !important;
    padding: 10px 100px;
    border: none;
    border-radius: 5px;
  }
  #contactForm .form-control::placeholder{
    text-transform: capitalize !important;
    font-style: italic;
  } 
  /*//////////career///////////////*/
  #career{
    background: var(--icocolr);
    padding: 15px;
  }
  .form-group{
    margin: 15px 0;
  }
  .form-group label{
    font-family: 'Poppins', sans-serif;  
    font-size: 15px;
    color: var(--midcolor);
    text-transform: capitalize;
  }
  .btn{
    background: var(--maincolor) !important;
    padding: 10px 8px !important;
    color: #fff;
  }
  .form-group h3{
    font-family: 'Poppins', sans-serif;  
    font-size: 20px;
    color: var(--paracol);    
  }
  .cline{
    font-family: 'Poppins', sans-serif;  
    font-size: 16px;
    color: var(--icocolr);
  }
  
/*////////////////SERVICE////////////////////////////*/
   .service-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .icon-box {
      font-size: 40px;
      color: var(--maincolor);
      margin-bottom: 15px;
      text-align: center;
    }

    .cta-section {
      background-color: var(--icocolr);
      padding: 50px 20px;
      text-align: center;
    }
    .orng-line{
      color:#222;
      font-family: 'Poppins', sans-serif;  
      font-size: 24px;
    }
    .line1{
        font-family: 'Industry Test Book';
        font-size: 20px;
        font-weight: bold;
        color:var(--icocolr);
    }