/* global css */

body
{
  font-family: opensans-semibold;
}
  @font-face {
    font-family: opensans-regular;
    src: url("../fonts/OpenSans-Regular.ttf");
  }
  @font-face {
    font-family: opensans-light;
    src: url("../fonts/OpenSans-Light.ttf");
  }
  @font-face {
    font-family: opensans-semibold;
    src: url("../fonts/OpenSans-Semibold.ttf");
  }
  
  @font-face {
    font-family: opensans-bold;
    src: url("../fonts/OpenSans-Bold.ttf");
  }
  @font-face {
    font-family: opensans-extrabold;
    src: url("../fonts/OpenSans-ExtraBold.ttf");
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: opensans-semibold;
    color: #0B0B0B;
  }
  p,
  span {
    font-family: opensans-semibold;
    color: #0B0B0B;
  }




@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1360px;
    }
}

/* button
{
    padding: 8px 20px 10px 20px !important;
    border-radius: 5px !important;
} */
.submit_btn
{
  background: transparent linear-gradient(180deg, #0059B8 0%, #081B31 100%) 0% 0% no-repeat padding-box;
border: none;
  opacity: 1;
  color: white;
  padding: 5px 30px 10px 30px !important;
  width: 100%;
  border-radius: 50px !important;
  margin: 10px 0px;
}
.submit_btn:hover 
{
  background: transparent linear-gradient(180deg, #081B31 0%, #0059B8 100%) 0% 0% no-repeat padding-box;
  border: none !important;
}

.inactive_btn
{
  border-color:#1878f1 ;
  color: #1878f1;
}

.main_title
{
 font-size: 46px;
 font-weight: 400;
 font-family: 'proxima-regular';
}

.sub_title
{
    font-size: 24px;
    font-weight: 400;
}
.description
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.section_spaces
{
    padding:30px 0px;
}


/* Header CSS */

.header_section {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.25);
  z-index: 1000;
  position: fixed;
  width: 100% !important;
}

.navbar-brand img
{
    /*width:80%;*/
    width:35%;
}
.nav-item {
    padding: 8px 13px !important;
}
.navbar-light .navbar-nav .nav-link
{
  color: #242424;
  font-family: opensans-bold;
}
.navbar-light .navbar-nav .active>.nav-link
{
    color: #ED1D25 !important;
}

.header_section p span{
    color:#ED1D25;
}

.enquiry_btn 
{
  border: 1px solid var(--unnamed-color-f58220);
  background: #0b245100 0% 0% no-repeat padding-box;
  /* border: 1px solid #007E9C; */
  border-radius: 23px;
  opacity: 1;
  padding: 10px 25px !important;
}
.enquiry_btn a 
{
  color:#ffffff;
  
  text-decoration: none;
}
.enquiry_btn a span 
{
  color: #ffffff;
  font-family: opensans-bold;
}

@media (max-width: 425px) 
{
    .navbar-brand
    {
        width:70%;
    }
}


.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}


@media (max-width: 768px) 
{
  .navbar-nav.navbar-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
  }
}


/* Banner CSS */


.banner_sec
{
  
    background: url('../images/png/banner.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 0px 0px 0px;
    /* background: #000000 !important;
    opacity: 0.6 !important; */
    position: relative;
}
/* .color-overlay{
  position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.6;
} */
.banner_sec h2 
{
  font-size: 30px;
  color: white;
  line-height: 35px;
  font-family:opensans-bold;
}



.centered_content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_sec h3
{
font-size: 48px;
font-weight: 600;
}

.banner_sec p
{
 font-size: 18px;
 font-weight: 400;
}

.baneer_content p img 
{
  width:45px;
  height:45px;
  margin-top: 0px !important;
}
.baneer_content p
{
  color: #FFFFFF;
  margin-top: 7px;
  font-size: 17px;
}
.baneer_content p span
{
  color:white;
  font-weight: bold;
  font-size: 38px;
  padding: 0px 4px;
}

.baneer_content button 
{
  width:auto;
}
.baneer_content img.admission_btn
{
  margin-top: 30px !important;
}
.new_logo img{
width: 140px;
}
.new_title{
font-size: 43px;
    color: #ffffff;
   
    font-family: opensans-bold;
}
.banner_btn {
  width: 250px;
  height: 50px;
  /* background:#F88400;  */
  border: 2px solid #f88400 !important;
  border-radius: 10px;
  opacity: 1;
  color: #ffffff;
  padding: 5px 7px 16px 16px;
  padding-bottom: 12px;
  font-size: 22px;
  line-height: 33px;
  font-family:opensans-light;
  margin-top: 20px;
  margin-bottom: 45px;

}
.banner_btn:hover{
   background:#F88400; 
 
  color: #ffffff;
}
/* banner form css */
.form_sec 
{
  height: 90vh;
}

.form_sec form 
{
  background-color:#FBFBFB;
  width: 60%;
  padding: 20px 25px;
}

.form_sec h5
{
  font-size: 27px;
  text-align: left;
  font-family: opensans-bold;
}

form :is(input,select) 
{
    width: 100%;
    margin: 12px 0px;
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
}
/* why choose */
/* .why_choose {
background-color: #f9f9f9;
 height: auto;
    
} */
.why_choose .choose_back{

  background: url(../images/png/bg-sec3.png) no-repeat center;
background-size: cover;
  /* width:100%;
  
  
  background-size: cover !important; 
  background-repeat: no-repeat;
  position: relative;
  padding-left: 30px; */
  
}
.text_content{
  padding: 50px;
}
.float-left {

  float: left;
  }
.why_choose .float-left {

  width: 50%;
  height:513px;
  position: relative;
  z-index: 1;
  }
  .clear-fix {

    clear: both;
    }
.why_choose .choose_content {
  background-color: #f9f9f9;
  /* position: absolute;
   top: 45%;
  transform: translate(-50%,-50%);
  left: 45%; 
  text-align: justify; */
}
.choose_content p {
  font-size: 17px;
  font-family: opensans-Regular;
  text-align: justify;
  
}
.choose_content h2 {
  font-size: 37px;
  line-height: 47px;
  
  font-family: opensans-bold;
  
}

/* coursel_sec */
.coursel_sec{
  background: url(../images/png/banner2.png) no-repeat; 
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
  padding-top: 50px; padding-bottom: 50px;
}

.coursel_sec h2{
  font-size: 37px;
  line-height: 47px;
  text-align: center;
  font-family:opensans-bold;
  padding-bottom: 35px;

}
 .boxs{
  background: url(../images/png/carousel.png);
  
  background-repeat: no-repeat;
  background-size: contain;
    height: 311px !important;
    
    width: 80%;
  /* width: auto;
   
   min-height: 400px;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}
.upcome-slider .owl-nav .owl-next i {
  background: url(../images/png/arrow-coursel.png)no-repeat;
  display: inline-block;
  width: 27px;
    height: 44px;
    font-size: 0px;
}
.upcome-slider .owl-nav .owl-next {
  position: absolute;
  right: 25px;
    top: 140px;
}
.upcome-slider .owl-nav .owl-prev i{
  /* background-color: #fff; */
  background: url(../images/png/arrow-courselright.png)no-repeat;
  display: inline-block;
  
  width: 60px;
  height: 60px;
  line-height: 70px;
  font-size: 0px;
  
}

.upcome-slider .owl-nav .owl-prev {
  left: -40px;
    top: 155px;
    position: absolute;
}

.owl-carousel .owl-item img {
  width: 33% !important;

}
.upcome_carousel img{

top:50px;
display: block;
margin: auto;
padding-top: 30px;

}
.upcome_carousel p{
font-size: 17px;
font-family: opensans-Regular;

text-align: center;
padding: 28px;

}
/* colleges section CSS */

.colleges_sec
{
  /* padding: 40px 0px; */
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F9F9F9 !important;
  background: url(../images/png/banner2.png) no-repeat; 
  background-size:cover;
}

.colleges_sec h3{
  margin: 20px 0px !important;  
  font-size: 37px;
    line-height:47px;
    text-align: center;
    font-family:opensans-bold;
    
}


.college_sec_card {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
   padding:20px;
   justify-content:space-around;
   align-items: center;
}

.college_sec_card .parent_box
{
 position: relative;
}
.college_sec_card .parent_box .bg_img
{
  position: absolute;
  top: 20px;
  right: -10px;
}
.college_sec_card .parent_box:hover .bg_img path
{
  fill:#008BB9;
}


.college_sec_card .box {
  background-color: #E6E6E6;
  width: 320px;
  border-radius:20px;
  align-items: center;
  padding: 20px;
  margin:10px 10px;
 opacity: 1;
  transform-origin: 65% 75%;
  transition: transform .5s, filter .5s ease-out;
}

.college_sec_card .box img 
{
  width:100%;
  border-radius: 20px;
  transform-origin: 65% 75%;
  transition: transform .5s, filter .5s ease-out;
}
.parent_box .box:hover p{
 color: #ffff !important;
}
.college_sec_card .box:hover 
{
  transform: scale(1.1);
  background-color: #F28100;
  color: #ffffff !important;
 
} 
.college_sec_card .box:hover p {
  color: #ffffff ;

}
.college_sec_card .box:hover .desription p{
  color: #ffffff !important;
}
/* .college_sec_card .box .desription p:hover{
  color: #ffffff !important;
} */
.college_sec_card .box:hover h5 {
  color: #ffffff;

}

/* .college_sec_card .box img:hover 
{
  transform: scale(1.1);
}  */
.college_sec_card .box
{
  z-index: 10;
  position: inherit;
}

.college_sec_card .box h5 
{
  
  padding: 17px 0px;
  font-family: opensans-bold;
  text-align: left !important;
  font-size: 16px;
  color: #303030;
}
.college_sec_card .box p 
{
  margin-bottom: 5px !important;
  text-align: left !important;
  font-size: 14px;
    color: #303030;
    font-family: opensans-Regular;
}
.college_sec_card .box .title p
{ 
  font-size: 12px;
  color: #303030;
  font-family: opensans-bold;
}
.college_sec_card .box .desription p
{
   font-size: 13px;
   color: #303030 !important;
   font-family: opensand-Regular;
}
.college_sec_card .box .submit_btn
{
  font-size: 15px;
  width: 65%;
  padding: 3px 30px 8px 30px !important;
  margin: 13px 0px !important;
}



/* Modal form css */

.modal-dialog .form_sec {
  height: auto !important;
}

.modal-dialog .form_sec form {
  width: 100% !important;
}

.modal-dialog button.close
{
  position: absolute !important;
  top:1px;
  right: 3px !important;
}
.modal-dialog button.close img 
{
  width:25px;
}
/* faq */
.faq_section {
  background: url('../images/png/group.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 10px 0px;
    /* background: #000000 !important;
    opacity: 0.6 !important; */
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}
/* .color-overlay1{
  position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.6;
} */
.faq_section h2{
  color:white !important;
  font-size: 37px;
    line-height: 47px;
    text-align: center;
    font-family:  opensans-bold;
    
}

.accordion{
  margin: 40px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 50px;
    background: none;
}
.t-p{
  padding: 40px 30px 60px 30px;
  background-color: #F9F9F9;
  color: #3A3A3A;
  font-family: opensans-Regular;
  font-size: 15px;
  
  opacity: 1;
}
.accordion .item .item-header h2 button.btn.btn-link {
  background: #ffffff;
  color: #3A3A3A;
  border-radius: 0px;
    font-family: opensans-semibold;
    font-size: 18px;
   text-decoration: none;
    box-shadow: 1px 1px 2px #00000029;
    /* border: 1px solid #E6E6E6; */
    opacity: 1;
    border-bottom: 2px solid #E6E6E6;;
}
.text_border{
  border-left:2px solid #0C2541;
 padding-left: 15px;
}
.accordion .item .item-header {
    /* border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px; */
    background: #000ece;
    box-shadow: 1px 1px 2px #00000029;
    padding-top: 7px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color:#000000;
    /* background-color: black; */
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

/* .faq_section .mb-5 {
  margin-bottom: 0px !important;
}
.faq_section .pb-5 {
  padding-bottom: 0px !important;

}
@media (max-width:480px) {
  .faq_section
  {
      padding: 10px 0px;
  }
  .faq_section .mb-5 
  {
      margin-bottom: 1rem!important;
  }
  .faq_section .accordion-item
  {
      margin: 15px 0px !important;
  }
  .faq_section .pb-5 
  {
      padding-bottom: 1rem!important;
  }
}
.faq_section h2{
  color: #08347d;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.faq_section h2 span{
color: #02affb;   
}

.faq_section .accordion-item {
  background-color: #fff;
  border-top: 6px solid #08347c !important;
  margin: 25px 0px;
}

.faq_section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #08347c;
  margin-top: -2px;
}

.faq_section .accordion-button:focus {
  box-shadow: none;
}
.faq_section .accordion-button::after
{
display: none;
}

.faq_section .accordion-button
{
  font-size: 18px;
  font-weight: 600;
}

.faq_section .accordion-body
{
text-align: justify;
}
@media only screen and (max-width: 480px) {
.faq_section h2 {
  font-size: 22px !important;
}
.faq_section span{
  font-size: 22px !important;
}

} */
/* Footer CSS */

.footer{
  padding-top: 50px;
  padding-bottom: 30px;
background-color: #f7f7f7;
  /* background: url(../images/png/banner2.png) no-repeat;  */
  background-size:cover;
}
.footer h2{
  font-size: 37px;
  line-height: 47px;
  text-align: center;
  font-family: opensans-bold;
  padding-bottom: 30px;
}
.contactinfo li {
  list-style: none;
  display: flex;
  align-items: center;
}
.contct_icon img {
  width: 25px;
}
.footer p {
  font-family: opensans-Regular;
  font-size: 18px;
  text-align: left;
}
.contct_icon {
  padding-bottom: 20px;
  padding-right: 20px;
}
.footer_form {
 
  border-radius: 20px;
  padding: 40px 20px 20px 30px;
  /* left: 72px; */
  margin-top: -70px;
  width: 485px;
}
.textarea{
  width: 100%;
  padding: 20px;
}
.contactinfo li span{
display: block;
}
.footer_form input {
  width: 100%;
  margin: 12px 0px;
  padding: 18px 12px;
  border-radius: 3px;
  border: none;
  background: #F4F4F4;
}
.footer_form textarea{

  width: 100%;
  margin: 12px 0px;
  padding: 25px 12px;
  border-radius: 3px;
  border: none;
  background: #F4F4F4 0% 0% no-repeat padding-box;
}
/* .footer_imgtop{
  background: url(../images/png/footerimg.png)no-repeat right Top;
 height: 25px;
}
.footer_imgbottom{
  background: url(../images/png/footerimg.png)no-repeat left bottom;
  height: 25px;
} */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

@media (max-width: 1440px) {
/* .why_choose .choose_back{
  width: 707px !important;
  min-height: 670px !important;
  background: url(../images/png/bg-sec3.png) !important;
  background-size: cover !important; 
  background-repeat: no-repeat;
  position: relative;
  
} */
.why_choose .float-left {
  width: 50% !important;
  height: 420px !important;
}
}
@media (max-width: 1024px) {
  /* .choose_content {
     position: absolute; 
    top: 50%;
    transform: translate(-17%,-50%);
    left: 25%;
    text-align: justify;
} */
/* .why_choose .choose_back {
  width: 500px !important;
  min-height: 500px !important;
  background: url(../images/png/bg-sec3.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
} */
.why_choose .float-left {
  width: 50% !important;
  height: 513px !important;
}
.upcome_carousel p {
  font-size: 17px;
  font-family: opensans-Regular;
  text-align: center;
  padding: 23px 60px 30px 17px !important;
  
}
.upcome-slider .owl-nav .owl-next {
  position: absolute;
  right: 5px !important;
}
.baneer_content p {
 
  font-size: 13px !important;
}
.banner_sec h2 {
  font-size: 25px !important;
}
.new_title {
  font-size: 30px !important;
}
.new_logo img {
   width: 120px !important; 
}
}
@media (max-width: 820px) {

  /* .why_choose{
    padding-top: 40px;
    padding-bottom: 40px;

  } */
  /* .choose_content {
    position: relative !important;
    top: 0% !important;
    transform: translate(-24%,3%);
    padding: 20px;
    text-align: justify;
  } */
  /* .why_choose .choose_back {
    width: 0px !important;
    min-height: 0px !important;
    background: none;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
  } */
  .new_logo {
    padding-top: 50px !important;
}
.new_title {
  font-size: 37px !important;
}
  .why_choose .choose_back {
    display: none !important;
  }
  .why_choose .float-left {
    width: 100% !important;
    height: auto !important;
  }
  .text_content {
    padding: 25px !important;
}
  .footer h2 {
    padding-top: 25px !important;
  }
  .form_sec1 {
    align-items: baseline !important;

  }
  .banner_sec h2 {
    padding-top: 15px !important;
  }
}
@media (max-width: 768px) {
  /* .why_choose{
    padding-top: 40px;
    padding-bottom: 40px;
  } */
/* .choose_content {
  position: relative !important;
  top: 0% !important;
  transform: translate(-24%,3%);
  padding: 20px;
  text-align: justify;
} */
/* .why_choose .choose_back {
  width: 0px !important;
  min-height: 0px !important;
  background: none;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
} */
.boxs {
  margin-left: 25px !important;
}
.upcome-slider .owl-nav .owl-prev {
  left: -25px !important;
}
}
@media(max-width:480px){
  .boxs {
    margin-left: 33px !important;
  
}
  .upcome-slider .owl-nav .owl-prev {
    left: -12px !important;
  }
  .footer_form{
   width: 400px !important;
  }
  .upcome-slider .owl-nav .owl-prev {
    left: 2px !important;
}
.new_title {
  font-size: 26px !important;
}
.new_logo img {
  width: 110px !important;
}
.banner_sec h2 {
  padding-top: 10px !important;
  font-size: 22px !important;
  line-height: 37px !important;
}
.baneer_content p {
  font-size: 14px !important;
  margin-top: 10px;
}
}
/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
      margin-top: 10px;
  }

  .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 10px;
      font-size: 22px;
  }
}



/* Media Querries */
@media (max-width: 1024px) 
{
  .navbar-light .navbar-brand
  {
    width:50%;
  }
  .navbar-light .navbar-brand
  {
    width:50%;
  }
  .boxs {
    width: 302px !important;
    min-height: 0px !important;
  }
  .navbar-brand img {
    width: 100% !important;
}
}

@media (max-width: 768px) 
{
  .form_sec {
    height: auto;
    margin: 20px;
  }
  .form_sec form {
    width: 100%;
  }
  .navbar-light .navbar-brand
  {
    width:50%;
  }
  .navbar-brand img {
    width: 58%;
}
}


@media (max-width: 600px)
{
  .college_sec_card {
    flex-direction: column;
 }
}

@media (max-width: 480px) 
{
  .navbar-brand img {
    width: 90% !important;
  }
  .navbar
  {
    align-items: center !important;
    text-align: center !important;
    display: block !important;
    text-align: center !important;
  }

  .header_section 
  {
    display: flex !important;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .banner_sec h2 {
    font-size: 32px;
    line-height: 45px;
    padding-top: 12px;
  }
  .baneer_content p {
    margin-top: 20px;
    font-size: 18px;
    }
    .baneer_content p img {
      width: 35px;
      height: 35px;
   }
   .baneer_content p span {
    font-size: 20px;
  }
  .navbar-brand {
    width: 60%;
  }
.upcome_carousel img {
  margin-left: 80px !important;
}
  /* .college_sec_card .box 
  {

  } */
  

}
@media(max-width:390px){
.footer_form {
  width: 380px !important;
}
.choose_content h2 {
  font-size: 35px !important;
}
}
@media (max-width: 380px) 
{
  .baneer_content p {
    font-size: 16px !important;
   margin-top: 10px !important;
 }
 .baneer_content p img {
  width: 27px;
  height: 27px;
 }
 .footer_sec .reach_us .col-11 {
  flex: 0 0 91.666667%;
  max-width: 88.666667% !important;
 }
 .footer_form {
  width: 345px !important;
}
.boxs {
  margin-left: 25px !important;
}
.choose_content h2 {
  font-size: 33px !important;
}
.faq_section h2 {
  color: white !important;
  font-size: 30px !important;
}
.upcome-slider .owl-nav .owl-next {
  
  right: -10px !important;
}
.upcome-slider .owl-nav .owl-prev {
  left: -10px !important;
}
.new_title {
  font-size: 23px !important;
}
.new_logo img {
  width: 90px !important;
}
}

@media (max-width: 320px)  
{
  .banner_sec h2 {
    font-size: 30px;
  }
  .baneer_content img.admission_btn {
    margin-top: 0px !important;
  }
  .baneer_content p {
    font-size: 14px !important;
  }
  .baneer_content p span {
    font-size: 15px;
  }
  .college_sec_card .box
  {
    width: auto;
  }
  .footer p {
    font-size: 14px !important;
  }
  .footer_form {
    width: 300px !important;
}
.choose_content h2 {
  font-size: 28px !important;
}
.boxs {
  width: 225px !important;
}
.upcome-slider .owl-nav .owl-next {
  
  right: -20px !important;
}
.upcome_carousel p {
  padding: 23px 20px 30px 17px !important;
}
.coursel_sec h2 {
  font-size: 36px !important;
}
.banner_sec h2 {
  padding-top: 10px !important;
  font-size: 17px !important;
  line-height: 29px !important;
}
.new_title {
  font-size: 18px !important;
}
.new_logo img {
  width: 70px !important;
}
}

@media (max-width: 900px){
  .form_sec {
      height: 50vh;
      align-items: center !important;
  }
  .form_sec form {
    width: 100% !important;
  }
  
  .college_sec_card {
    padding: 0px !important;
  }
  .college_sec_card .box {
    width: 290px !important;
  }
  }
  @media (max-width: 768px){
  .form_sec {
      height: auto;
      margin: 20px;
  }
  }
  @media (min-width: 425px){
    .col-md-5 {
      width: 40% !important;
  }
  .col-md-7 {
    width: 60% !important;
  }
  }
  @media (min-width: 375px){
    .col-md-5 {
      width: 40% !important;
  }
  .col-md-7 {
    width: 60% !important;
  }
  }
  @media (min-width: 320px){
    .col-md-5 {
      width: 40% !important;
  }
  .col-md-7 {
    width: 60% !important;
  }
  .college_sec_card .box .submit_btn {
    padding: 3px 24px 8px 30px !important;
  }
  }
  @media (max-width: 1024px)

  {
  
    .footer_sec .col-1 {
  
      flex: 0 0 9.333333% !important;
  
      max-width: 9.333333% !important;
  
    }
  
  }
  
 @media (max-width: 480px)
  
  {
  
    .footer_sec .col-1 {
  
      flex: 0 0 8.333333% !important;
  
      max-width: 8.333333% !important;
  
    }
  
  }

  .badges{
    color:#ffff;
    background-color: #008bb9;
    position: absolute !important;
    right: -1px !important;
    top: -1px !important;
    font-size: 17px;
  }
  .badges1{
    color:#ffff;
    background-color: #008bb9;
    position: absolute !important;
    right: 70px !important;
    top: -1px !important;
    font-size: 17px;
  }
  .form input.error-input,
.form select.error-input {
  border: 3px solid #e74c3c;
}
form :is(input,textarea,select).errorform {
  border: 1px solid red !important;
}


.why-icon {
  width: 20%;
}
.why-us h2{
    font-size: 37px;
    line-height: 47px;
    text-align: center;
    font-family: opensans-bold;
    padding-bottom: 5px;
}

.why-us{
  padding: 50px 0px;
}

.copy-rights .container {
  display: flex;
  justify-content: center;
}
.copy-rights {
  background-color: #f7f7f7;
  padding-top: 20px;
}
.copy {
  font-size: 14px;
}

.whyus-cards {
  background-color: #f7f7f7;
  padding: 35px;
  margin-top: 30px;
}

.why-us h4 {
  font-size: 20px;
}
.why-us h4 {
  font-size: 20px;
  margin: 15px 0px;
}
.whyus-cards {
  transition: transform 0.3s ease;
}

.whyus-cards:hover {
  transform: scale(1.1);
}
.recruit-img {
  width: 55%;
}
.recruit_section h2{
  font-size: 37px;
    line-height: 47px;
    text-align: center;
    font-family: opensans-bold;
    padding-bottom: 0px;
}

.recruit_section{
  padding: 50px 0px;
}
.whatsapp-button {
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 60px;
  height: 60px;
  
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 24px;
  z-index: 9999; /* Ensure it's above other content */
}

@media (max-width: 540px){
  .banner_sec {
  
    padding: 180px 0px 50px 0px !important;
  }
  .navbar-light .navbar-brand {
    width: 100%;
}

  }
@media (max-width: 840px){
.banner_sec {

  padding: 100px 0px 50px 0px;
}
ul.navbar-nav {
  float: right;
}
}

@media only screen and (max-width: 1050px) and (min-width: 1000px)  {
.form_sec form {
    width: 85%;
}
.nav-item.enquiry_btn.hover_eff {
  margin-top: 20px;
}
ul.navbar-nav {
  float: right;
}
}
@media only screen and (max-width: 2000px) and (min-width: 1200px)  {
.enquiry_btn a {
  color: #ffffff;
  text-decoration: none;
  float: right !important;
  width: 20% !important;
}
}

.tq{
  padding: 100px 0px;
}
.para-b {
  font-size: 22px !important;
  background-color: #f88400;
  padding: 10px;
}
.pop-p {
  font-size: 13px;
  text-align: center;
}

.video-sec{
  margin-top: 30px;
}
.new_title {
  padding-bottom: 35px;
}
.baneer_content p {
  margin-bottom: 25px;
}
