/* ---------------------------------------common css --------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
:root {
    --primary-color: #84C1FF;
   
   
  }
html,body{
    overflow-x: hidden;
    overflow-y: auto;
   
 }

html{
    font-size: 62.5%;
    
}
h1{
    font-size: 5.0rem;
    color: #FFFFFF;
    font-weight: 600;
}
h2{
    font-size: 4.5rem;
    color: #FFFFFF;
    font-weight: 600;

    
}
h3{
    font-size: 3.5rem;
    color: #000000;
    font-weight: 500;
   

}
h4{
    font-size: 2.9rem;
    color: #D1D1D1;
    font-weight: 800;

}
.button_apply01{
    padding: 15px 50px;
    font-size: 2.0rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
    /* display: block; */
}


.button_apply02{
    padding: 8px 30px 8px 30px;
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
}
.button_apply03{
    padding: 15px 54px 12px 58px;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
    display: block;
}
.button_view_all{
    padding: 16px 42px 16px 42px;
    font-size: 2.2rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
}
.button_view_more{
    padding: 16px 34px 17px 38px;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
}


.button_view_jobs{
    padding: 7px 18px 7px 18px;
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
}
.button_upload{
    padding: 15px 26px;
    font-size: 2.2rem;
    color: #FFFFFF;
    background-color: var(--primary-color);
}
.button_upload_02{
    padding: 16px 37px 15px 33px;
    font-size: 1.8rem;
    background-color: #FFFFFF;
    color: var(--primary-color);
}



img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

a{
    text-decoration:none ;
}
ul{
    list-style: none;
}
section,
.row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container{
    max-width: 1250px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    /* border: 10px solid green; */
}
.common-padding{
    padding:100px 0;
    
}
.row{
    margin: 0 -15px;
}


/*-------------------------------------------------------- common css end -----------------------------*/



/* ----------------------UpperNavbar -------------*/
nav{
    /* position: absolute; */
    width: 100%;
    z-index: 100;
}
.upper_nav{
    background-color: var(--primary-color);
    padding-top: 10px;
    padding-bottom: 12px;
}
.upper_nav_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upper_nav_main .address{
    display: flex;
    align-items: center;
}
.upper_nav_main .right_part{
    display: flex;
    align-items: center;
}
.upper_nav_main .right_part .call,.upper_nav_main .right_part .email{
    display: flex;
    align-items: center;
    margin: 0 40px;
}
.upper_nav_main .right_part .call i,.upper_nav_main .right_part .email i,.upper_nav_main .address i{
    margin-right: 3px;
    font-size: 1.4rem;
    color: white;

   
}
.upper_nav_main .right_part .call a,.upper_nav_main .right_part .email a,.upper_nav_main .address a{
    margin-left: 3px;
    font-size: 1.4rem;
    color: white;

}
.upper_nav_main .address a:hover,
.upper_nav_main .address i:hover{  
    color: #000000;
}
.upper_nav_main .right_part .call a:hover,
.upper_nav_main .right_part .call i:hover,
.upper_nav_main .right_part .email a:hover ,
.upper_nav_main .right_part .email i:hover ,
.upper_nav_main .right_part .vector a:hover
 
 {
    color: #000000;

 }

.upper_nav_main .right_part .email{
    margin-right: 100px;
}

/* bottom _navbar */
.bottom_navbar{
    padding-top: 32px;
    position: absolute;
    z-index: 100;
    width: 100%;
}

.bottom_navbar_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_navbar_main .logo_all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
}
.bottom_navbar_main .logo_all .toggler{
    font-size: 25px;
    color: white;
    display: none;
}


/* .bottom_navbar_main .logo {
   background: none;
} */
.bottom_navbar_main .navlist .mainmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_navbar_main .navlist .mainmenu  li{
    margin: 0 25px;
}
.bottom_navbar_main .navlist .mainmenu  li a{
  font-size: 1.8rem;
  color: white;
  padding: 10px 20px;
 
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease-in-out;

}
.bottom_navbar_main .navlist .mainmenu  li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: skyblue; /* Sky blue underline */
    transition: width 0.3s ease-in-out;
}

.bottom_navbar_main .navlist .mainmenu  li a:hover::after {
    width: 100%; /* Expands underline on hover */
}


.bottom_navbar_main .navlist .mainmenu  li a:hover{
  color: var(--primary-color);


}
.bottom_navbar_main .navlist .mainmenu  .active{
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    background-color: rgba(135, 206, 235, 0.2); /* Light sky blue overlay effect */
    padding: 10px 20px;
    border-radius: 5px; /* Optional: Smooth corners */
    background-color: rgb(97, 97, 97);
    

}
.bottom_navbar_main .navlist .mainmenu  .active a:hover::after {
    width: 0%; /* Expands underline on hover */
    
}
.bottom_navbar_main .navlist .mainmenu  .active a:hover{
color: white;
}

.bottom_navbar_main .navlist .mainmenu .toggler i{
    color: white;
    font-size: 25px;

}
/* .bottom_navbar_main .navlist .mainmenu .toggler{
    display: none;
} */

.slidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 25%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  

}
.bottom_navbar_main .navlist .slidebar li {
    margin: 20px 0;
    width: 100%;
   
}
.bottom_navbar_main .navlist .slidebar li a{
    width: 100%;
    color: black;
 
}
.slidebar .cross a i{
    font-size: 2.5rem;
    color: black;

}
.slidebar .cross a i:hover{
    color: black;
}
.bottom_navbar_main .navlist .slidebar li a{
    font-size: 1.8rem;
    color: #0080ff;
    padding: 10px 20px;
    font-weight: 700;

   
  
  
  }
  
  
  
  
  .bottom_navbar_main .navlist .slidebar li a:hover{
    color: black;
  
  
  }
  .bottom_navbar_main .navlist .slidebar  .active{
    transform: scale(0.95); /* Slightly shrink the button when clicked */
    background-color: rgba(135, 206, 235, 0.2); /* Light sky blue overlay effect */
    padding: 5px ;
    border-radius: 5px; /* Optional: Smooth corners */
    border: 1px solid black;

}



/* form */
.form{
  
}
.main-form{
            
    max-width: 1250px;
    width: 70%;
   
    max-height: 747px;
    height: 70%; 
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    /* border: 5px solid red; */
    /* margin:10% auto; */
    margin-top: 10%;
    position: fixed; 
     z-index: 2000;
     top: 5%;
 
    
    display: none;
}
.main-form .close:hover{
    background-color: red;
    color: white;
    cursor: pointer;
}
.close{
    position: absolute;
    top: 0%;
    /*left: 96%;
    */right: 0%;
    /*border: 1px solid black;
    */
    border-bottom-left-radius:10px;
    font-size: 3.0rem;
    padding: 0px 20px;
    font-weight: bold;
    background-color: black;
    color: white;
   
}
.main-form figure{
    max-width: 710px;
    width: 50%;

}

.main-form .form{
    max-width: 710px;
    width: 50%;
    padding:20px;
    text-align: center;
    background-color: #f7f6f6;
    overflow: scroll;
    
 
    
    
}
.main-form .form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: white;
    padding:10%;
    width: 100%;
}
.main-form .form form input{
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
    width: 100%;
    background-color: #E4F1FF;
    border: none;
    outline: none;
    padding: 20px;
    border-radius: 50px;
    
    
}
.main-form .form  form input:nth-child(7){
    margin: 0;
  }
  .main-form .form form input::placeholder{
      color: #84C1FF;
      /* font-size: 14px; */
      font-size: 1.4;
      font-weight: 400;
     
    
  }
  .main-form .form  h3{
      /* font-size: 25px; */
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: 16px;
  }
  .main-form .form  form .submit{
      /* border: 1px solid black; */
       width: 100%;
       display: inline-block;
       border-radius: 50px;
       padding: 10px;
       color: #BFBFBF;
       /* font-size: 25px; */
       font-size: 2.5rem;
      font-weight: 600;
      margin-top: 30px;
      background-color: #f4f4f4;
  }
  .main-form .form  form .submit:hover{
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
  }
  .main-form .form  form .reset:hover{
    color: black;
  }

  .main-form .form form .reset{
      display: flex;
     width: 85%;
     justify-content: flex-end;
     margin-top:16px;
  
  }
  .main-form .form form .reset a{
      text-decoration: none;
      /* font-size: 15px; */
      font-size: 1.5rem;
      font-weight: 400;
      color: #84C1FF;
      text-transform: capitalize;
  }
  .main-form .form p{
    color: red;
    /* border: 1px solid black; */
    padding-left: 20px;
    font-size: 1.5rem;
    margin:5px 0 ;
    width: 100%;
  }

  


  .main-form-2{
            
    max-width: 1250px;
    width: 70%;
   
    max-height: 747px;
    height: 70%; 
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    /* border: 5px solid red; */
    /* margin:10% auto; */
    margin-top: 10%;
    position: fixed; 
     z-index: 2000;
     top: 5%;
 
    
    display: none;
}
.main-form-2 .close:hover{
    background-color: red;
    color: white;
    cursor: pointer;
}
.close{
    position: absolute;
    top: 0%;
    /*left: 96%;
    */right: 0%;
    /*border: 1px solid black;
    */
    border-bottom-left-radius:10px;
    font-size: 3.0rem;
    padding: 0px 20px;
    font-weight: bold;
    background-color: black;
    color: white;
   
}
.main-form-2 figure{
    max-width: 710px;
    width: 50%;

}

.main-form-2 .form{
    max-width: 710px;
    width: 50%;
    padding:20px;
    text-align: center;
    background-color: #f7f6f6;
    overflow: scroll;
    
 
    
    
}
.main-form-2 .form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: white;
    padding:10%;
    width: 100%;
}
.main-form-2 .form form input{
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
    width: 100%;
    background-color: #E4F1FF;
    border: none;
    outline: none;
    padding: 20px;
    border-radius: 50px;
    
    
}
.main-form-2 .form  form input:nth-child(7){
    margin: 0;
  }
  .main-form-2 .form form input::placeholder{
      color: #84C1FF;
      /* font-size: 14px; */
      font-size: 1.4;
      font-weight: 400;
     
    
  }
  .main-form-2 .form  h3{
      /* font-size: 25px; */
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: 16px;
  }
  .main-form-2 .form  form .submit{
      /* border: 1px solid black; */
       width: 100%;
       display: inline-block;
       border-radius: 50px;
       padding: 10px;
       color: #BFBFBF;
       /* font-size: 25px; */
       font-size: 2.5rem;
      font-weight: 600;
      margin-top: 30px;
      background-color: #f4f4f4;
  }
  .main-form-2 .form  form .submit:hover{
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
  }
  .main-form-2 .form  form .reset:hover{
    color: black;
  }

  .main-form-2 .form form .reset{
      display: flex;
     width: 85%;
     justify-content: flex-end;
     margin-top:16px;
  
  }
  .main-form-2 .form form .reset a{
      text-decoration: none;
      /* font-size: 15px; */
      font-size: 1.5rem;
      font-weight: 400;
      color: #84C1FF;
      text-transform: capitalize;
  }
  
  .main-form-2 .form p:nth-child(2)
  {
    font-size: 2.5rem;
    font-weight: 600;
    color: black;
  }
  .main-form-2 .form form{
    background: none;
  }
  .main-form-2 .form form .create p{
    font-size: 1.5rem;
    /* color: black; */
    
  }
  .main-form-2 .form form .create p a{
    color: var(--primary-color);
    margin: 0 5px;
  }
  .main-form-2 .form form .error{
    color: red;
    /* border: 1px solid black; */
    padding-left: 20px;
    font-size: 1.5rem;
    margin:5px 0 ;
    width: 100%;
  }
  .main-form-2 .form form .create p a:hover{
    cursor: pointer;
    color: black;

  }

  



/* form */
 

/* banner */
.banner{
    background-image: url("../images/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    min-height: 800px;
    height: 100%;
    position: relative;
    /* z-index: 1; */
    /* padding-top: 10%; */
    /* padding-bottom: 20%; */

}
.banner .heading{
    width: 60%;
    text-align: center;
    padding-top: 10%;
}
.banner .heading  h1 span{
    color: var(--primary-color);
}
.banner .heading p{
    font-size: 2.4rem;
    color: white;
    margin-top: 58px;
    margin-bottom: 50px;
}

.banner .search-container{
    background-color: white;
    margin-top: 50px;
    padding: 34px 50px;
    max-width: 1038px;
    width: 100%;
    border-radius: 15px;
   
   
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.banner .search-container form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;

}
.banner .search-container select{
  
    border: none;
   outline: none;
   font-size: 1.3rem;
   color: #A7A7A7;
   font-weight: 600;
   width: 100%;
  
   

}

.banner .search-container form .search-box{
    padding: 16px 23px;
    border: 1px solid black;
    /* max-width: 211px;
    width: 100%; */
    width: 23%;

}
.banner .search-container form .btn a{
display: inline-block;

}
.banner .search-container form .btn a:hover{
    
    /* border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgb(184, 184, 184); */
    background-color: #0080ff;

    color: #000000;
    

}


/* ----------------------MNC--------------- */
.mnc{
    padding: 25px 40px;
}
.mnc_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* gap: 20px; */
}

.mnc_main .mnc-card{
    width: 20%;
    /* border: 1px solid black; */
    text-align: center;
}
.mnc_main .mnc-card a{
    font-size: 2.9rem;
    color: #D1D1D1;
    font-weight: 800;
}
.mnc_main .mnc-card a:hover{
    color: var(--primary-color);
}

/* -----------------------MNC END ------------*/
/* PATH_Start */

.path{
    background-color: #F6F7FC;
    padding: 100px 0;
    /* padding-bottom: 28px; */
}
.path .row{
    margin: 0 -15px;
}
.path .path-main{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 50px 0;
    width: 100%;
    gap:72px 38px;
}
.path  .heading{
    padding-bottom: 50px;
}
.path .path-main .card:hover{
    box-shadow: 0px 0px 30px 0px var(--primary-color);
}
.path .path-main .card{
    text-align: center;
    /* border: 1px solid black; */
    max-width:275px ;
    width: 100%;
    position: relative;
    padding: 100px 32px 24px 32px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #ffffff;
}
/* .path .path-main .card .txt p:nth-child(1){
    font-size: 1.8rem;
    font-weight: 600;

    margin-bottom: 10px;

} */
.path .path-main .card .txt p:nth-child(2){
    font-size: 1.4rem;
    font-weight: 500;
    color: #9A9A9A;

}

.path .path-main figure{
 position: absolute;
 top: -6%;
 left: 50%;
 transform:translate(-50px,-50px) ;
 -webkit-transform:translate(-50px,-50px) ;
 -moz-transform:translate(-50px,-50px) ;
 -ms-transform:translate(-50px,-50px) ;
 -o-transform:translate(-50px,-50px) ;
 box-shadow: 0px 4px 10px rgb(226, 226, 226);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
}

.path .path-main .card .txt a{
    font-size: 1.8rem;
    font-weight: 600;
    color: black;

    margin-bottom: 10px;

}
.path .path-main .card3 .txt a{
    font-size: 1.6rem;
    
}
.path-main .card figure a:hover{
    cursor: pointer;

}

.path-main .card .txt a:hover{
    color: var(--primary-color);
}


/* <!-- jobs-of day --> */


.jobs-off-day .container .row{
    margin: 0 -15px;
}
.jobs-off-day .heading{
    margin-bottom: 25px;
}
.jobs-off-day .jobcard_main{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    
    width: 100%;
}
.jobs-off-day .jobcard_main .jobcard{
    max-width: 376px;
    width: 100%;
    background-color: #F6F7FC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* margin-bottom:50px ; */
    
}
.jobs-off-day .jobcard_main .jobcard:hover{
    box-shadow: 0px 0px 15px 0px rgb(87, 86, 86);
    transition: all 0.4s ease-in-out;
    transform: scaleY(1.1);
    cursor: pointer;
    -webkit-transform: scaleY(1.1);
    -moz-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    -o-transform: scaleY(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.jobs-off-day .jobcard_main .jobcard .bottom-txt .apply a:hover{
    background-color: #0080ff;

    color: #000000;
}


.jobs-off-day .jobcard_main .jobcard .top_heading {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 11px 0;
    border-bottom: 1px solid #6C6D6F;


}
.jobs-off-day .jobcard_main .jobcard .bottom-txt{
    padding: 28px 16px;
}
.jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(1){
    font-size: 1.6rem;
    font-weight: 500;
}
.jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(2){
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}
.jobs-off-day .jobcard_main .jobcard .bottom-txt .jd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 8px;
}
.jobs-off-day .jobcard_main .jobcard .bottom-txt .jd p{
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.jobs-off-day .jobcard_main .jobcard .bottom-txt .apply{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.jobs-off-day .jobcard_main .jobcard .bottom-txt .apply p{
    font-size: 1.2rem;
    font-weight: 400;
    color: #B4B4B4;
    margin: 0;
}

.jobs-off-day .btn a{
    display: inline-block;
    margin-top: 42px;
   

}
.jobs-off-day .btn a:hover{
    background-color: #0080ff;

color: #000000;

}






/* <!-- jobs-of day --end --> */


/* Section hiring */
.hiring{
    background-color: #f7f6f6;
}
.hiring h3{
    margin-bottom: 40px;
}
.hiring .button{
    margin-top: 40px;
}
.hiring .button{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.hiring .button a{
    padding: 14px 48px;
    border: 1px solid black;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 2.0rem;
    font-weight: 300;
    color: black;
}
.hiring .button .tele a{
    padding: 14px 43px;

}
.hiring .button .finance a{
    padding: 14px 20px;

}

.hiring .button a:hover{
    background-color: var(--primary-color);
    color: white;
    border: none;
}
.hiring .card-img-main{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 25px;
}
.hiring .card-img-main .card-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    max-width: 216px;
    width: 100%;
    padding: 13px 28px;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.hiring .card-img-main .card-img figure{
   height: 40%;
}
.hiring .card-img-main .card-img .card-body .star{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* border: 1px solid black; */
    margin-bottom: 12px;
}
.hiring .card-img-main .card-img .card-body p:nth-child(1)
{
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 14px;
    text-align: center;
}
.hiring .card-img-main .card-img .card-body .second-para
{
    font-size: 8.5px;
    font-weight: 300;
    line-height: 13px;
    text-align: center;
    margin-bottom: 20px;

}
.hiring .card-img-main .card-img .card-body .star span
{
    font-size: 1.0rem;
    font-weight: 300;
    margin-left: 5px;
 
}
.hiring .card-img-main .card-img .card-body a:hover
{
background-color: #0080ff;
color: #000000;

}
.hiring .btn a:hover{
background-color: #0080ff;
color: #000000;

}
.hiring .card-img-main .card-img .card-body .star i{
    color: rgb(233, 214, 1);
}
.hiring .card-img-main .card-img .card-body a{
    padding: 6px 18px;
    background-color: var(--primary-color);
    color: white;
    font-size: 1.2rem;
    margin-bottom: 5px;
    display: inline-block;
}
.hiring .btn{
    margin-top: 25px;
}
.hiring .btn a{
    display: inline-block
}



/* section hiring end */

/* upload-cv */
.upload-cv{
    background-color: #f7f6f6;
    /* background-color: #0080ff; */
}
.upload-cv .box{
    display: flex;
    justify-content: flex-end;
    align-items:center;
    position: relative;
    max-width: 1054px;
    width: 100%;
    /*border: 1px solid black;*/
    padding: 35px 94px;
    background-color: white;
    gap: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
   
}
.upload-cv .row{
    padding:0 15px;
}
.upload-cv .box figure{
    position: absolute;
    top: -11%;
    left: -16%;
    transform: translate(2%,0%);
    -webkit-transform: translate(2%,0%);
    -moz-transform: translate(2%,0%);
    -ms-transform: translate(2%,0%);
    -o-transform: translate(2%,0%);
    max-width: 448px;
    width: 100%;
}
.upload-cv .box .txt{
    width: 50%;
}
.upload-cv .box .txt p:nth-child(1)
{
    font-size:3.5rem;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 48px;
}
.upload-cv .box .txt p:nth-child(2)
{   margin-top: 17px;
    font-size:2.1rem;
    font-weight: 300;
    color: #737373;
}
.upload-cv .box .btn{
    /* border: 1px solid red; */
    /* margin: 0 auto; */
}
.upload-cv .box .btn a{
    display: inline-block;
}
.upload-cv .box .btn a:hover{
    background-color: #0080ff;
    color: #000000;
    
    }
/* upload-cv end */


/* Swiper */
.swipper{
 background-color: #f7f6f6; ;
}
.swipper .box{
    max-width: 735px;
    width: 100%;
    padding: 55px 65px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    /*border: 1px solid black;*/
    box-shadow: 0px 0px 38px 0px var(--primary-color);
    background-color: white;
    border-radius:15px ;
    -webkit-border-radius:15px ;
    -moz-border-radius:15px ;
    -ms-border-radius:15px ;
    -o-border-radius:15px ;
}
.box .txt{
    margin-bottom: 20px;
}
.box .txt p:nth-child(1)
{
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 6px;
}
.box .txt p:nth-child(2){
    margin-top: 6px;
    font-size:2.2rem;
    color:#959595;

}
.box .img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* width: 100%; */
}


/* swiper-end */

/* Blog */
.blog{
    background-color: #f7f6f6;

}
.blog h3{
    margin-bottom: 30px;
}
.blog .card-main{
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    
}
.blog .card-main .card figure img{
    /* height: 30%; */
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.blog .card-main .card{
    max-width: 394px;
    width: 100%;
    background-color: white;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.blog .card-main .card .txt{
    padding: 28px;
}
.blog .card-main .card .txt p:nth-child(1)
{
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 12px;
}
.blog .card-main .card .txt p:nth-child(2)
{
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 23px;
}
.blog .card-main .card .txt .txt-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog .card-main .card .txt .txt-flex p{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
   
}
/* Blog-end */






/* Footer */
footer{
    background-color: var(--primary-color);
}
.upper_footer{
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding-bottom: 59px;
    flex-wrap: wrap;
    gap: 50px ;
}
.upper_footer .left_part{
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.upper_footer figure{
   margin-bottom: 25px;
}
.upper_footer figure:hover{
    cursor: pointer;
}
.upper_footer .icon{
    
    margin-top: 25px;
 }
 .upper_footer .icon a i:hover{
    cursor: pointer;
    color: black;
 }
 .upper_footer .icon a i{
    font-size: 15px;
    color: var(--primary-color);
    padding: 8px;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 15px;
}
.upper_footer .middle_part {
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
   
    flex-direction: column;
}
.upper_footer .middle_part ul{
    display: flex;
    margin-bottom: 20px;
  
}
.upper_footer .middle_part ul li:nth-child(1){
   margin-right:7px; 
  
}
.upper_footer .middle_part ul li:nth-child(2){
    margin: 0 7px;
   
 }
 .upper_footer .middle_part ul li:nth-child(3){
    margin: 0 7px;
   
 }
 .upper_footer .middle_part ul li:nth-child(4){
   margin-left: 7px;
   
 }
.upper_footer .middle_part ul li a{
   font-size: 1.8rem;
   color: white;
   
 }
 .upper_footer .middle_part ul li a:hover{
    cursor: pointer;
    color: black;
 }
 .upper_footer .middle_part  .email i:hover,.upper_footer .middle_part  .email a:hover{
    cursor: pointer;
    color: black;
 }

 .upper_footer .middle_part  .call i:hover,.upper_footer .middle_part  .call a:hover{
    cursor: pointer;
    color: black;
 }
 .upper_footer .middle_part  .email{
    margin-top: 11px;
 }
 .upper_footer .middle_part  .call{
    margin-top: 20px;
    margin-bottom: 11px;
    width: 100%;
 }
 .upper_footer .middle_part  .call i,.upper_footer .middle_part  .email i{
    font-size: 15px;
    padding: 5px;
 
   color: white;
 }
 .upper_footer .middle_part  .call a, .upper_footer .middle_part  .email a{
    font-size:1.8rem ;
    color: white;
 }
 .rightpart{
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 10px;
 }
 .rightpart input{
   
    width: 70%;
    padding: 12px 21px;
    border: none;
    outline: none;
 }
 .rightpart input::placeholder{
    font-size: 1.4rem;
    color: #B0B0B0;
 }
 .rightpart i{
    font-size: 15px;
    padding: 14px;
    background-color: white;
    color: var(--primary-color);
 }
 .rightpart i:hover{
    cursor: pointer;
    color: black;

 }
 footer .lower-footer{
    border-top: 1px solid #EBECF1;
    padding: 18px 0;
    text-align: center;

 }
 footer .lower-footer p{
  color: white;
  font-size: 1.8rem;
  font-weight: 500;

 }
 footer .lower-footer p a{
    color: white;
   
  
   }


/* footer-end */


/* sipper css */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-wrapper{
    padding: 50px 0 !important;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 5.0rem;
 }
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 5.0rem;
 }
/* Responsive*/



@media (max-width: 1199px) {
   html{
    font-size: 58%;
   }
   .banner{
    /* padding-top: 45%; */
    /* padding-bottom: 25%; */
}
   .banner .heading{
    width: 70%;
}
.banner .search-container{
    width: 75%;
}


.common-padding{
    padding: 50px 0;
}
.upper_footer .middle_part ul li a{
    font-size: 16.4px;
  
}
.upper_footer .middle_part  .call a, .upper_footer .middle_part  .email a{
    font-size: 16.4px;
    
}
footer .lower-footer p{
     font-size: 16.4px;
} 
.rightpart input::placeholder{  
    font-size: 16.4px;
    
} 


}


@media (max-width: 991px) {
    .banner{
        /* padding-top: 50%; */
        /* padding-bottom: 50%; */}
html{
        font-size: 55%;
}
  
.bottom_navbar_main .navlist .mainmenu{
        display: none;
} 
.bottom_navbar_main .logo_all{

width: 100%;
}
.bottom_navbar_main .logo_all .toggler{

display: block;
}
.banner .heading{
  /* margin-top: 20%; */
  width: 80%;
}
.banner .heading p{
    margin-top: 38px;
    margin-bottom: 40px
}
.banner .search-container{
    margin-top: 40px;
}  
.banner .search-container form .search-box{
    width: 45%;
}
.banner .search-container form .btn{
    width: 45%;
}
.button_view_all{
    padding: 14px 28px;
}
.common-padding{
    padding-top: 80px;
    padding-bottom: 80px;
}
  
    
    .upload-cv .box  figure{
        width: 100%;
        position: relative;
        margin: 0 auto;
      
        left: 0%;
          
       }
       .upload-cv .box{
        flex-direction: column;
        text-align: center;
        padding: 50px;
       }

  


   
    .common-padding{
        padding: 50px 0;
    }  
    .upper_footer {
        align-items: start; 
        gap: 20px;
    }
    .upper_footer .middle_part{
        padding: 8px;
    } 
    .rightpart{
   
        justify-content: start;
        align-items:start;
       
     }
     .upper_footer .middle_part ul li a{
        font-size: 15.4px;
         
       }
       .upper_footer .middle_part  .call a, .upper_footer .middle_part  .email a{
        font-size: 15.4px;
        
      }
      footer .lower-footer p{
         
        font-size: 15.4px;
        }  
        .rightpart input::placeholder{
       
            font-size: 15.4px;
        
        
         } 
         .main-form .form{
          padding: 5%;
            
            
        }
        .main-form{
            
            max-width: 1000px;
            width: 80%;
           
            max-height: 747px;
            height: 70%; 
          
             top: 8%;
         
         
            /* display: none; */
        }
        .main-form .form form input{
            /* margin-bottom: 20px; */
           
            padding: 15px;
          
            
            
        }




        .main-form-2 .form{
            padding: 5%;
              
              
          }
          .main-form-2{
              
              max-width: 1000px;
              width: 80%;
             
              max-height: 747px;
              height: 70%; 
            
               top: 8%;
           
           
              /* display: none; */
          }
          .main-form-2 .form form input{
              /* margin-bottom: 20px; */
             
              padding: 15px;
            
              
              
          }
          /*==========================================swiper=========================*/
          .swipper .box{
            max-width: 735px;
            width: 80%;
            padding: 45px 55px;
           
        }
        .swiper-button-next,.swiper-button-prev{
            width:10%; 
        }
       
}


@media (max-width: 767px) {
    .banner{
        /* padding-top: 50%; */
        /* padding-bottom: 50%; */
      
    }
    html{
        font-size: 50%;
    }
   
    .banner .heading{
        /* margin-top: 40%; */
        width: 100%;
      }
      .banner .heading p{
          margin-top: 38px;
          margin-bottom: 40px
      }
      .banner .search-container{
          margin-top: 40px;
      }
      


    .upper_nav_main{
        flex-direction: column;
        align-items: start;
      
       
    }
    .upper_nav_main .right_part{
        flex-direction: column;
        align-items: start;
        margin-top: 6px;
    }
    .upper_nav_main .right_part .call,.upper_nav_main .right_part .email{
       
        align-items: start;
        margin: 6px 0px;
    }
    .jobs-off-day .jobcard_main .jobcard .top_heading {
     
        font-size: 12px;
      
    
    
    }
  
    .jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(1){
        font-size: 16px;
       
    }
    .jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(2){
        font-size: 12px;
       
    }
  
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .jd p{
      font-size: 12px;
    
    }
   
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .apply p{
        font-size: 12px;
      
    }
    .button_apply02{
      font-size: 12px;
    }
    .button_view_all{
        padding: 12px 20px;
        font-size: 17px;
     
    }  
    .hiring .button {
        gap: 30px;

    }
    .hiring .button a{
        padding: 14px 48px;
       
    }
    .hiring .button .tele a{
        padding: 14px 43px;
    
    }
  
    .hiring .button .finance a{
        padding: 14px 38px;
    }
    .hiring{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .hiring h3{
        margin-bottom: 30px;
    }
    .hiring .button{
      
        margin-top: 30px;
    }
    .hiring .card-img-main .card-img .card-body p:nth-child(1)
{
   font-size: 12px;
}
.hiring .card-img-main .card-img .card-body .second-para
{
   font-size: 8.5px;

}
.hiring .card-img-main .card-img .card-body .star span
{
    font-size: 10px;
 
}

.hiring .card-img-main .card-img .card-body a{
   font-size: 12px;
}
.upload-cv .box{
   
    padding: 30px;
   }
   .upload-cv .box .txt p:nth-child(1)
{
   
    line-height: 38px;
} 
.upper_footer .middle_part .call {
    margin-top: 10px;
    margin-bottom: 5px;
  
}
  
.upper_footer .icon {
    margin-top: 12px;
} 
.common-padding{
    padding: 50px 0;
} 
.upper_footer .middle_part ul li a{
    font-size: 14.4px;
     
   }
   .upper_footer .middle_part  .call a, .upper_footer .middle_part  .email a{
    font-size: 14.4px;
    
  }
  footer .lower-footer p{
     
    font-size: 14.4px;
    }  
    .rightpart input::placeholder{
       
        font-size: 14.4px;
    
    
     } 
     /* .blog .card-main .card figure{
        height: 40%;
    } */
     .blog .card-main .card .txt p:nth-child(1)
{
   font-size: 17px;
  
}
.blog .card-main .card .txt p:nth-child(2)
{
    font-size: 12px;


}

.blog .card-main .card .txt .txt-flex p{
    font-size: 12px;
  
   
}
.main-form{
            
    max-width: 1000px;
    width: 90%;
   
    max-height: 747px;
    height: 70%; 
  
     top: 10%;
 
 
    /* display: none; */
}
.main-form .form form input{
    margin-bottom: 15px;
   
    padding: 10px;
  
    
    
}
.main-form .form form{
   
    padding:2%;
   
}


.main-form-2{
            
    max-width: 1000px;
    width: 90%;
   
    max-height: 747px;
    height: 70%; 
  
     top: 10%;
 
 
    /* display: none; */
}
.main-form-2 .form form input{
    margin-bottom: 15px;
   
    padding: 10px;
  
    
    
}
.main-form-2 .form form{
   
    padding:2%;
   
}
.swiper-button-next,.swiper-button-prev{
    width:7%; 
}


   
}


@media (max-width: 575px) {
    .banner{
        /* padding-top: 70%; */
        /* padding-bottom: 85%; */
    }
   
    html{
        font-size: 45%;
    }
    .banner .heading{
        /* margin-top: 60%; */
        width: 100%;
      }
      .banner .heading p{
          margin-top: 28px;
          margin-bottom: 20px
      }
      .banner .search-container{
          margin-top: 10px;
      }

 

    .banner .search-container form .search-box{
       
        width: 100%;
    
    }
    .banner .search-container form .btn{
       
        width: 100%;
    
    }
    .banner .search-container{
        padding: 20px 30px;
        margin-bottom: 20px;
    }
    .banner .search-container form .search-box{
        padding: 10px;
       
    
    }
    .button_apply01{
        padding: 10px 20px;
      
    }
    .bottom_navbar_main .navlist .slidebar li a{
        font-size: 12px;
       
        padding: 10px;
    
       
      
      
      }
      .upper_nav_main .right_part .call i,.upper_nav_main .right_part .email i,.upper_nav_main .address i{
      
        font-size: 10px;
     
    
       
    }
    .upper_nav_main .right_part .call a,.upper_nav_main .right_part .email a,.upper_nav_main .address a{
    
        font-size: 10px;
      
    
    }
    .slidebar .cross a i{
        font-size: 20px;
        
    
    }
    .mnc_main .mnc-card{
        width: 100%;
        margin: 10px 0;
       
    }
    .path .path-main figure{
        width: 35%;
       }
       .path .path-main .card{
        
        padding: 80px 25px 12px 25px;
      
    }
    .path .path-main .card .txt p:nth-child(1){
       font-size: 12px;
    
    }
    .path .path-main .card .txt p:nth-child(2){
       font-size: 10px;
    
    }
    .jobs-off-day .jobcard_main .jobcard .top_heading {
     
        font-size: 12px;
      
    
    
    }
    .jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(1){
        font-size: 16px;
       
    }
    .jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(2){
        font-size: 12px;
       
    }
  
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .jd p{
      font-size: 12px;
    
    }
   
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .apply p{
        font-size: 12px;
      
    }
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .jd{
       flex-direction: column;
       align-items: start;
    }
    .hiring{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hiring h3{
        margin-bottom: 20px;
    }
    .hiring .button{
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .hiring .button a{
        font-size: 17px;
    }
    .hiring .button .finance a{
        padding: 14px 30px;
        
    }
    .upload-cv .box{
   
        padding: 20px;
       }
       .upload-cv .box .txt{
        width: 100%;
       }
.upload-cv .box .txt p:nth-child(1)
{
  
    line-height: 30px;
}
.upload-cv .box .txt p:nth-child(2)
{   margin-top: 10px;
   
}
.upload-cv .box .txt p:nth-child(2)
{  
    font-size: 12px;
}
.common-padding{
    padding: 40px 0;
}
.upper_footer .left_part{
    padding: 8px;

}
.bottom_navbar_main .navlist .slidebar li a{
   
    padding: 10px;
  
  }
  /* .upper_footer .middle_part ul li a{
   font-size: 12.5px;
    
  }
  .upper_footer .middle_part  .call a, .upper_footer .middle_part  .email a{
    font-size:12.5px
   
 }
 footer .lower-footer p{
    
    font-size:12.5px
   } */
   .rightpart input::placeholder{
       
    font-size: 12.5px;


 } 
   .blog .card-main .card figure{
        padding: 20px;
    }
    .blog .card-main .card .txt-flex{
        flex-direction: column;
    }
    .main-form{
            
        max-width: 1000px;
        width: 75%;
       
        max-height: 747px;
        height: 80%; 
    
     
        /* display: none; */
    }
   
    .main-form .form{
        width: 100%;
        position: absolute;
        z-index: 200;
        background: none;
        top: 15%;
       
    }
    .main-form .form form{
        background: none;
    }

    .main-form figure{
       z-index: 100;
       opacity: 1;
       width: 100%;
    }
    .main-form .form form input{
        margin-bottom: 20px;
       
        padding: 5px;
      
        
        
    }
    .main-form .form  form a:nth-child(5){
        /* border: 1px solid black; */
         width: 80%;
     
         padding: 5px;
       
       font-size: 15px;
        margin-top: 20px;
     
    }
    .main-form .form form input::placeholder{
    text-align: center;
       
      


  
}
.close{

    z-index: 300;
  
   
}
.main-form .form h3{
    color: white;
    font-size: 17px;
}
.main-form-2 .form h3{
    color: black;
    font-size: 17px;
}


.main-form-2{
    max-width: 1000px;
    width: 75%;
    max-height: 747px;
    height: 80%;
    /*display: none;
    */
    border-radius:50px ;
    -webkit-border-radius:50px ;
    -moz-border-radius:50px ;
    -ms-border-radius:50px ;
    -o-border-radius:50px ;
}

.main-form-2 .form{
    width: 100%;
    position: absolute;
    z-index: 200;
    background: none;
    top: 10%;
    /* background-color: rgba(black, black, black, 0.2); */
  
 
    
   
}
.main-form-2 .form form{
    background: none;
}

.main-form-2 figure{
   /* z-index: 100; */
   opacity: 1;
   width: 100%;
   
 
}
.main-form-2 .form form input{
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 5px;
    
  
    
    
}
.main-form-2 .form  form a:nth-child(5){
    /* border: 1px solid black; */
     width: 80%;
 
     padding: 5px;
   
   font-size: 15px;
    margin-top: 20px;
 
}
.main-form-2 .form form input::placeholder{
text-align: center;
color: #000000; 

}
.main-form-2 .form .create {
    width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.swiper-button-next,.swiper-button-prev{
    width:5%; 
}
}


@media (max-width: 320px) {
    html{
        font-size: 35%;
    }
    .banner .heading{
        /* margin-top: 90%; */
        width: 100%;
      }
      .banner .search-container{
        padding: 10px;
        /* margin-bottom: 60px; */
    }
    .bottom_navbar_main .navlist .slidebar li a{
        font-size: 12px;
       
        padding: 10px;
    
       
      
      
      }
      .upper_nav_main .right_part .call i,.upper_nav_main .right_part .email i,.upper_nav_main .address i{
      
        font-size: 10px;
     
    
       
    }
    .upper_nav_main .right_part .call a,.upper_nav_main .right_part .email a,.upper_nav_main .address a{
    
        font-size: 10px;
      
    
    }
    .slidebar .cross a i{
        font-size: 20px;
        
    
    }
    .jobs-off-day .jobcard_main .jobcard .top_heading {
     
        font-size: 12px;
    
    }
    .jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(1){
        font-size: 16px;
       
    }
    .jobs-off-day .jobcard_main .jobcard .bottom-txt p:nth-child(2){
        font-size: 12px;
       
    }
  
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .jd p{
      font-size: 12px;
    
    }
   
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .apply p{
        font-size: 12px;
      
    }
    .jobs-off-day .jobcard_main .jobcard .bottom-txt .apply{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .hiring .button a{
        font-size: 15px;
    }
    .upload-cv .box{
   
        padding: 15px;
       }
    .common-padding{
        padding: 30px 0;
    }
  
}
