:root{
    --heading_color:#000000;
    --background:white
}
body{
    font-family: "Arial"!important; 
}

.site_info{
    width: 100%;
    margin-bottom: 2%;
    overflow-x: hidden;
    background: var(--background) ;
    padding: 1%;
}
.sticky_header{
    background-color: black !important;
}

.company_logo{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}
.company_logo_styling{
    width: 10%;
    height: auto;
    position: relative;
    top: 5px;
    left: 30%;
}
.company_logo_styling_white{
    width: 30%;
    height: auto;
    position: relative;
    top: 5px;
    left: 10%;
    display: none;
}
.navbar_items{
    display: inline-block;
    width:  60%;
    vertical-align: top;
    color: black;
    font-size: 1.2rem;
    text-align: left;
}

.navbar{
    float: right;
    /* margin-top: -10px; */
    margin-right: -15%;
}
.navbar-nav{
    margin-left: -10%;
}
.navbar-nav li{
    opacity: 0.7 !important;
}
.navbar-nav li:hover{
    opacity: 1 !important;
}

.header_wavy_div{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0,0, 0.5)),url('./assets/background.png');
    /* background-image: url(./assets/background.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-image: var(--background); */
    /* padding: 2%; */
    padding-bottom: 5%;
}
.punch_line{
    font-size: 6rem;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 18%;
}
.button_inline{
    display: inline-block;
    width: 20%;
    font-size: 2rem;
    min-height: 50px;
    vertical-align: top;
    font-weight: 600;
    margin-left: 2%;
    cursor: pointer;
}
.white_background{
    background-color: white;
    color:#1B0339;
    border:4px solid white;
}
.transparent_background{
    color: white;
    border:4px solid white;
}
.space_from_margin{
    margin:0% 6% 0% 6%;
}
.text_area{
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-size: 4rem;
    color: white;
    padding:4% 2% 4% 2%;
}

.img_styling{
    width: 200px;
    height: 200px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

.heading{
    font-size: 40px;
    color:var(--heading_color);
    margin-left: 4%;
    margin-top: 2%;
    margin-bottom: 3%;
    font-weight: 600;
}
.why_us_text_area{
    margin-top: 1%;
    margin-left: 4%;
    font-size: 20px;
    margin-right: 4%;
    font-weight: 400;
    line-height: 30px;
}
.service_use_line{
    color: var(--heading_color);
    font-size: 3.5rem;
    text-align: center;
   
    margin: 6% 0% 6% 0%;

}
.italic_style{
    font-weight: 600;
}
.general_text{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    font-size: 2rem;
    color:var(--background);
    padding: 3% 3% 6% 1%;
    background:var(--heading_color);
    color: white;
}
.form_area{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    background-color:white;
    padding-bottom: 2%;
    margin-left: 3%;
}
.form_login{
    display: none;
}
.heading_in_form{
    text-align: left;
    font-size: 3rem;
    font-weight: 600;
    color:var(--heading_color);
    margin-left: 3%;
    margin-top:-3%;
}
.text_under_heading_form{
    text-align: left;
    font-size: 1.3rem;
    color:white;
    margin-left: 3%;
    font-weight: 600;
}
.register_text{
    text-align: left;
    font-size: 1rem;
    color:var(--heading_color);
    margin-left: 3%;
    font-weight: 600;
    cursor: pointer;
}
.login_form_spacing{
    margin-top: 15%;
}

.register_tab{
    /* border: 1px solid black; */
    width: 50%;
    float: right;
    background-color: var(--heading_color);
    color: white;
    padding: 1%;
    text-align: center;
    font-size: 2rem;
    cursor: pointer;
    border:2px solid transparent;
}
.login_form{
    display: none;
}
.register_form{
    display: block;   
}
.form_inputs{
    width: 70%;
    border-bottom:2px solid rgb(198, 198, 198) ;
    margin-left: 3%;
}
.label_styling{
    width: 35% !important;
    margin-top: 2%;
    text-align: left;
    color: var(--heading_color);
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 3%;
}
.input_styling{
    width: 60% !important;
    margin-top: 2%;
    padding: 1%;
    /* border: 2px solid var(--heading_color); */
    border:2px solid transparent;
    margin-left: -2%;
    background-color: #f6f6f6 !important;
    /* border-bottom-color:var(--heading_color) ; */
}
/* .short{
    margin-left: -12%;
} */
.input_styling:focus{
    outline: transparent;
}
.failure_text{
    font-size: 0.7rem;
    color: red;
    display: none;
    margin-left: 3%;
}
.submit_button_style{
    margin-top: 5%;
    margin-left: -15%;
}
.submit_button{
    background-color: var(--heading_color);
    color: white;
    border: 2px solid transparent;
    font-size: 1.5rem;
    padding: 1% 5% 1% 5%;
    border-radius:25px ;
}
.submit_button:hover{
    background-color: white;
    color: var(--heading_color);
    border-color: var(--heading_color);
}
::placeholder{
    color:black;
}
a{
    color:inherit !important;
    text-decoration: inherit !important;
}
.footer_div{
    background:#000000;
    padding: 2%;
    margin-top: 3%;
    text-align: center;
    color:white;
    font-weight: 500;
}
.alert_box{
    position: fixed;
    top:30%;
    left: 30%;
    background-color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    padding:2%;
    font-size: 1.5rem;
    color: var(--heading_color);
    font-weight: 500;
    display: none;
    min-width: 400px;
    text-align: center;
    border-radius: 14px;
}
.alert_box_failure{
    position: fixed;
    top:20%;
    left:40%;
    background-color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    padding:2%;
    font-size: 1.5rem;
    color: var(--heading_color);
    font-weight: 500;
    display: none;
    max-width: 400px;
    text-align: center;
    border-radius: 14px;
}

.close_button{
    background-color:var(--heading_color) ;
    color: white;
    width: max-content;
    padding:1% 3% 1% 3%;
    margin-left: 35%;
    border-radius: 10px;
    margin-top: 2%;
    cursor: pointer;
}

.testimonial_img_styling{
    border-radius: 50%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    margin-bottom: 2%;
    width: 120px;
    height:120px;
    border:8px solid var(--heading_color);
}

.all_icons_image_styling{
    width: 100%;
    height: auto;
}


  .slider {
    margin: 0 auto;
    max-width: 940px;
  }
  
  .slide_viewer {
    height: 270px;
    overflow: hidden;
    position: relative;
  }
  
  .slide_group {
    height: 100%;
    position: relative;
    width: 100%;
  }
  
  .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  
  .slide:first-child {
    display: block;
  }
  
  
  .slide_buttons {
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
  }
  
  a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -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;
    transition: all 0.4s ease-in-out;
    
  }
  
  .slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
  }
  
  .directional_nav {
    /* height: 340px; */
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
  }
  
  .previous_btn {
    bottom: 0;
    left: -8%;
    margin: auto;
    position: absolute;
    top: 300px;

  }
  
  .next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: -8%;
    top: 300px;
  }
  
  .previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
  }
  
  .previous_btn:hover, .next_btn:hover {
    opacity: 1;
  }
  .author_name{
      font-size: 1.7rem;
      color:var(--heading_color);
      font-weight: 600;
  }
  .author_designation{
    font-size: 1.2rem;
    color:var(--heading_color);
    font-weight: 500;
  }
  .author_message{
      font-size: 1.3rem;
      padding: 2% 4% 2% 4%;
  }
  .outer_box_div{
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
      border-radius: 14px;
      padding: 2%;
      margin:2% 4% 2% 4%;
  }
  .jump_to_div{
      position: relative;
      top:-180px;
  }
  .jump_to_div_reg{
      position: absolute;
      bottom: -230%;
  }
  .span_styling{
      text-decoration: underline;
      font-weight: 700;
  }
  .loading_style{
      display: none;
  }
  .job_opening_main{
      margin: 3% 4% 3% 4%;
  }
  .job_details{
      background-color: white;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.5);
      padding: 2%;
      margin: 2% 0% 2% 0%;
      border-radius: 4px;
      
  }
  .job_name{
      background-color: var(--background);
      color: var(--heading_color);
      padding: 2%;
      font-size: 1.3rem;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      cursor: pointer;
  }
  .expand_sign{
      float: right;
      position: relative;
      left: 10%;
  }
  #cost_accoutant_minus,#sales_and_marketing_minus,#junior_accoutant_minus,#senior_accoutant_minus{
      display: none;
  }
  .close_button{
      border-radius: 4px;
      border-color: black;
  }
  .heading_job_description{
      font-size: 1.5rem;
      margin: 2% 0% 2% 0%;
      font-weight: 400;
  }
  .text_area_job_description{
      font-size: 1.2rem;
      color: black;
  }


  #cost_accoutant,#senior_accoutant,#junior_accoutant,#sales_and_marketing{
      display: none;
  }
  .apply_now_button{
      /* margin-left: 50%; */
      background-color: var(--heading_color);
      border-color: var(--heading_color);
      border-radius: 4px;
      padding: 1% 2% 1% 2%;
      cursor: pointer;
      color: white;
      float: right;
      position: relative;
      left: -15%;
      top: -13px;
      /* position: relative;
      left: 20%; */
  }
  /* .marketing_executive{
    margin-left: 41%;
  }
  .cost_button{
      margin-left: 52%;
  } */
  @media only screen and (min-width:1600px){
      .previous_btn{
          left: -20%;
      }
      .next_btn{
          right: -20%;
      }
  }
@media only screen and (max-width: 767px) {
    .previous_btn {
      left: 50px;
    }
    .next_btn {
      right: 50px;
    }
  }
@media only screen and (min-width:1500px){
    .alert_box{
        left: 40%;
        top: 40%;
    }
}
@media only screen and (max-width:1300px){
    .author_message{
        padding: 2% 6% 2% 6%;
    }
    .previous_btn{
        left: -5px;
    }
    .next_btn{
        right: -5px;
    }

}
@media only screen and (max-width:1050px){
    .img_styling{
        width: 160px;
        height: 160px;
    }
    .align_img{
        margin-left: 160px;
    }
    .illustration_area{
        margin-top:60px;
    }
    /* .apply_now_button{
        margin-left: 35%;
    } */
}
@media only screen and (max-width:990px){
    .text_area{
        font-size: 2rem;
        
    }
    .img_styling{
        width: 120px;
        height: 120px;
    }
    .align_img{
        margin-left: 120px;
    }
    .general_text{
        width: 100%;
        min-height: max-content;
    }
    .form_inputs{
        width: 90%;
    }
    .form_area{
        /* margin-left:10%; */
        width: 90%;
        margin-top: 3%;

    }
    .login,.register{
        min-height: 58px;
    }
    .illustration_area{
        margin-top: 3%;
    }
    .navbar{
        margin-top: 0px;
        float: left;
        margin-left: 80%;
    }
    .nav_bar_list{
        text-align: right ;
        margin-top: 5%;
        width: max-content;
        margin-left: -30px;
        font-size: 1rem;
    }
    .heading_in_form,.register_text{
        text-align: center;
    }
    .jump_to_div{
        position: relative;
        top:-310px;
    }
    .jump_to_div_reg{
        bottom: -230%;
    }
    .login_form_spacing{
        margin-top: 5%;
    }
    .previous_btn,.next_btn{
        display: none;
    }
    .company_logo_styling{
        width: 15%;
        /* top: 10px; */
    }
    .company_logo_styling_white{
        width: 50%;
    }
    .job_name{
        font-size: 1rem;
        padding-top: 4%;
        padding-bottom: 4%;
    }
}
@media only screen and (max-width:800px){
    .alert_box{
        left: 25%;
        top: 25%;
        min-width: 250px;
    }
    .slide_viewer{
        height: 340px;
    }
    /* .apply_now_button{
        margin-left: 50%;
    } */
}
@media only screen and (max-width:700px){
    .punch_line{
        font-size: 3rem;
    }
    .button_inline{
        font-size: 1.2rem;
        min-height: 30px;
        width: 26%;
    }
    .alert_box_failure{
        left: 15%;
        max-width: 300px;
    }
    .apply_now_button{
        top: -2px;
    }
}
@media only screen and (max-width:640px){
    .text_area{
        font-size: 1.7rem;
    }
    .img_styling{
        width: 100px;
        height: 100px;
    }
    .align_img{
        margin-left: 100px;
    }
    .previous_btn, .next_btn{
        display: none;
    }
    .author_message{
        font-size: 1.1rem;
    }
    .heading{
        font-size: 2rem;
        margin-top: 5%;
    }
    .jump_to_div_reg{
        bottom: -300%;
    }
    .heading_job_description{
        font-size: 1.3rem;
    }
    .text_area_job_description{
        font-size: 1.1rem;
    }
    .company_logo_styling{
        width: 25%;
        /* top: 10px; */
    }
    .company_logo_styling_white{
        width: 100%;
    }
}

@media only screen and (max-width:550px){
    .text_area{
        font-size: 1.2rem;
    }
    .img_styling{
        width: 60px;
        height: 60px;
    }
    .align_img{
        margin-left: 60px;
    }
    .login,.register{
        font-size: 1rem;
    }
    .label_styling{
        font-size: 0.65rem;
    }
    .submit_button_style{
        margin-left: 5%;
    }
    .submit_button{
        padding-left: 6%;
        padding-right: 6%;
    }
    .login,.register{
        min-height: 38px;
    }
    .service_use_line{
        font-size: 1.5rem;
    }
    .job_name{
        font-size: 0.7rem;
    }
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background:#f6f6f6;
    border-radius: 14px;
}
::-webkit-scrollbar-thumb{
    background: var(--heading_color);
    border-radius: 14px;
}
@media only screen and (max-width:500px){
    .alert_box{
        left: 20%;
    }
}
@media only screen and (max-width:400px){
    .button_inline{
        font-size: 1rem;
    }
    .nav_bar_list{
        text-align: right ;
        margin-top: 5%;
        width: max-content;
        margin-left: -40px;
        font-size: 1rem;
    }
    .alert_box_failure{
        left: 15%;
        max-width: 250px;
    }
    .job_name{
        font-size: 0.6rem;
    }

}
