/* Common Style */

body {
  font-family: "Roboto", sans-serif;
  /* font-family: 'Satoshi', sans-serif; */
}

.center_text{
  text-align: center;
}

.uppercase_text{
  text-transform: uppercase;
}

.title_text{
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
}

.sub_title_text{
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

.card_title_text{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.red_text{
  color: #FF3300;
}

.blue_text{
  color: #2D6CDF;
}
.black_text{
  color: #000;
}
.white_text{
  color: #fff;
}

.float_right {
  float: right;
}

.margin_left{
  margin-left: 7px;
}

.margin_top{
  margin-top: -12px;
}

.padding_left_0 {
  padding-left: 0;
}

.padding_top_20 {
  padding-top: 20px;
}

.padding_top_25 {
  padding-top: 25px;
}

.padding_top_50 {
  padding-top: 50px;
}

.padding_top_60 {
  padding-top: 60px;
}

.padding_top_100 {
  padding-top: 100px;
}

/* Header section Style */

.header_section {
  padding: 5px 0px;
  background-color: #fff;
}

.header-logo {
  width: 150px;
}

.header-right-logo {
  width: 150px;
}

/* Main Banner Section Style */

.main_banner_section {
  padding: 50px 0px;
  background-image: url(../images/Bannersection-min.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto !important;
}

.banner_content_title {
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
}

.banner_content {
  color: #EEF2E3;
  font-size: 28px;
  line-height: 38px;
}

.section_moving_btn{
  background-color: #FFFFFF;
  color: #2D6CDF;
  padding: 10px 0px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.section_moving_btn:focus{
  outline: none;
}

/* Form Style */

.candidate-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 10px 10px 0px 3px #FFC30C; */
}

.candidate-form-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #2D6CDF;
  text-align: center;
}

.input-inside {
  position: relative;
  /* margin-top: 20px; */
  margin-bottom: 20px;
  width: 100%;
  display: grid;
  justify-items: center;
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
}

.input {
  display: block;
  padding: 7px 10px;
  outline: none;
  border: 2px solid #B6B6B6;
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #000;
}

.input::placeholder {
  background-color: transparent;
  color: #b0bbc2;
}

.input:focus {
  border: 2px solid #B6B6B6;
  background-color: transparent !important;
  color: #000 !important;
}

.input-label {
  position: absolute;
  top: 8px;
  left: 8px;
  opacity: 0;
  background-color: transparent;
  padding: 0 2px;
  font-size: 1rem;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.input:valid+.input-label {
  opacity: 1;
  top: -11px;
  color: #9e9e9e;
  font-weight: 600;
}

.input:focus+.input-label {
  color: #000;
}

.candidate-form-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  background-color: #2D6CDF;
  padding: 5px 20px;
  margin-top: 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

.candidate-form-btn:focus {
  border: transparent !important;
  outline: none;
}

.candidate-form-button {
  text-align: center;
}

.candidate-form-footer {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #242842;
}

.form-select {
  color: #b0bbc2;
}

.form-select-option {
  color: #000000;
}

.already_btn {
  border: none;
  color: #000;
  font-weight: 500;
  background-color: transparent;
  margin-top: 15px;
}

.already_btn:focus {
  border: transparent !important;
  outline: none !important;
}

/* Second_section */

.Second_section{
  padding: 50px 0px;
  background-color: #F5F9FF;
}
.Certificate_image{
  width: 100%;
}

/* College1_section */

.college1_section{
  padding: 50px 0px;
}

.Courses_card{
  padding: 20px 30px;
  margin: 10px 0px;
  border-radius: 20px;
  border: 2px solid #2D6CDF;
  box-shadow: 0px 5px 0px 0px #2D6CDF;
}

.Courses_card2{
  padding: 20px 30px;
  margin: 10px 0px;
  border-radius: 20px;
  border: 2px solid #2D6CDF;
  box-shadow: -5px 0px 0px 0px #2D6CDF;
  background-color: #F8FAFF;
}

/* List Arrow */
.arrow-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.arrow-list li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.3em;
}

.arrow-list li::before {
  content: '➤'; /* You can use →, ›, or ► too */
  position: absolute;
  left: 0;
  color: #2D6CDF; /* Bootstrap blue or any color */
  font-size: 1.1em;
}
.arrow-list-text{
  font-size: 18px;
}

/* College2_section */

.college2_section{
  padding: 50px 0px;
  background-color: #FFF6F6;
}

/* Main Footer Style */

.main_footer_section{
  background-color: #01215A;
}
.main_footer_section_padding{
  padding: 50px 0;
}
.location_section{
  display: flex;
}
.location_icon{
  width: 25px;
  height: 25px;
}
.contact_icon{
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
a:hover{
  color: #fff;
}

/* Footer Style */

.footer_section {
  background-color: #2D6CDF;
  padding: 15px 0 15px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 999;
}

.footer_section_content {
  
}
.footer_section_content {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 🔥 This vertically centers content */
  flex-wrap: wrap; /* optional: for responsiveness */
  padding: 0px 0;
}

.footer_section_content_symbol {
  font-size: 20px;
  vertical-align: middle;
  margin-top: 10px;
  color: #FFFFFF;
}
.footer_section_content_text{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}
.footer_apply_btn{
  background-color: #FFFFFF;
  color: #2D6CDF;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.footer_apply_btn:focus{
  outline: none;
}


.mobileonly {
  display: none !important;
}

.desktoponly {
  display: block !important;
}

@media only screen and (max-width: 480px) {
  .mobileonly {
    display: block !important;
  }

  .desktoponly {
    display: none !important;
  }

  .main_banner_section {
    padding: 20px 0px !important;
  }

  .banner_content_title {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .banner_content {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  /* form style */

  .candidate-form-title {
    font-size: 16px !important;
  }
  .sub_title_text{
  padding: 10px 0 10px 0 !important;
  margin-bottom: .5rem;
}


}

@media only screen and (max-width: 768px) {

   .padding_top_20 {
  padding-top: 0px;
}

  .padding_top_25 {
  padding-top: 0px;
}

/* .padding_top_50 {
  padding-top: 50px;
} */

.padding_top_100 {
  padding-top: 20px;
}

  .main_banner_section {
    padding: 30px 0px;
  }

  .banner_content_title {
    font-size: 25px;
    line-height: 35px;
  }

  .banner_content {
    font-size: 20px;
    line-height: 25px;
  }
  .section_moving_btn{
  padding: 7px 0px;
  font-size: 13px;
  margin-bottom: 10px;
}

  /* form style  */

  .candidate-form {
    padding: 20px 15px !important;
  }

  .Second_section{
    padding: 20px 0;
  }

  .college1_section{
    padding: 20px 0px;
  }

.Courses_card2{
 padding: 10px 15px;
    margin: 5px 0px;
}

  .Courses_card {
    padding: 10px 15px;
    margin: 5px 0px;
  }
  .card_title_text {
    font-size: 16px;
    line-height: 26px;
}
.arrow-list-text {
    font-size: 14px;
}

.college2_section{
    padding: 20px 0px;
  }

  .title_text{
  font-size: 32px;
  line-height: 42px;
}

.sub_title_text{
  font-size: 22px;
  line-height: 32px;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}

.main_footer_section_padding{
    padding: 20px 0px;
  }
  .footer_section_content {
    font-size: 13px;
  }
  .footer_apply_btn {
    padding: 7px 15px;
    font-size: 13px;
    margin-top: -4px;
}
}