.top-btn {
    width: 50px;
    height: 50px;
    background: #f5a425;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
    font-size: 18px;
    line-height: 50px;
    z-index: 999;
    transition: 0.5s;
  }
  .top-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    transition: 0.5s;
  }
  .top-btn:hover::before {
    height: 100%;
  }

  .wrapper_about img{
  height:100vh;
  }
  .wrapper_about {
    background: url("../images/2.jpg");
    height: 55vh;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* position: absolute; */
  }
  .wrapper_about h4{
   line-height: 296px;
   background:rgb(0,0,0,0.5);
   font-size:30px;
   font-weight:bold;
   color:#f5a425;
  }
  .about_heading .about_after{
    border-bottom: 2px solid #f5a425;
    width: 90px;
    position: absolute;
    left: calc(50% - 45px);
  }

  .service_head{
    border-bottom: 2px solid #f5a425;
    position: absolute;
    width: 90px;
    left: calc(50% - 45px);
  }

  /* contact section start */
  .ftco-section {
    padding: 4em 0;
    position: relative; }
    @media (max-width: 767.98px) {
      .ftco-section {
        padding: 6em 0; } }
  
  .ftco-bg-dark {
    background: #3c312e; }
  
  .ftco-no-pt {
    padding-top: 0 !important; }
  
  .ftco-no-pb {
    padding-bottom: 0 !important; }
    
    .dbox .icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #f5a425;
      margin: 0 auto;
      margin-bottom: 20px;
  }

  .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.contact-wrap {
  background: #fff;
}
.contactForm .label {
  color: #f5a425 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.contactForm .form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border-radius: 2px;
  border-top:0px;
  border-right:0px;
  border-left:0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .contactForm .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5) !important; }
  .contactForm .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5) !important; }
  .contactForm .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.5) !important; }
  .contactForm .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5) !important; }
  .contactForm .form-control:focus, .contactForm .form-control:active {
    border-color: #f5a425 !important; }

.contactForm textarea.form-control {
  height: inherit !important; }

.contactForm .btn-primary{
  background:#f5a425;
  border-color:#f5a425;
}
.contactForm .btn-primary:hover{
  background:#f5a425;
  border-color:#f5a425;
}
  /* end */

/* download section start */
.wrapper_download h3{
  font-size:21px;
  color:#f5a425;
}
.wrapper_download h4{
  font-size:18px;
}
.wrapper_download .btn-primary{
  background:#f5a425;
  font-size:12px;
  border:none;
}
.wrapper_download .btn-primary:hover{
  background:#f5a425;
  font-size:12px;
  border:none;
}

footer h5{
  color:#f5a425;
  font-size:16px;
  text-transform: none !important;
}
footer h6{
  color:#f5a425;
  font-size:13px;
  /* text-transform: none !important; */
}
/* end */

/* faculty section start */
/* body {
	background-color: #6DC4F4;
}h1 { 
     color:white;
 
} */

.accordian {
  width: 100%;
  max-width: unset;
  margin: 50px auto;
}

button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none !important;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f151";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #fecc00;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.faculty_after{
  border-bottom: 2px solid #f5a425;
  position: absolute;
  width: 90px;
  left: calc(50% - 45px);
}

.contact_heading .contact_after{
  border-bottom: 2px solid #f5a425;
  position: absolute;
  width: 90px;
  left: calc(50% - 45px);
}

/* end */

/* career section start */
.career_heading .career_after{
  border-bottom: 2px solid #f5a425;
  position: absolute;
  width: 90px;
  left: calc(50% - 45px);
}
.wrapper_career .career_form{
  width:100%;
  padding:5px;
  border:1px solid #ddd;
  outline-color:#f5a425;
}

.wrapper_career .btn-primary{
  background:#f5a425;
  border-color: #f5a425;
}
.wrapper_career .btn-primary:hover{
  background:#f5a425;
  border-color: #f5a425;
}
.fw-600{
  font-weight: 600 !important;
}
.fw-500{
  font-weight: 500 !important;
}
/* end */



/*   banner section  */

.banner-main{
  background-image: url(assets/images/2.jpg);
  background-size: cover;
  background-position: 52% 9%;
  height: 55vh;
  background-repeat: no-repeat;
  width: 100%;
  
}
.banner-section h4{
  font-size:30px;
  font-weight:bold;
  color:#f5a425;
}

.overlay{
  background: rgba(0, 0, 0, 0.5);
  height: 55vh;
}
.primary-color{
  color: #fecc00;
}
.primary-btn{
  background-color: #fecc00 !important;
}
.rounded-lr-10{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.rounded-10{
  border-radius: 10px !important;
}
.bottom-0{
  bottom: 0px;
}

.fa-34{
  font-size: 30px;
}
.primary-border{
  border: 2px solid #fecc00;
}
.text-black{
color: black !important;
}
.text-upright{
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.fa-large{
  font-size: large;
}

.image-fit{
  object-fit: cover;
}

/* Enquiry form css */

/* side toggle css */
#slideOut {
  position: fixed;
  width: 350px;
  height: 800px;
  top: 250px;
  right: -350px;
  /* Animation  */
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 1111;
}


/* Display slideOut */

.showSlideOut {
  right: 0px !important;
}


/* Tab */

#slideOut .slideOutTab {
  margin-top: 35px;
  position: absolute;
  left: -40px;
  height: auto;
  top: 1.5vh;
  width: 41px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background: #fecc00;
  border-radius: 15px 0px 0px 15px;
}

#slideOut .slideOutTab div {
  text-align: center;
  position: relative;
  letter-spacing: 3px;
  right: 0;
  top: 3px;
}






#slideOut .modal-content {
  background-color: #f0f0ed;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 20px 10px 30px #0e0e0e78;
}

#slideOut .modal-body {
  height: 225px;
}

.modal-header {
  padding: 1rem 1rem 0 !important;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 425px) {
  .bg-sm-primary{
    background-color: #fecc00 ;
  }
  .logo-sm-style{
    width: 250px ;
    padding: 15px 0 ;
  }
  
  .img-sm-width{
    width: 110px ;
    height: 80px ;
  }
  .toggle-navbar-sm{
    position: absolute ;
    right: 0 ;
    top: calc(80px - 0vh) ;
    width: 360px ;
  }
  .h-100vh{
    height: 515px;
  }
}




@media (max-width: 375px) {
  .logo-sm-style{
    width: 250px ;
    padding: 15px 0 ;
  }
  .img-sm-width{
    width: 100px ;
    height: 80px ;
  }
  .h-100vh{
    height: 515px;
  }
}

@media (max-width: 360px) {
  .logo-sm-style{
    width: 250px ;
    padding: 15px 0 ;
  }
  .img-sm-width{
    width: 100px ;
    height: 80px ;
  }
  .h-100vh{
    height: 515px;
  }
}

@media (max-width: 320px) {
  .logo-sm-style{
    width: 250px ;
    padding: 15px 0 ;
  }
  .img-sm-width{
    width: 100px ;
    height: 80px ;
  }
  .h-100vh{
    height: 555px;
  }
}



/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-sm-primary{
    background-color: #fecc00 ;
  }
  .logo-sm-style{
    width: 250px ;
    padding: 15px 0 ;
  }
  
  .justify-md-center{
    justify-content: center;
  }

  .toggle-navbar-md{
    position: absolute ;
    right: 0 ;
    top: calc(80px - 0vh);
    width: 360px ;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-sm-primary{
    background-color: #fecc00;
  }
  .logo-sm-style{
    width: 250px ;
    padding: 15px 0 ;
  }
  
  .justify-md-center{
    justify-content: center ;
  }

  .toggle-navbar-md{
    position: absolute ;
    right: 0 ;
    top: calc(80px - 0vh) ;
    width: 360px ;
  }
  .card-height{
    height: 455px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-height{
    height: 465px;
  }
  .logo-sm-style{
    width: 200px ;
    padding: 15px 0 ;
  }
  .main-menu {
    float: right;
    padding-right: 2px !important;
  }
  .main-menu li a {
    padding: 10px 15px;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
  }
  /* #navbarNavAltMarkup > div a{
    border-right: 1px solid rgba(0, 0, 0, 0.452);
    } */
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .card-height{
    height: 530px;
  }
  .main-menu {
    float: right;
    padding-right: 18px;
  }
  /* #navbarNavAltMarkup > div a{
    border-right: 1px solid rgba(0, 0, 0, 0.452);
    } */
}
@media (min-width: 1400px) {
  .main-menu {
    float: right;
    padding-right: 148px;
}
/* #navbarNavAltMarkup > div a{
  border-right: 1px solid rgba(0, 0, 0, 0.452);
  } */
}



/* header by jayant sir start */

#navbarNavAltMarkup > div{
  font-size: 12px;
  font-weight: 800;
  color: #282828;
  text-align: center;
}
#navbarNavAltMarkup > div a:nth-child(1){
  border-right: none;
  }


#navbarNavAltMarkup > div a:last-child{
  border-right: none;
  }


/* header by jayant sir end */

/* Industry Page Border Box */

.fa-border{
  padding: 0.2em 0.25em 0.15em !important;
  border: solid 0.2em #fecc00 !important;
  border-radius: 0.3em !important;
}

/* Industry Page Border Box */

.bg-black{
  background-color: #000;
}

