*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}
.error {
  color: red;
  margin-top: 0.5rem;
}
body
{
  background-color: #f1f1f1;
}
h2
{
  font-family: "Ubuntu", sans-serif;
}
h5
{
  color: var(--color-primary);
  
   font-family: "Ubuntu", sans-serif;
}
p,
a{
  font-family: "Ubuntu", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: medium;
}
:root
{
  --color-primary:#1e2158;
  --color-secondry:#b3872e;
}

/* --------------------------------------------------------------FONT-STYLE AND WEIGHT------------------------------------------------- */
.castoro-regular {
    font-family: "Castoro", serif;
    font-weight: 400;
    font-style: normal;
    background:linear-gradient(rg);
  }
  
  .castoro-regular-italic {
    font-family: "Castoro", serif;
    font-weight: 400;
    font-style: italic;
  }
  .ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .breadcrumbs nav {
    background-color:transparent;
    margin-top: 100px;
  }
  
  .breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-secondry);
  }
  
  .breadcrumbs nav ol a {
    color:white;
    transition: 0.3s;
  }
  
  .breadcrumbs nav ol a:hover {
    text-decoration: underline;
  }
  
  .breadcrumbs nav ol li+li {
    padding-left: 10px;
  }
  
  .breadcrumbs nav ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--color-secondry);
    content: "/";
  }
  
  /* QUICK-CONTACT-CSS */
  .chat-container
  {

  color:var(--color-secondary);
	position: fixed;
	left: 45px;
	bottom: 50px;
	text-align: center;
	line-height: 35px;
	z-index: 999;
	transition: 0.7s;
	cursor: pointer;
    font-size: 25px;
  }

  @media (max-width:768px) {
    .chat-container
    {
      left: 20px;
      bottom:20px;
    }
  }

.chat-button {
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.chat-button:hover {
  transform: scale(1.1);
  transition: 0.4s;
}

.icon {
  font-size: 25px;
  color: white;
}

.chat-text {
  margin-left: 10px;
  font-size: 16px;
  color: white;
  transition: opacity 0.3s ease;
  font-family: var(--font-primary);
}

.dropdown-1 {
  position: absolute;
  bottom:60px;
  display: none;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
  z-index: 999;
}

.dropdown-item-1 {
  background-color:var(--color-primary);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
  z-index: 999;
}

.dropdown-item-1:hover {
  background-color: var(--color-secondry);
  color: var(--color-primary);
  transition: 0.4s;
  text-decoration: none;
}

.dropdown-1.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
  /* ------------------------------------WHATSAPP-ICON-CSS------------------------------------------------------------------------------- */
  .whatsapp img
  {
    width: 50px;
	height: 50px;
	position: fixed;
	left: 30px;
	bottom: 40px;
	text-align: center;
	font-size: 50px;
	line-height: 35px;
	z-index: 999;
	transition: 0.7s;
	cursor: pointer;
  }
  @media(max-width:768px){
    .whatsapp img 
    {
      display: none!important;
    }
  }
  .scrollbar i
  {
 
  color:var(--color-secondry);
	position: fixed;
	right: 45px;
	bottom: 45px;
	text-align: center;
	line-height: 35px;
	z-index: 999;
	transition: 0.7s;
	cursor: pointer;
  background-color:white;
  padding: 0px;
  border-radius: 50%;
  font-size: 45px;
    
  }
  @media(max-width:768px){
    .scrollbar i
    {
      right:20px;
	    bottom:40px;
  }
}

  .enquiry-icon .btn-1 
  {
    
	position: fixed;
	right:50%;
	bottom: 50%;
  right:-45px;
	text-align: center;
	z-index: 999;
	transition: 0.7s;
	cursor: pointer;
    rotate: 90deg;
    background-color:var(--color-secondry);
    padding: 10px;
    color: white;
  }
  .enquiry-icon a 
  {
    text-decoration: none;
    font-weight: 600;
  }
  @media(max-width:768px){
  
  }


  
  /* -------------------------------------------------------------------SCROLL-BAR-CSS------------------------------------------------------ */

/* ----------------------------------------------------------------FIRST-HEADER-CSS----------------------------------------------------- */
.first-header
{
    width: 100%;
    height: 6vh;
    background-color:var(--color-primary);
    align-items: center;
    color: white;
    justify-content: space-between;

}
.first-header .btn-1
{
     padding: 5px;
     outline:none;
     border: 1px solid white;
     background-color: transparent;
     border-color:white;
     color: white;
}
.first-header .btn-1:hover
{
  border-color: white;
  color: white;
  transition: 0.4s;
}
.first-header .first-header-content i{
  margin-left: 20px;
  font-size: 25px;
}
@media(max-width:768px){
    .first-header
    {
        display: none!important;
    }
}

/* -------------------------------------------------------------SECOND-HEADER-CSS----------------------------------------------------------- */
.second-header
{
    width: 100%;
    background-color:var(--color-secondry);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;

}

.s-header-left
{
    margin-left:200px ;
}
.s-header-left img
{
    width: 30px;
    margin-right: 5px;
}
.s-header-right
{
    margin-right: 200px;
    
}
.s-header-right .btn-1
{
     padding: 5px;
     outline:none;
     border: 1px solid black;
     background-color: transparent;
     border-color:black;
     color: black;
}
.s-header-right .btn-1:hover
{
  border-color: white;
  color: white;
  transition: 0.4s;
}
.s-header-right a
{
  text-decoration: none;
}

@media(max-width:768px){
    .second-header
    {
        display: none!important;
    }
  
  
  
    
}


/* -----------------------------------------------------------MAIN-HEADER-CSS---------------------------------------------------------------- */

.header {
  position: sticky;
  top: -100px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  height: 100px;
  transition: top 0.7s; /* Transition effect when sliding down (and up) */
  z-index: 999;
  background-color:white;
  }
  /* .header1 {
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
    background-color:white;
    position: fixed;
    width: 100%;
    height: 10vh;
    transition: all 0.5s;
  } */
  .header .logo img {
    max-height: 90px;
    object-fit: contain;
    margin-right: 6px;
    
  }
  
  .header .logo h1 span {
    color: #f96f59;
  }
  
  .sticked-header-offset {
    margin-top: 70px;
  }
  
  /*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
  @media (min-width: 1280px) {
    .navbar {
      padding: 0;
    }
  
    .navbar ul {
      margin: 0;
      padding: 10px 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar>ul>li {
      white-space: nowrap;
      padding: 10px 0 10px 28px;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3px;
      font-family: var(--font-secondary);
      font-size: 16px;
      font-weight: 600;
      color: var(--color-secondry);
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
      text-transform: uppercase;
      text-decoration: none;
    }
  
    .navbar a i,
    .navbar a:focus{
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      font-weight: 600;
      text-decoration: none;
      color: var(--color-secondry);
    }
  
    .navbar>ul>li>a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -6px;
      left: 0;
      background-color: var(--color-secondary);
      visibility: hidden;
      width: 0px;
      transition: all 0.3s ease-in-out;
    }
    .navbar ul a:hover
    {
        
        color: var(--color-primary);
    }
  
    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
      visibility: visible;
      width: 100%;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: var(--color-primary);
      transition: all 0.4s;
      
    }
  
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 28px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background:var(--color-secondry);
      color: white;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.3s;
      border-radius: 4px;
    }
  
    .navbar .dropdown ul li {
      min-width: 200px;
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 600;
      color: white;
      border-bottom: 1px solid white;
      text-decoration: none;
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
      font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
    }
  
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color:white;
      background-color: var(--color-primary);
    }
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
  }
  
  @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  @media (min-width: 1280px) {
  
    .mobile-nav-show,
    .mobile-nav-hide {
      display: none;
    }
  }
  @media(max-width:768px){
    .header .navbar
    {
      display:none!important;
    }
  }

/* ------------------------------------------------------MENU-BAR-CSS------------------------------------------------------------------- */
.menu
{
    width: 100%;
    height: 10vh;
    background-color:var(--color-secondry);
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;

}
.menu-left h2
{
    color: white;
    font-size: 20px;
}
#menu
{
    width: 100%;
    height:95vh;
    background-color: #f1f1f1;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-transform: uppercase;
    
    
}

#menu .cancel
{
    margin-left: 300px;
    color:#023a35;
    position: relative;
    top: -10px;
    font-size: 20px;
    
}
#menu .dropdown-menu
{
  width: 100%;
  color: black;
}
.menu-right .nav-link
{
  color:#023a35;
  width: 100%;
  padding: 10px;
  border-bottom: 2px solid black;
}
@media(max-width:768px){
    .menu
    {
        display: block;
        display: flex;
    }
    .menu-left h2
    {
        margin-left:20px ;
        text-transform: uppercase;
    }
    .menu-right span 
    {
        margin-right: 20px;
        color: white;
        font-size: 20px;
        border: 2px solid white;
    }
}


/* --------------------------------------------------------------BANNER-PART-CSS----------------------------------------------------------- */
.banner
{
    width: 100%;
    height: auto;
}



/* --------------------------------------------------------------GET-ABOUT-SECTION--------------------------------------------------------- */
.about h5
{
    font-family: "Castoro", serif;
    padding: 5px;
    align-items: center;
    
}
.admission-text p 
{
    font-size: 20px;
}

.notice h3
{
    text-align: center;
    background-color:var(--color-primary);
    padding: 5px ;
    color: white;
    
}
.notice .boxe
{
     width: 100%;
     height:90%;
     border: 4px solid  #f1f1f1;
     background-color:var(--color-primary);
     overflow-y:hidden;
}
.button-section .btn
{
  background-color: transparent;
  border:1px solid var(--color-secondry);
  color:var(--color-secondry);
}
.button-section .btn:hover
{
  background-color:var(--color-primary);
  color: white;
  transition: 0.6s;
}
@media(max-width:768px){
    .notice .boxe
    {
        height:50vh;
    }

}
.marq
{
  overflow-y: hidden;
}
.marq a 
{
  text-decoration: none;
  color: white;
}
.marq h4
{
  font-family: "Castoro", serif;
    color:white;
    align-items: center;
}


/* -------------------------------------------------------------LEADING-SECTION----------------------------------------------------------------- */

.leading 
{
    background-color:var(--color-primary);
}
.leading .card-body img
{
    width: 70%;
}
.card:hover 
{
    box-shadow: 4px 8px 10px #f1f1f1, -4px -8px 16px #f1f1f1;
    cursor: pointer;
    transition: 0.7s;
}
.card-title .btn
{
  background-color:var(--color-secondry);
  color: white;
}
.card-title .btn:hover
{
  background-color:var(--color-primary);
  transition: 0.4s;
}


/* --------------------------------------------------------------CREDIT-CARD-SECTIOIN-------------------------------------------------------- */
.credit-card h1
{
    font-family: "Castoro", serif;
    color: red;
    font-size: 30px;
    font-weight: bold;
}
.credit-card span
{
    color: black;
}
.credit-card h5
{
    font-weight: bold;
}
.credit-card p
{
    font-size: 20px;
}
.credit-card img
{
  width: 400px;
  height:350px;
}
@media(max-width:767px){
  .credit-card img
{
  width: 100%;
  height: unset;
  margin-top: 50px;
}
}
.credit-card .btn
{
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.credit-card .btn:hover
{
  background-color: var(--color-secondry);
  color:white;
  transition: 0.4s;
  border: var(--color-secondry);
}




/* ---------------------------------------------------------------COLLAGES-CSS----------------------------------------------------------- */
.collages
{
    background-color:white;
}

.collages span 
{
    color:var(--color-secondry);
}
.collages h2
{
    font-weight: bold;
}
.collages .boxe
{
    border: 1px solid gray;
}
.collages .boxe-title
{
    
    border-top: none;
}
.boxe-title h6
{
    font-size: 20px;
}
.boxe-title span 
{
    color: #6c6a6a;
}
.collages .boxe-title h5
{
  color: var(--color-primary)2;
}
.boxe:hover
{
    box-shadow: 2px 6px 15px gray;
    transition: 0.6s;
}
@media(max-width:635px){
    .boxe-body img 
    {
       width: 400px;
    }
   
}
.boxe-title p > a 
{
  text-decoration:none ;
  color: rgb(69, 67, 67);
}
.boxe-title button
{
    border-radius: 20px;
    font-weight: bold;
    margin-top: 5px;
    width: 150px;
    background-color: var(--color-secondry);
    color: white;
}
.boxe-title button:hover
{
    background-color: rgb(255, 196, 0);
    transition: 0.6s;
    border-color: rgb(255, 196, 0);
}


/* COURSES-CSS */
.course
{
    background-color:var(--color-secondry);
    color: white;
}
.course .box
{
  background-color: var(--color-primary);
  padding: 15px;
  border: 4px solid #f1f1f1;
  border-radius: 100%;

}
.course .box:hover
{
  box-shadow: 0px 10px #444;
  transition: 0.4s;
  cursor: pointer;
}
.course .box h5
{
  color:white;
  font-size:15px;
  
}
.course .box h5:hover
{
    color: rgb(255, 179, 0);
    cursor: pointer;
    transition: 0.6s;
}
.course .box img
{
    width: 100%;
    max-height: 150px;
    aspect-ratio: 3/2;
    object-fit: contain;
}
@media(max-width:768px){
  .course .box
  {
    padding:unset!important;
  }
}

/* SERVICE-IN-ABROAD-CSS */
.abroad 
{
    background-color: #f1f1f1;
}
.abroad p 
{
    font-size: 18px;
}
@media(max-width:678px){
    .course h2
    {
        font-size: 25px;
    }
    .course .box img
    {
        width: 50%;
        margin-top: 50px;
    }

}


/* ACHIVMENT-CSS- */
.achivment 
{
    background-color:var(--color-primary);
    color: white;
}
.achivment h1
{
    color:#fff;
    margin-bottom: 20px;
}
.achivment span
{
    color:var(--color-secondry);
}
.achivment p
{
    
    font-weight:500;
    color:white;
}


/* ENQUIRY-SECTION-CSS */
.enquiry
{
    background-color:white;
}
.form
{
    background-color:var(--color-secondry);
}

.testimonial{
    margin: 10px 20px 40px;
    text-align: center;
}
.testimonial .testimonial-content{
    padding: 30px 0 0;
    margin-bottom: 3px;
    border-top: 2px solid #2e3a59;
    border-bottom: 2px solid #2e3a59;
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "";
    border-top: 60px solid #2e3a59;
    border-right: 60px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .testimonial-content:after{
    content: "";
    border-bottom: 60px solid #2e3a59;
    border-top: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #2e3a59;
    margin-bottom: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    padding: 15px 50px 15px 20px;
    margin: 0;
    background:var(--color-primary);
    text-align: left;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
}
.testimonial .content{
    padding: 5px 0;
    background: #2e3a59;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.owl-theme .owl-controls{ margin-top: 10px; }
.owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    background: #2e3a59;
    border-radius: 0;
    margin-right: 10px;
    transform: scale(1.2);
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    outline: 2px solid #2e3a59;
    outline-offset: 3px;
    background: #007c71;
    transform: scale(0.8);
}



/* <-------------------------------------------------------FOOTER-SECTION-CSS-------------------------------------------------------> */


.footer
{
    background-color: black;
    color: white;
}
.footer ul li 
{
    list-style: none;
    
}
.footer ul li a
{
    color:#f1f1f1;
    text-decoration: none;
}
@media(max-width:768px){
  .footer
  {
    display: none;
  }
}

/* SECOND FOOTER FOR MOBILE */
.footer-1
{
    background-color: #2e3030;
    color: white;
    display: none;
}
.footer-1 ul li 
{
    list-style: none;
    
}
.footer-1 ul li a
{
    color:#f1f1f1;
    text-decoration: none;
}
@media(max-width:786px){
  .footer-1
  {
    display: block;
  }
  .footer-1 h4
  {
    font-size: 20px;
  }
}
.footer-2
{
    background-color: #2e3030;
    color: white;
    
}
#links p 
{
  line-height:10px;
 
}
#links p a
{
  color: #f1f1f1;
}
.footer-1 a
{
    text-decoration: none;
    color: #f1f1f1;
}



/* --------------------------------------------------------ENQUIRY-MODAL-CSS----------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */

.modal .modal-dialog {
    max-width: 500px;
    max-height: 500px;
   }
   .modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 20px 30px;
   }
   .modal-header 
   {
    background-color:var(--color-secondry);
    color: white;
   }
   .modal .modal-content {
    border-radius: 1px;
   }
   .modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 1px 1px;
   }
      .modal .modal-title {
          display: inline-block;
      }
   .modal .form-control {
    border-radius: 1px;
    box-shadow: none;
    border-color: #dddddd;
   }
   .modal textarea.form-control {
    resize: vertical;
   }
   .modal .btn {
    border-radius: 1px;
    min-width: 100px;
   } 
   .modal form label {
    font-weight: normal;
   }
   .modal-footer
   {
    background-color:var(--color-primary);
   }
   .modal-footer .btn{
      background:var(--color-secondry);
      border: none;
      outline: none;
      color:white;
   }
   .modal-footer .btn:hover
   {
      background:rgb(255, 183, 0);
      color: black;
      transition: 0.6s;
   }
  
  .modal-title
  {
      color: 0787c3;
  }



  /* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------MISSION AND VISION PAGE------------------------------------------------------- */

  .mission-banner
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(bacgrounds/vision.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mission-banner h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .mission h5
{
    font-family: "Castoro", serif;
    padding: 5px;
    align-items: center;
    
}
.mission i 
{
  color:green;
    font-size: 18px;
}
.mission p
{
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
}
.mission img
{
  height: 200px;
  width: 100%;
}

/* Mission Registration input */
.form-container{
  background-color: rgba(255,255,255,0.9);
  font-family: 'Titillium Web', sans-serif;
  padding: 25px 30px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.form-container .title{
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 25px;
}
.form-container .title:after{
  content: '';
  background-color: #007c71;
  height: 2px;
  width: 150px;
  margin: 5px auto 0;
  clear: both;
  display: block;
}
.form-container .form-horizontal{
  margin: 0 0 20px;
  font-size: 0;
}
.form-container .form-horizontal .sub-title{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px;
  padding: 17px 0 0;
  border-top: 1px solid #d1d1d1;
}
.form-horizontal .form-group{
  width: calc(50% - 10px);
  margin: 0 10px 15px 0;
  display: inline-block;
}
.form-horizontal .form-group:nth-child(even){ margin: 0 0 10px 10px; }
.form-horizontal .form-group:nth-child(3),
.form-horizontal .form-group:nth-child(4){
  margin-bottom: 25px;
}
.form-horizontal .form-group.phone-no{ margin: 0 10px 20px 0; }
.form-horizontal .form-group.age{ margin: 0 0 20px 10px; }
.form-horizontal .form-group label{
  color: #999;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 3px;
}
.form-horizontal .form-control{
  color: #555;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 1px;
  height: 33px;
  padding: 5px;
  box-shadow: none;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  display: inline-block;
  transition: all 0.3s;
}
.form-horizontal .form-control:focus{
  box-shadow: none;
  border: 1px solid #026747;
}
.form-horizontal .btn{
  color: #fff;
  background: #023a35;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 20px 7px;
  margin: 0 auto 20px;
  border: none;
  border-radius: 0;
  display: block;
  transition: all 0.3s ease;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
  color: #fff;
  background-color: #0cd674;
  box-shadow: 0 0 10px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.3) inset;
  outline: none;
}
.form-horizontal .user-login{
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.form-horizontal .user-login a{
  color: #0cd674;
  transition: all 0.3s ease 0s;
}
.form-horizontal .user-login a:hover{ color: #555; }
.form-container .social-links{
  font-size: 14px;
  text-align: center;
}
.form-container .social-links span{
  font-style: italic;
  margin: 0 0 20px;
  display: block;
  position: relative;
}
.form-container .social-links span:before,
.form-container .social-links span:after{
  content: '';
  background-color: #999;
  height: 1px;
  width: 25%;
  position: absolute;
  top: 50%;
  left: 0;
}
.form-container .social-links span:after{
  left: auto;
  right: 0;
}
.form-container .social-links a{
  color: #fff;
  background-color: #20599F;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  padding: 7px 15px;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.form-container .social-links a i{
  font-size: 13px;
  margin-right: 3px;
}
.form-container .social-links a:nth-child(2){ background-color: #00ADF2; }
.form-container .social-links a:hover{
  text-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
@media only screen and (max-width:576px){
  .form-container .form-group,
  .form-container .form-group:nth-child(even),
  .form-container .form-group.phone-no,
  .form-container .form-group.age{
      width: 100%;
      margin: 0 0 25px;
  }
}
@media only screen and (max-width:479px){
  .form-container .social-links a{
      width: 80%;
      margin: 0 auto;
      display: block;
  }
  .form-container .social-links a:nth-child(even){ margin: 0 auto 10px; }
  
}



 /* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------VALUE PAGE------------------------------------------------------- */

  .value
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/3023658/pexels-photo-3023658.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .value h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .objects h5
{
    font-family: "Castoro", serif;
    padding: 5px;
    align-items: center;
    
}
.objects i 
{
    color:green;
    font-size: 18px;
}
.objects p
{
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
}
.value img
{
  height: 200px;
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------ENGINEERING PAGE------------------------------------------------------- */
  .engg-banner
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/8961064/pexels-photo-8961064.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .engg-banner h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .engg h5
{
    font-family: "Castoro", serif;
    padding: 5px;
    align-items: center;
    
}
.engg i 
{
    color:green;
    font-size: 18px;
}
.engg p
{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}
strong
{
  color: red;
}
.side-content .box 
{
  background-color: #007c71;
  width: 100%;
  max-height: fit-content;

}
.side-content ul li
{
  border: 2px solid white;
  list-style: none;
  margin-top: 20px;
  padding: 10px;
}
.side-content ul li a
{
  color: white;
}

/* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------MEDICAL PAGE------------------------------------------------------- */
  .medical-banner
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/4021775/pexels-photo-4021775.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .medical-banner h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .medical h5
{
    font-family: "Castoro", serif;
    padding: 5px;
    align-items: center;
    
}
.medical i 
{
    color:green;
    font-size: 18px;
}
.medical p
{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}
strong
{
  color: red;
}
.medical-side img
{
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------LAW PAGE------------------------------------------------------- */

  .law-banner
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/5668481/pexels-photo-5668481.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .law-banner h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .law h5
{
    font-family: "Castoro", serif;
    color:white;
    padding: 5px;
    background: rgb(255,255,255);
    background: linear-gradient(192deg, rgba(45, 128, 151, 0.728) 47%, rgba(0,124,113,1) 65%, rgba(0,124,113,1) 100%);
    align-items: center;
    
}
.law h6
{
    color:green;
    
}
.law p
{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}

/* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------MANAGEMENT PAGE------------------------------------------------------- */

  .management-banner
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/5668772/pexels-photo-5668772.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .management-banner h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .management h5
{
    font-family: "Castoro", serif;
    color:white;
    padding: 5px;
    background: rgb(255,255,255);
    background: linear-gradient(192deg, rgba(45, 128, 151, 0.728) 47%, rgba(0,124,113,1) 65%, rgba(0,124,113,1) 100%);
    align-items: center;
    
}
.management h6
{
    color:green;
    
}
.mangement p
{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}

/* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------CONTACT PAGE------------------------------------------------------- */
  .contact-banner
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(bacgrounds/contact.avif);
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media(max-width:768px) {
    .contact-banner
    {
      width: 100%;
      height: 50vh;
      background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(bacgrounds/contact1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
    
  .contact-banner h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .contact h5
{
    font-family: "Castoro", serif;
    color:white;
    padding: 5px;
    background: rgb(255,255,255);
    background: linear-gradient(192deg, rgba(45, 128, 151, 0.728) 47%, rgba(0,124,113,1) 65%, rgba(0,124,113,1) 100%);
    align-items: center;
    
}
.form-bg{ background: linear-gradient(to right,var(--color-primary) 50%, var(--color-secondry) 50%); }
.form-horizontall{
    background-color: #fff;
    font-family: 'Arimo', sans-serif;
    padding: 50px 30px 50px;
    box-shadow: 12px 12px 0 0 rgba(0,0,0,0.3);
}
.form-horizontall .heading{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 50px 0;

}
.form-horizontall .heading p 
{
  font-size: 16px;
}
.form-horizontall .form-group{
    margin: 0 auto 30px;
    position: relative;
}
.form-horizontall .form-group:nth-last-child(2){ margin-bottom: 20px; }
.form-horizontall .form-group:last-child{ margin: 0; }
.form-horizontall .form-group>i{
    color: #999;
    transform: translateY(-50%);
    position: absolute;
    left: 5px;
    top: 50%;
}
.form-horizontall .form-control{
    color: var(--color-secondry);
    background-color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    height: 40px;
    padding: 5px 10px 2px 25px;
    box-shadow: 0 0 0 0 transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    display: inline-block;
    
}
.form-controll::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 16px;
}
.form-horizontall .form-control:focus{
    border-bottom: 1px solid #7AB6B6;
    box-shadow: none;
}
.form-horizontall .btn{
    color: #7AB6B6;
    background-color: #EDF6F5;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    width: 50%;
    height: 45px;
    padding: 7px 30px;
    margin: 0 auto 25px;
    border: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
.form-horizontall .btn:focus,
.form-horizontall .btn:hover{
    color: #fff;
    background-color: #7AB6B6;
}
.form-horizontall .btn:before,
.form-horizontall .btn:after{
    content: '';
    background-color: #7AB6B6;
    height: 50%;
    width: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
}
.form-horizontall .btn:after{
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
}
.form-horizontall .btn:hover:before,
.form-horizontall .btn:hover:after{
    height: 100%;
    width: 50%;
    opacity: 0;
}
.form-horizontall .create_account{
    color: #D6BC8B;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.form-horizontall .create_account:hover{
    color: #7AB6B6;
    text-decoration: none;
}
.form-horizontall .content a 
{
  color: #555;
  text-decoration: none;
}
.form-horizontall .content-icon a i 
{
  color: #023a35;
  font-size: 50px;
  margin-left: 30px;
  margin-top: 20px;
}
/* ----------------------------------------------------------------------------------------------------------------
  ----------------------------------CONTACT PAGE------------------------------------------------------- */
  .agri-banner
  {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/1509607/pexels-photo-1509607.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .agri-banner h2
  {
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 50px;
    margin-top: 20vh;

  }
  .agri span 
{
    color:#023a35;
}
.agri h2
{
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
}
.agri .hr-logo img 
{
  width: 50px;
  position: relative;
  top: -40px;
  left: 0;
  
}
.hr-logo img 
{
  width: 40px;
  position: relative;
  top: -40px;
  left: 0;

}

/* ---------------------------------------------------------------------------------------------------------------
                                          Apply page css
--------------------------------------------------------------------------------------------------------------- */
.apply-banner .hr-logo img 
{
  width: 40px;
  position: relative;
  top: -40px;
  left: 0;
  background-color: #f1f1f1;
}



.apply-banner
{
  width: 100%;
 max-height: fit-content;
 
  background-repeat: no-repeat;
  background-size: cover;
}
.apply-banner h2
{
  font-family: "Castoro", serif;
  font-weight: bold;
  font-size: 50px;
  margin-top: 10vh;
  color: rgb(30, 30, 30);

}
.apply_form
{
  background: linear-gradient(to right, var(--color-primary) 50%, var(--color-secondry)50%);
}
.apply .container
{
  background-color: white;
  box-shadow: 10px 15px 0px #484747a6;

}
.card-header
{
  background-color:var(--color-secondry);
}
.card-header p
{
  color:black;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  
}
.apply label
{
  font-family: "Dosis", sans-serif;
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 1px;
}
.apply .btn
{
  background-color: var(--color-secondry);
  color:white;
}
@media(max-width:768px){
  .apply-banner h2
  {
    font-size: 30px;
  } 
}


/* ---------------------------------------------------------------------------------------------------------------
                                          Couselling page css
--------------------------------------------------------------------------------------------------------------- */
.counselling-banner
{
  width: 100%;
 max-height: fit-content;
  background: var(--color-primary);
  background: linear-gradient(180deg, var(--color-secondary) 1%, rgba(255,255,255,1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.counselling-banner h2
{
  font-family: "Castoro", serif;
  font-weight: bold;
  font-size: 50px;
  margin-top: 10vh;
  color: rgb(30, 30, 30);

}
.counselling-banner .hr-logo img 
{
  width: 40px;
  position: relative;
  top: -40px;
  left: 0;
}
.counselling 
{
  background: linear-gradient(to right, var(--color-primary) 50%, var(--color-secondry)50%);
}
.counselling .container
{
  background-color:#f1f1f1;
  box-shadow: 10px 15px 0px #484747a6;

}

.counselling p
{
  color: var(--color-secondry);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  font-family: "Dosis", sans-serif;
  
}
.counselling label
{
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: 1px;
}
.apply .btn
{
  background-color: var(--color-secondry);
  color:white;
}
@media(max-width:768px){
  .counselling-banner h2
  {
    font-size: 30px;
  } 
}
.management{
  background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(bacgrounds/management.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;

}
.management h2
{
  font-family: "Castoro", serif;
  font-weight: bold;
  font-size: 50px;
  margin-top: 20vh;
}

.why_choose .card-body img
{
  width: 65px;
}
.why_choose .card 
{
    width: 280px;
    height: 250px;
    margin-right: 10px;
    align-items: center;
    border-radius: 10px;
}
@media(max-width:767px){
  .why_choose .card
  {
    width:100%;
    height: unset!important;
  }
  .why_choose .card-text
  {
    height: fit-content!important;
    position: unset!important;
    width: 100%;
    margin-top: unset!important;
  }
  .why_choose .card-body
{
  position: unset!important;
  width: 100%;
  max-height:unset!important;

}
}
.why_choose .card:hover
{
  box-shadow: 10px 10px 20px rgba(180, 180, 180, 0.845), -10px -10px 20px rgba(180, 180, 180, 0.845);
}
.why_choose .card-body
{
  position: relative;
  width: 100%;
  max-height: 50px;

}
.why_choose .card-text
{
  align-items: center;
  position: relative;
  width: 100%;
  max-height: 200px;
  top: 50px;
}

.branch{
  background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(bacgrounds/branch.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;

}
.branch h2
{
  font-family: "Castoro", serif;
  font-weight: bold;
  font-size: 50px;
  margin-top: 20vh;
  color: white;
}

.Colleges{
  background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(bacgrounds/collegs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;

}
.Colleges h2
{
  font-family: "Castoro", serif;
  font-weight: bold;
  font-size: 50px;
  margin-top: 20vh;
  color: white;
}

.colleges_content th
{
  background-color: var(--color-primary);
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}
.colleges h2{
  color: var(--color-primary);
}
.colleges_content h4
{
  color: var(--color-secondry);
  font-weight: 600;
  letter-spacing: 1px;
}