

  html {
    scroll-behavior: smooth;

  }
  @font-face {
    font-family: 'alethiapro-regular';
    src: url('../font/alethiapro-regular.otf')
}
@font-face {
    font-family: 'alethiapro-italic';
    src: url('../font/alethiapro-italic.otf')
}

@font-face {
    font-family: 'AnandaBlackPersonalUseRegular';
    src: url('../font/AnandaBlackPersonalUseRegular-rg9Rx.ttf')
}
  body{
    box-sizing: border-box;
    margin: 0!important;
    background-color: #F7F7F7;
  }
  /***start career***/
  .imgcareer{
        padding-top: 8rem;
        background-image: url(../images/Career.jpeg);
        -webkit-background-size: cover!important;
        -moz-background-size: cover!important;
        -o-background-size: cover!important;
        background-size: cover!important;
        justify-content: center!important;
        display: flex!important;
        align-items: center;
      text-align: center!important;
        z-index: 0;
        height: 10%;
        position: relative;
    
  }
  .p-career{
      color: white;
      padding-bottom: 3rem;
      font-size: 42px;
      font-weight: bold;
      z-index: 20;
  }
  .blackcareer{
      position: absolute;
      background-color: black;
      opacity: 0.4;
      width: 100%;
      height: 100%;
      margin-bottom: 130px;
      overflow-y:hidden ;
      z-index: 10;
  }
  
    
  .text-career{
    font-size:18px;
    color:#fff ;
  }
  .text-career1{
    font-size:18px;
    color:#fff ;
  }
  .btn-career{
      border-radius: 0px;
      background-color: #111010;
      color: white;
      text-decoration: none;
      border: 1px solid #DDA74F;
      padding-top: 10px;
      padding: 10px 40px 10px 40px;
      transition: background 1s;
  }
  .btn-career1{
    border-radius: 0px;
    background-color: #111010;
    color: white;
    text-decoration: none;
    border: 1px solid #DDA74F;
    padding: 10px 20px 10px 20px;
    width: 120px;
    margin-left: 40%;
    transition: background 1s;
    margin-bottom: 20px;
}
  .btn-career:hover{
      background-color: #F7F7F7;
      color: #DDA74F;
  }
  .btn-career1:hover{
    background-color: #F7F7F7;
    color: #DDA74F;
}
  .p-career3{
    display: none;
  }
  .btn-career1{display: none;}
  @media(max-width:1006px){
    .p-career2{
      display: none;
    }
    .text-career{
      margin-top: 5px;
    }
    .btn-career{
      text-align: center;
      align-items: center;
      justify-content: center;
      display: none;
      color: white;
    }
    .btn-career1{
      text-align: center;
      align-items: center;
      justify-content: center;
    }
    .p-career3{
      display: block;
    }
    .btn-career1{
      display: block;
      color: white;
    }
  }
  .conten-career{
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 60px; 
  margin-bottom: 120px;
  }
  @media(max-width:767px){
    .btn-career1{
      margin-left: 1px;
    }
      }
 @media(min-width:1565px){
  .conten-career{
    margin-top: 120px;
  }
}
  /***end career***/
  /*start video*/
 @media (max-width:776px) {
  .v1{
    width: 95%;
    margin-top: 2%;
  
  }
 } 
  @media(max-width:970px){
    .p{
      padding-top: 10px;
      width: 100%;
     height: 200px;
     display: flex;}
  .text-career{
    font-size: 16px;
  }
  .text-career1{
    display: none;
  }
  }
  /*end video*/
  /*start modle*/

  .modle{
    border-radius: none;
  }
  .modal-dialog{
    padding-top: 70px!important;
  }
  .btn-close{
    position: absolute;
    float: right;
    padding-left: 160%; 
  }
  .col-form-label{
    font-weight: bold;
    /* font-family: "codec", Sans-serif; */
    margin-left: 3%;
    color: #fff;
  }
  .form-control1{
    width: 60%;
    border: 1px solid #DDA75F;
    background-color: #111010;
    color: #fff;
    padding: 6px;
    margin-left: 3%;
  }
.select-file{
  margin-left: 3%;
  font-size: 12px;
}
.pos{
  color: white;
  background-color: #111010;
  border-radius: px;
  border: 1px solid #DDA74F;
  padding: 15px  40px;
  margin-left: 3%;
  font-size: 14px;
  margin-bottom: 20px;
}
.pos:hover{
  background-color: #fff;
  color: #DDA74F;
}
.option{
color: #fff;
padding: 8px;
}
.modal{
  border-radius: 0;
  --bs-modal-border-radius:0;
  --bs-modal-width:640px;
}
  /*end modle*/
body{
  font-family: 'alethiapro-regular'!important;
 
}
  .modal-body{
    background-color: #111010!important;
    border: 1px solid #DDA75F;

  }