body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: "f1";
  }
  a {
    text-decoration: none !important;
  }
  ul {
  
    padding-left: 0 !important;
  }
  @font-face {
    font-family: "f1";
    src: url(../fonts/Poppins-Regular.ttf);
  }
  @font-face {
    font-family: "f2";
    src: url(../fonts/Poppins-Medium.ttf);
  }
  @font-face {
    font-family: "f3";
    src: url(../fonts/Poppins-SemiBold.ttf);
  }
  @font-face {
    font-family: "f4";
    src: url(../fonts/Poppins-Bold.ttf);
  }
  @font-face {
    font-family: "f5";
    src: url(../fonts/PoltawskiNowy-Medium.ttf);
  }
  .home_main{
    width: 95%;
    margin: auto;
  }
  .w-70 {
    width: 70%;
    margin: auto;
  }
  .w-90 {
    width: 90%;
    margin: auto;
  }
  .w-100 {
    width: 100%;
  }
  h1 {
    font-size: 30px !important;
    color: #000;
    font-family: "f4";
  }
  h6 {
    color: #808080;
    font-size: 20px;
    font-family: "f2";
  }
  p {
    font-size: 16px;
    font-family: "f1";
    color: #000;
    margin: 0 !important;
    line-height: 2;
  }
  .d-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .d-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .d-jb-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .btn-div {
    background-color: #30469A;
    border-radius: 5px !important;
    font-family: "f3";
    color: #fff !important;
    font-size: 14px !important;
    border: none;
    padding:8px 25px;
  }
  .btn-div-outline  img{
    width: 15px !important;
    margin-right: 10px;
  }
  .btn-div  img{
    width: 20px;
    margin-right: 10px;
  }
  .btn-div-outline {
    border-radius: 5px !important;
    border: 1px solid #30469A !important;
    font-family: "f3";
    color: #040E34 !important;
    font-size: 14px !important;
    border: none;
    padding:8px 25px;
  }
  .btn-div-outline-white {
    border-radius: 5px !important;
    border: 1px solid #ffffff !important;
    font-family: "f3";
    color: #ffffff !important;
    font-size: 14px !important;
    border: none;
    padding:8px 25px;
  }
  .btn-div-apply {
    background-color: #30469A;
    border-radius: 5px !important;
    font-family: "f3";
    color: #fff !important;
    font-size: 14px !important;
    border: none;
    padding:5px 20px;
  }
  .btn-div a { 
    color: #ffffff !important;
  }
  .btn-div-outline a { 
    color: #30469A !important;
  }
  .btn-div-outline-white a { 
    color: #ffffff !important;
  }
  .btn-div-apply a { 
    color: #ffffff !important;
  }
  .re_ser .btn-nc {
    background-color: #ffda30;
    border-radius: 5px !important;
    color: #000 !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
  }
  .re_ser .btn-nx {
    background-color: #ffda30 !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
    margin-top: 10px;
  }
  .re_ser .btn-nb {
    background-color: #000000 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
    margin-top: 10px;
  }
  .test_card .btn-nx {
    background-color: #ffda30 !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-family: "f3";
    font-size: 14px !important;
    border: none;
    padding: 8px 12px;
    margin-bottom: 10px;
  }
  /* nav starts */
  .navbar{
    background-color: #040E34;
  }
  .nav_me img {
    width: 200px !important;
  }
  .nav_me {
    z-index: 11;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    color: #fff;

    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  
  /* .nav_a{
      background: #006db6;
      padding: 5px;
  } */
  .nav_me .nav_a li a {
    font-family: "f1";
    font-size: 14px;
    color: #ffffff !important;
  }
  .nav_me .nav_top li a {
    font-family: "f1";
    font-size: 14px;
    color: #C9C9C9 !important;
  }
  .navbar-light .nav_top .nav-link {
   margin: 0px 10px !important;
  }
  .nav-item {
    position: relative;
  }
  .nav-link::before {
    position: absolute;
    content: "";
    background: #ffffff !important;
    margin: auto;
    bottom: 0;
    left: 23%;
    width: 50%;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: 0.2s;
  }
  .navbar-light .navbar-nav .nav-link.active {
    font-family: "f3";
  }
  .navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
    transition: 0.2s;
  }
  .navbar-light .navbar-nav .nav-link.active::before {
    opacity: 1;
  }
  
  .navbar-light .navbar-toggler {
    background-color: #040E34;
    color: #000 !important;
  }
  .navbar-light .navbar-nav .nav-link {
    margin: 0px 20px;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }

.top_nav{
    border-bottom: 1px solid #a7a7a799;
}

  .form-select{
    padding: 10px!important;
    box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
    /* width: 100%; */
    color: #929292 !important;
  }
  /* nav ends */
  

  /* home */
  .resume_txt img{
    width: 35px;
    padding-right: 10px;
    margin: auto;

  }
.resume_main .resume_txt p{
  color: #000;
} 
  .left_text h2{
    font-family: "f5";
    color: #040E34;
  }

  .cat_box{
    text-align: center !important;
    box-shadow: rgba(138, 196, 255, 0.2) 0px 8px 24px;
    width: 250px;
    padding:15px 0px;
  margin: 10px auto;
    border-radius: 10px;
  }
  .cat_box a{
   color: #000 !important;
   
    text-align: center !important;

  }
  .category_scroll .owl-carousel  .item{
    margin:20px 10px;
  }
  .category_scroll .owl-carousel .owl-nav{
    display: block !important;
  }

  .category_scroll .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    top: 50%;
  }
  .category_scroll .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    top: 50%;
  }
  button.owl-prev {
    background-color: #30469A !important;
    border-radius: 50px;
    border: none;
    color: #FFF !important;
    width: 30px;
    height: 30px;
    font-size: 24px !important;  /* Adjust size as needed */
    cursor: pointer; 
 line-height: 20px !important;

  }
  button.owl-next {
    background-color: #30469A !important;
    border-radius: 50px;
    border: none;
    color: #FFF !important;
    width: 30px;
    height: 30px;
    font-size: 24px !important;  /* Adjust size as needed */
    cursor: pointer; 
 line-height: 20px !important;

  }
  .top_logo img{
    width: 30px;
    
  }
  .top_logo p{
    color: #929292;
    margin-left: 10px !important;
  }
  .job_card_main{
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  }
 
 
  .job_card{
    border: 1px solid #040e3400;
    overflow:hidden !important;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(138, 196, 255, 0.2) 0px 8px 24px;
    transition: all .5s ease;
  }
  .job_card:hover {
    border: 1px solid #040e34c3;
    transition: .5s ease;
    box-shadow: rgba(138, 196, 255, 0.534) 0px 8px 24px;
  }
  .box_shadow{
    box-shadow: rgba(138, 196, 255, 0.2) 0px 8px 24px;
  }
  .job_card h2{
    color: #040E34;
    font-size: 20px;
    font-family: "f5";
    margin-top: 10px;
  }
  .detail_sec img{
    width: 14px !important;
    height: 14px !important;
    margin-top: 6px;
    margin-right: 5px;
  }
.detail_sec p{
  font-size: 14PX;
  color: #929292;
}
.detail_sec a{
  font-size: 15PX;
  color: #929292 !important;
  margin-bottom: 10px;
}

.cat_btn{
  padding-top: 10px;
  border-top: 1px solid #C9C9C9;
}
/*  job filter */
.drop_div .dropdown{
  position: static !important;
}
.drop_div .dropdown .dropdown-menu{
  position: absolute;
  padding: 20px;
  width: 95% !important;
  color: #fff  !important;
  margin:10px auto !important;
}
.job_filter h2{
  color:#040E34;
  font-size: 20px;
}
.drop_div .form-select {}
/*  job filter */

    /* home */

    
  /* footer div */
  .enq_text{
    position: fixed;
    right: 0;
    background-color: #000;
    display: inline-block;
    top: 40%;
    padding: 5px;
  }
  .enq_text a{
    cursor: pointer ;
    color: #fff !important;
    writing-mode: vertical-rl; /* Makes the text vertical from right to left */
    text-orientation: upright;
    
  }
  .footer_main{
    padding: 20px 10px;
    background-color:#040E34;
    
  }

  .logo_div img{
    padding: 10px;
 
    width: 200px;
  }
  .footer_list li a{
    color: #ffffff !important;
    font-family: "f1";
    font-size: 14px;
  }
  .footer_list  li{
    line-height: 40px;  
}
.add img{
    width: 20px !important;
    margin-right: 10px;
}
.add p{
    color: #000000 ;
}
.add a{
    font-family: "f1";
    color: #000000 !important;
}
.so_c a{
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #3EC1D5 !important;
}
.so_c p{
    color: #000000;
}
.footer_main h2{
    font-family: "f3";
    font-size: 22px;
    /* border-bottom: 1px solid #7e7e7e; */
    color: #fff !important;
    margin-bottom: 20px;
}
.footer_list{
    border-top: 1px solid #7e7e7e;
}
.social_links img{
    width: 25px;
    /* margin: 0px 7px; */
    border-radius: 100px;
}
.social_links-1 img{
    width: 25px;   
      margin: 0px 3px;
}
.social_links a{
    font-size: 14px;
    color: #fff !important;
    margin: 0px 10px;
}
.logo_foot img{
  width: 200px;
}
  /* footer div */

/* job detail */
.resume_txt h2{
  font-family:"f5";
  color: #040E34;
}
.resume_txt p{
  color: #929292;
}
.job_detail_left p{
  color: #424242;
}
.job_detail_right p{
  color: #424242;
}
.job_detail_right {
  position: sticky;
  top: 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: #F6F6F6;
}

/* job detail */
/* Page banner starts */

.ban_imgg {
  position: relative;
  height: 400px;
  overflow: hidden;

}

.ban_imgg img {
  object-fit: cover;
  min-height: 400px;
}
.ban_imgg_1 {
  position: relative;
  height: 500px;
  overflow: hidden;

}
.ban_imgg_1 img {
  object-fit: cover;
  min-height: 500px;
}

.cnt_div {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  left: 0;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 30px;
  font-family: "f5";
}
.inner_cnt h5{
  font-family: "f5";
  font-size: 35px;
  color: #fff;
}
.inner_cnt p{
 color: #ffff;
}
.ban_imgg::before  {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
 background-color: #000;
 content: "";
 opacity: .5;
}
.ban_imgg_1::before  {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
 background-color: #000;
 content: "";
 opacity: .5;
}
/* page banner ends */
/* articals page */
.articals_ban_sec img{
  width: 100%;
}
.articals_item{
  border: 1px solid #040e3400;
  position: relative;
  border-radius: 10px;
  border-radius: 10px;
}
.articals_item:hover{
  border: 1px solid #040e34c3;
    transition: .5s ease;
    box-shadow: rgba(138, 196, 255, 0.534) 0px 8px 24px;
}
.art_limg{
  position: relative;
  height: 200px;
  width: 200px;
  padding: 10px;
  overflow: hidden !important;
}
.art_limg img{
height: 100%;
border-radius: 8px;
width: 100%;
object-fit: cover;
}
.art_cnt{
  padding: 10px;
}
.art_cnt h2{
  margin-top: 10px !important;
  font-size: 20px;
  font-family: "f5";
  color: #30469A;
  margin-bottom: 10px !important;
  -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.art_cnt  h3{
  font-size: 40px;
  font-family: "f5";
  color: #30469A;
  margin: 20px 0px;
}
.art_cnt span{
  font-size: 12px;
  font-family: "f1";
  color: #000000;
}
.art_cnt p{
  font-size: 16px;
  font-family: "f1";
  line-height: 25px;
  color: #929292;
  margin-bottom: 10px !important;
  -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.art_cnt h6{
  font-size: 10px;
  font-family: "f2";
  color: #C7C7C7;
}
/* articals page */
/* contact */
.ban_below{
  background-color: #040E34;
  color: #fff !important;
}
.ban_below p{
  color: #fff !important;
}
.contact_card{
  border: 1.5px solid #040e3400;
  border-radius: 10px;
  transition: .5s ease;
}
.contact_card:hover{
  border: 1.5px solid #040e34c3;
    transition: .5s ease;
    box-shadow: rgba(138, 196, 255, 0.534) 0px 8px 24px;
}
.contact_card img{
  width: 100%;
}
.contact_card h2{
  margin-top: 10px;
  font-family: "f5";
  font-size: 20px;
  color: #30469A;
}
.btn_view{
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-top: 10px;
  padding: 5px 0px;
  border-radius: 0px 0px 5px 5px;
  background-color:#040E34;
}
.btn_view a{
  color: #fff !important;
  font-family: "f2";
}
.contact_card{
  position: relative;
  height: 420px;
}
.cantact_item{
  padding: 10px;
}
/* contact */

/* home enquiry starts */
.hom-enq {
  background: #ffda30;
  padding: 30px 0px 0px;
}
.hom-enquiry img {
  width: 70%;
  margin: auto;
}
.ho-fo {
  background: #fff;
  border-radius: 10px;
}
.ho-fo .form_clr{
  color: rgb(0 196 100);
}
.ho-fo h3{
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.enqu-con label {
  font-size: 16px;
  color: #262E36;
  font-family: "f1";
  margin-bottom: 10px;
}
.enqu-con .form-control {
  font-family: "f1";
  color: #262E36;
  font-size: 14px;
}
.enqu-con input::placeholder {
  color: #d8d8d8;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
}

.control, fieldset {
  margin: 6px 0;
}

label {
  display: inline-block;
  vertical-align: top;
}

.required {
  color: red;
}
.policy{
  font-size: 12px;
}
/* home enquiry ends */


/* file choose button */
input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
/* file choose button */

/* register page */
.instruct_div{
  background-image: url(../img/register-page.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: left; 
  align-items: center;
}

.register_cnt h3{
  font-size: 40px;
  font-family: "f5";
  color: #30469A;
  margin: 20px 0px;
}
.register_cnt{
  width: 80%;
}
.register_cnt p{
  font-size: 16px;
  font-family: "f1";
  line-height: 25px;
  color: #929292;
}
.reg_below h3{
  font-size: 30px;
  font-family: "f5";
  color: #30469A;
  margin: 20px 0px;
}
.reg_below p{
  font-size: 16px;
  font-family: "f1";
  line-height: 25px;
  color: #929292;
}
.reg_below h4{
  font-size: 20px;
  font-family: "f3";
  color: #30469A;
  margin: 20px 0px;
}
/* register page */


/* joinus page */
.abt_nova{
  padding: 20px;
  position: absolute;
  bottom: 0;
  background-color: #00948d;
}
/* joinus page */

/* for employe */
.right_img_what img{
  width: 100%;
}
.what_to_do{
  height: 100%;
  width: 100%;
background-color:#040E34;
}
/* for employe */
/* terms and conditions */
.terms_p p{
  line-height: 35px;
}
.terms_conditions h3{
  font-size: 20px;
  line-height: 35px;
  font-family: "f3";
}
.terms_p{
  margin: 30px 0px;
}
/* terms and conditions */

/* video_sec */
.vdo_sec {
  position: relative;
}
#videoWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.btn_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* allows video interaction */
}

.btn_section button {
  background: none;
  border: none;
  pointer-events: auto; /* enables clicking */
}
.btn_section img {
  width: 60px;
}

#pauseBtn {
  display: none;
}

#videoWrapper.playing:hover #pauseBtn {
  display: inline-block;
}
#pauseBtn {
  display: none;
}

#videoWrapper.playing:hover #pauseBtn {
  display: inline-block;
}

/* video_sec */
