/*

Known Template 

https://templatemo.com/tm-516-known

*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }

  @media (max-width: 767px) {
  .top-social-bar {
    flex-direction: column;
    gap: 6px;
    padding: 8px 15px;
    text-align: center;
  }

  .top-social-left {
    justify-content: center;
  }

  .top-social-right {
    font-size: 13px;
  }
}



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #165426;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgb(243,101,35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #165426;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
    border: 5px solid #8a7f7f; 
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #165426;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 30px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }




.top-social-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0b7a43;
    color: white;
    padding: 8px 40px;
    display: flex;
    justify-content: space-between;  
    align-items: center;
    z-index: 9999;
}


.top-social-left{
    display: flex;
    gap: 15px;   
}

.top-social-left a{
    color: white;
    font-size: 16px;
    text-decoration: none;
}

/* RIGHT CONTACT */
.top-social-right{
    font-size: 14px;
    font-weight: 500;
}

body{
    padding-top: 110px;
}

.contact-link{
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-link:hover{
    text-decoration: underline;
}

@media (max-width: 767px){
    .top-social-right span{
        display: none;
    }

    .top-social-right i{
        font-size: 16px;
        margin: 0 6px;
    }
}



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #165426;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

 .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
}

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #165426;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 60px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #F3671C;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #165426;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

.top-banner {
    background: #fff;
    padding: 15px 0;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 12px; */
}

.banner-logo {
    height: 60px;
    width: auto;
}

.banner-text h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 1000;
    color: #F3671C;
    letter-spacing: 2px;
}

.banner-text p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #165426; 
    letter-spacing: 1px;
}



@media (max-width: 991px) {

  .custom-navbar {
    padding: 10px 0;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 0; 
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: 45px;
    padding: 10px 15px;
  }

}

@media (max-width: 767px) {

  .custom-navbar .navbar-nav {
    background: #ffffff;
    margin: 0;
  }

  .custom-navbar .nav li a:hover {
    background-color: #165426;
    color: #ffffff;
  }

  

}

  
  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    margin-left: 60px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
      margin-left: 50px;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }
.home-slider .caption .container {
    display: flex;
    justify-content: center;   
    align-items: center;      
    height: 100%;
}

.home-slider .caption .col-md-6 {
    text-align: center;
}

 .home-slider .h3{
  text-align: center;
 }
  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .item-first {
    background-image: url(../images/college.jpeg);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url(../images/hospital.jpeg);
  }

  .home-slider .item-third {
    background-image: url(../images/slider3.jpg);
  }




@media (max-width: 991px) {
  .home-slider .item {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .home-slider .item {
    height: 350px;
  }

  #home h1 {
    font-size: 26px;
  }

  #home h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }
}

  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #165426;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
    
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



@media (max-width: 767px) {

  .feature-thumb {
    padding: 3em 2em;
    margin-bottom: 20px;
    text-align: center;
  }

  .feature-thumb span {
    margin-bottom: 15px;
  }

}


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

about-info h2 {
    margin-bottom: 12px;
    font-weight: 600;
}

.about-info p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #555;
}


.vm-inline {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vm-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.vm-item i {
    font-size: 20px;
    color: #165426;
    margin-top: 4px;
}

.vm-item h4 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 600;
}

.vm-item p,
.vm-item ul li {
    font-size: 14.5px;
    color: #555;
    line-height: 1.5;
}


.vm-item ul {
    padding-left: 16px;
    margin: 0;
}


.leadership-wrap {
    max-width: 900px;
    margin: 50px auto 0;
}


.leader-card {
    background: #ffffff;
    padding: 26px;
    margin-bottom: 35px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}

/* Header */
.leader-head {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
}

.leader-head img {
    width: 110px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}

.leader-head h3 {
    margin: 0;
    color: #165426;
    font-weight: 600;
}

.leader-name {
    margin: 6px 0 0;
    font-size: 15px;
}

.leader-name span {
    color: #666;
}

/* Quote */
.leader-card blockquote {
    border-left: 4px solid #165426;
    padding-left: 14px;
    font-style: italic;
    color: #555;
    margin: 14px 0;
}

/* Text */
.leader-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}


.trustees-simple {
    max-width: 520px;          
    margin: 40px auto;         
    padding: 24px 28px;
    text-align: center;
    background: #f9fafb;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.trustees-simple h3 {
    margin-bottom: 18px;
    font-weight: 600;
    color: #222;
}

.trustees-simple ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trustees-simple li {
    padding: 8px 0;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #e6e6e6;
}

.trustees-simple li:last-child {
    border-bottom: none;
}

.courses-table ul {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    
}

.courses-table ul li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    
}

.courses-table ul li::marker {
    content: none !important;
}


/* Mobile */
@media (max-width: 768px) {
    .leadership-wrap {
        margin: 30px 15px;
    }

    .leader-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .leader-head img {
        width: 100%;
        height: auto;
    }
}




  /*---------------------------------------
      HOSPITAL - DOCTORS            
  -----------------------------------------*/

.justify-center {
  display: flex;
  justify-content: center;
}

.highlight-card {
  border: 3px solid #ff8c00;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.highlight-card .dept-title {
  font-size: 18px;
}

.doctors-section {
  padding: 60px 0;
  background: #f7f7f7;
}

.doctor-grid {
  display: flex;
  flex-wrap: wrap;
}

.doctor-grid > div {
  display: flex;
}

.doctor-card {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.doctor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.15);
}

.dept-title {
  background: #ff8c00;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 0;
}

/* Body */
.doctor-body {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
}

.doctor-body h4 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.doctor-body span {
  font-size: 14px;
  color: #666;
}

.doctor-body hr {
  margin: 15px 0;
  border-top: 1px dashed #ddd;
}

@media (max-width: 991px) {
  .doctor-grid > div {
    width: 50%;
  }
}

/* Mobile - 1 card per row */
@media (max-width: 767px) {
  .doctor-grid > div {
    width: 100%;
  }
}

  /*---------------------------------------
      COURSES             
  -----------------------------------------*/


.courses-thumb {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
    transition: 0.3s ease;
    height: 100%;
}

.courses-thumb:hover {
    transform: translateY(-6px);
}


.courses-top {
        
     height: 260px;
    padding: 12px;
    overflow: hidden;
}


.courses-top img {
      width: 100%;
    height: 100%;
    object-fit: cover;       
    display: block;
}



.courses-top::after {
    content: "";
    position: absolute;
    inset: 0;
   
}

/* Content area SAME for both */
.courses-detail {
    padding: 26px 24px;
    text-align: center;
    min-height: 170px;
}

.courses-detail h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.courses-detail p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Courses Table */
.courses-table-wrap {
    margin-top: 50px;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.courses-table-wrap h3 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #165426;
}

.courses-table {
    width: 100%;
    border-collapse: collapse;
}

.courses-table th,
.courses-table td {
    padding: 16px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
    font-size: 15px;
}

.courses-table th {
    background: #f4f7fb;
    text-align: center;
    font-weight: 600;
}

.course-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-name img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.course-list {
    margin-top: 8px;
    padding-left: 18px;
}

.course-list li {
    font-size: 14px;
    color: #555;
}

.courses-table td small {
    color: #777;
}


  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      Affiliation           
  -----------------------------------------*/
.section-title h2 {
    text-align: center;
}

.affiliation-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}

/* Normal highlighted text */
.affiliation-text span {
  color: #165426;
  font-weight: 600;
}




 .certificate-row{
    margin-top: 30px;
}

.certificate-box{
    text-align: center;
    margin-bottom: 30px;
}

.certificate-box img{
    width: 100%;
    max-height: 350px;
    object-fit: contain;
    border: 2px solid #eee;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);

  
    transition: all 0.4s ease;
}


.certificate-box img:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    border-color: #0b7a43; 
}

 .section-title h2, .section-title p {
    margin: 0;
}

/* Modal background */
.certificate-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

/* Modal image */
.certificate-modal img {
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Close button */
.close-modal {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
 


/* Admission */
.admission-section{
    padding:60px 0;
    background:#f9f9f9;
}

.admission-row{
    margin-top:40px;
}

.admission-card{
    display:flex;
    align-items:center;
    gap:20px;
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
    margin-bottom:25px;
}

@media (max-width:767px){
    .admission-card{
        flex-direction:column;
        text-align:center;
        max-width:100%;
    }
}


.admission-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.admission-img img {
    width:160px;
    height:160px;
    object-fit: contain;   
    
    background-color:#fff; 


}

.admission-details h3{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.admission-details h5{
    margin:5px 0;
    color:#28a745;
}

.admission-details p{
    margin:2px 0;
}

.phone{
    margin-top:8px;
    font-weight:600;
}

.admission-email{
    margin-top:20px;
    font-size:18px;
    font-weight:600;
}





  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #165426;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #f2eeee;
    padding: 70px 0 30px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #000000;
  }

  footer strong {
    color: #000000;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .row {
  display: flex;
  align-items: flex-start;
}

  footer .social-icon {
    margin-top: 25px;
  }

 .footer-info {
  margin-right: 0;
}

  .footer-info h2 {
    color: #000000;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: #165426;
    border: 1px solid #000000;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #F3671C;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #165426;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }

/* =====================================
   FOOTER RESPONSIVE FIXES
===================================== */

/* Tablet */
@media (max-width: 991px) {

  footer {
    padding: 50px 0 25px;
  }

  footer .row {
    flex-wrap: wrap;
  }

  .footer-info {
    margin-bottom: 30px;
  }

  .newsletter-form input[type="submit"] {
    width: 70%;
  }
}

/* Mobile */
@media (max-width: 767px) {

  footer {
    padding: 40px 0 20px;
    text-align: center;
  }

  footer .row {
    display: block; 
  }

  footer address p {
    margin-bottom: 8px;
  }

  .footer_menu li {
    display: block;
    margin: 8px 0;
  }

  .newsletter-form .form-control {
    text-align: center;
  }

  .newsletter-form input[type="submit"] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-info h2 {
    margin-top: 20px;
  }
}


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #165426;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #165426;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  