@charset "UTF-8";
body{
	/*font-family: 'Assistant', sans-serif;*/
	font-family: 'Mukta Mahee', sans-serif;
	font-family: 'Lato', sans-serif;
}
/* ---- menu Section Start ---- */

/* -------- Fix header Start-------- */
header{
  width: 100%;
}
.no-gutter-in{
	padding:0 !important;
}
.no-gutter-out{
	margin:0 !important;
}
.read-more{
	text-transform:uppercase;
	color:#ff3600;
	text-decoration:none;
}
/* -------- Fix header End-------- */
/* ------------ top head  --------------*/
.top-head{
  width:100%;
  height:auto;
  padding:15px 0;
  /*background-color: #134061;*/
  background: #9d9fa0;
  text-align: center;
  color:#fff;
  font-weight: bold;
}
.top-head span i{
  color:#fff;
}
.top-head span a{
  color:#fff;
}
/* --------------- // top head ---------- */
/* ------------ increment  --------------*/
.inc{
  width:100%;
  height:auto;
  background:url("../images/bg.webp") center/cover scroll; 
}
.overlay{
  width:100%;
  height:auto;
  padding:50px 0;
  background-color: #00000038;
  color:#fff;
  text-align: center;
}
.overlay p{
  font-size: 25px;
  font-weight: bold;
  color:orange;
}
.overlay span{
  font-size: 45px;
  font-weight: bold;
  color:orange;
}
.counting{
  border-right: 1px solid orange;
}
/* --------------- // increment ---------- */
.my-bg{
	background: #704d00;
    min-height: 110px;
}
nav{
	z-index:99;
}

.navbar-brand{
    height: auto;
    padding:0 15px;
}
.navbar-brand>img{
	width:100%;
	/*background: rgba(255, 255, 255, 0.85);*/
    padding: 10px;
    border-radius: 3px;
   /* background: #fff;*/
}
.navbar-inverse {
   background-color: #eaedef !important;
    border-color: #080808 !important;
}
.navbar {
    border-radius: 0px;
}

.my-menu{
	margin-top:22px;
	font-family: 'Mukta Mahee', sans-serif;
}
.nav>li>a {
    padding: 9px 14px;
    text-transform: uppercase;
    font-size: 14.5px;
	border-radius:3px;
	color:#c1c0c0;
}
.navbar-inverse .navbar-nav>li>a {
        /* color: #ffffff; */
    color: #690606;
    /* background: rgba(255, 255, 255, 0.7); */
    margin-left: 2px;
    font-size: 17px;
}
.navbar {
    margin-bottom: 0;
    border: none;
    position: sticky;
    top:0;
    width: 100%;
	padding: 0px 0;
	
}
.navbar-inverse{
	background-color:rgba(255, 204, 0, 0);
	/*background-color:rgba(228, 155, 3, 0.9);*/
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #ffffff !important;
    background-color: rgb(17, 125, 214) !important;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff;
    background: rgb(17, 125, 214);
}
/* ------ Dropdown hover Start ------ */
/*.dropdown:hover .dropdown-menu {
display: block;
width:100%
}*/
.news-section{
  width:100%;
  height:auto;
  padding: 80px 0;
  background: #6aceff;
}
.news-section h3{
  text-align: center;
  font-weight: bold;

}
.news-section ul{
  list-style: none;
}
.news-section ul li{
  border-bottom:1px dashed black;
  padding-top: 20px;
  font-weight: bold;
  font-size: 15px;
}
.panel-heading{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.news-section marquee{
  height:400px;
}
/*.news-section .panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #c12222;
    border-color: #c12222;
}*/
.news-section .panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #125879;
    border-color: #125879;
}

 ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
/* ------ Dropdown hover End ------ */


.dropdown-menu {
    min-width: 200px;
	padding:0;
}
.dropdown-menu>li>a {
    background: rgb(17, 125, 214);
    border-top: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 14.5px;
    text-transform: uppercase;
    color: #e0e0e0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #6b6b6b;
}
nav ul ul ul{
	background:#d2d2d2;
	list-style:circle;
	min-width:200px;
}
nav ul ul ul li a{
	font-size: 14.5px;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid #e4e4e4;
    color: #525252;
    padding: 5px 0;
	display:block;
}


/* ---- menu Section End ---- */

.content{
	font-family: 'Lato', sans-serif;
	padding:50px 0 80px 0;
}
.content h1{
	text-transform:uppercase;
	/*color: #338502;*/
  color: #134061;
	text-align:center;
	}
	.content h2{
	text-transform:uppercase;
	/*color: #338502;*/
  color:#000;
	text-align:center;
	}
.content h3{
	color:#E90D11;
	text-transform:uppercase;
}
.content p{
	font-family: 'Lato', sans-serif;
	font-size:17px;
	text-align:justify;
	line-height:30px;
	}
.content ul{
	font-size:17px;
	text-align:justify;
	line-height:30px;
	font-weight:600;
	}
#approach{
/*background: rgb(0, 13, 62);*/
background: rgb(28, 98, 132);

}
#approach img,#approach h3,#approach p{
	text-align:center;
}
#approach img{
	margin:0 auto;
	max-width:250px;
	text-align:center;
}
#approach h3{
    /*color: #a3e04f;*/
    color:#fff;
}
#approach hr{
	width:30%;
}
#approach h2{
	color:#ffffff;
	font-size:35px;
}
#approach p{
	color:#dcdcdc;
}
.products{
	padding: 70px 0;
    background: whitesmoke;
}
.products h3{
	color:#ff3600;
	text-transform:uppercase;
	font-size:28px;
}
.products h4{
	margin:20px 0;
	text-align:center;
}
#programs{
	background:#ffffff;
}
#programs hr{
	width:30%;
	border-color:#0B7A10;
}
#programs h2{
	font-size:35px;
}
#programs h3{
	text-align:left;
}
#programs p{
text-align:justify;
}
.achiever{
  width: 100%;
  height: auto;
  background-color: lightgreen;
  padding: 50px 0;
  margin:0 auto;
  display: none;
}
.achiever h2{
  text-align: center;
}
.leader{
  width: 100%;
  height: auto;
  /*background-color:  lightgreen;*/
  background-color: #004d58;
  padding: 50px 0;
  color:#fff;
}
.leader1{
  width: 100%;
  height: auto;
  background-color:  #a8ab92;
  padding: 50px 0;
}
.leader1 h2{
  text-align: center;
}
.leader h2{
  text-align: center;
}
.top-achiever{
  width:700px;
  height:200px;
  background-color: #fff;
  margin: 30px auto;
  border-radius: 5px;
}
.top-leader{
  width:700px;
  height:200px;
  background-color: #fff;
  margin: 30px auto;
  border-radius: 5px;
}
.contact-section{
  width: 100%;
  height:auto;
  background-image: url(../images/backbg.jpg);
  background-size: cover;
  padding: 2px 0;
  color:#000;
  text-align: center;
}
.contact-section svg:not(:root).svg-inline--fa {
    overflow: visible;
    font-size: 70px;
}
.contact-section h2{
  padding-bottom: 10px;
}
.contact-section i{
  font-size: 50px;
}
.contact-section .text{
  font-size: 25px;
}

.panel-default>.panel-heading {
    /*color: #333;*/
    /*background-color: #49815f;*/
    background-color: #1c6284;
    border-color: #ddd;
    color: #fff;
}
.table-head{
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.top{
  width: 100%;
  height:auto;
  background-image: url(../images/top.jpg);
  background-size: cover;
  padding-bottom: 80px;
}
.cont{
  padding-top: 120px;
}
.cont img{
  width: 350px;
  margin-left: 120px;
}
.our-content{
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: justify;
}
.our-content-pro{
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: justify;
  background-color: #caebf2;
}
.our-content p{
  font-size: 18px;
}
.our-product{
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: justify;
  background-color: #f0f9fb;
}
.our-product img{
    width: 290px;
    height: 330px;
    margin-bottom: 30px;
}
.our-contact{
  width: 100%;
  height: auto;
  padding: 100px 0;
  /*text-align: justify;*/
}
.our-contact p{
  font-size: 18px;
}
.reg-login{
  width: 100%;
  height: auto;
  background-image: url(../images/lg-bg.jpg);
  background-size: cover;
}
.reg-login-form{
  width:350px;
  height:auto;
  margin: 25% auto; 
  background-color: #ffffffad;
  padding: 50px 50px;
  border-radius: 10px;

}
.reg-form{
  width:850px;
  height:auto;
  margin: 15% auto; 
  background-color: #fff;
  padding: 80px 50px;

}
.com-form{
  margin-bottom: 60px;
  border:1px solid black;
  border-radius: 5px;
  padding: 40px 30px;
}
.abt-man{
  width: 100%;
  height: auto;
  padding:70px 0;
  background-color: #e5e5e5;

}
.Add{
  width: 100%;
  height:auto;
  padding-left: 50px;
}
.Add p{
  text-align: justify;
}
.departments{
  width:100%;
  height:auto;
  border:3px solid #fff;
  border-radius:5px;
  background: #ffffff63;
  margin-bottom: 20px;
}
.departments img{
  width:100%;
  height:200px;
}
.departments p{
  font-size: 20px;
  color:#000 !important;
  font-weight: bold;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    text-align: left;
    padding: 24px;
    font-size: 27px;
    border-color: #337ab7;
}
.panel-body ol li{
  font-size: 17px;
  line-height: 30px;
}
.gallery-image{
  width:100%;
  height:250px;
  margin-bottom: 20px;
}
.gallery-image img{
  width:100%;
  height:230px;
  border-radius: 5px;
}
.surgery ol li{
  font-size: 18px;
  line-height: 30px;
}
.adj-img{
  width:100%;
  height:150px;
  margin-bottom: 20px;
}
.adj-img img{
  width:100%;
  height:150px;
  border-radius: 5px;
}
.adj-service{
  text-align: center;
}
/* ----------- Start Footer ----------------*/


.footer{
	/*padding: 50px 0;*/
    /*background: #abe2aa;*/
    background-color: #17b3ca;
    color:#fff;
	/*background-color:#f3da93;*/
    line-height: 35px;
    font-size: 16px;
}
.footer h2{
	padding:20px 0;
	text-align:center;
	text-transform:uppercase;
}
.footer h3, h3 a{
	color:#179403;
	font-size:22px;
}
.footer h3:hover, h3 a:hover{
	transition:0.7s;
	color:#000000;
}
.footer ul{
	list-style:none;
	padding:0;
	text-align:left;
}
.footer ul li, .footer ul li a{
	/*color:#2d2d2d;*/
  color:#fff;
	display:inline-block;
    padding: 30px 9px;
    text-transform: uppercase;
	/*background: #67b129;*/
	
}
.footer ul li svg, .footer ul li a svg{
	color:#179403;
	font-weight:300;
}
.footer form{
	margin:0 auto;
	width:60%;
	position:relative;
	display:block;
	padding:25px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
    background: rgb(43, 43, 43);
}
.footer .footer-social ul{
	padding:20px 0 50px 0;
	text-align:center;
}
.footer .footer-social li{
	background:none !important;
}
.footer .footer-social li a{
	width:60px;
	height:60px;
    padding: 15px;
    background: #ECA307;
    border-radius: 50%;
    font-size: 30px;
}
.newsletter{
	background:#fbfbfb;
	padding:50px 0;
}
.newsletter h2{
	padding-top:0;
	line-height:30px;
}
.footer-menu{
	/*padding:60px 0 0 0;*/
	}

.crights-block{
	/*background-color:#406340;*/
  background-color: #0082a0;
	padding:15px 0;
}
.crights-block a{
	color:#ffffff;
}
.crights-block span{
	color:#ffffff;
	font-size:15px;
}
/* ----------- End Footer ----------------*/
.map{
	width:100%;
}
.contact-sec{
	padding:80px 0;
	background-color:#d6cdb1;
}
.contact-sec p{
	font-family: 'Assistant', sans-serif;
	font-size:16.6px;
}
.contact-sec form textarea{
	min-height:125px;
}
.form-control {
    font-size: 15px;
    color: #19a702;
    background-color: #f5e7bf00;
    background-image: none;
    border: 1px solid #848484;
    box-shadow: none;
}
.legal{
  background: #efefef;
}
.legal img{
  margin-bottom: 20px;
}
/* ----------- Start all other Pages ----------------*/
.pages{
    padding:50px 0;
}
.pages h2{
    padding:10px 15px;
	font-weight:bold;
	text-align:left;
	margin:0;
}
.pages p{
    line-height: 30px;
    font-size: 16.5px;
	padding:0 15px;
	text-align:justify;
}
#events img{
	margin-bottom:30px;
}
.chairman{
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px !important;
}
.chairman-desk{
  background: #224584;
  border-radius: 5px;
  padding:10px 8px;
  color:#fff;
}
/* ----------- End all other Pages ----------------*/









 /*
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
  @media (max-width: 767px) {
.navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
} */ 



@media (max-width: 1024px){
  .navbar-brand {
    width: 80%;
}
.navbar-brand>img {
    width: 100%;
}
.nav>li>a {
    padding: 9px 7px;
}

}


@media (max-width: 768px){

/*.navbar-brand>img {
    max-width:160px;
}*/
.navbar {
    position: sticky;
    top:0;
	padding:5px 0;
}
.navbar-inverse{
	background-color:#704d00;
}
.navbar-toggle {
    margin-top: 20px;
}
.nav>li>a {
    padding: 6px 1px;
    font-size: 14.5px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
}
.content h1 {
    font-size: 30px;
    line-height: 45px;
}
.footer form {
    width:100%;
}
.my-bg {
    min-height: 90px;
}
.dropdown-menu {
    min-width: 100%;
    padding: 0;
	border:none;
}
.cont{
  padding-top: 0;
}
.top{
 padding-bottom: 40px;
}
.our-product img {
    margin-left: 27px;
  }
  .reg-form {
    width: 100%;
}
 .reg-login-form {
    width:100%;
}
.overlay p {
    font-size: 19px;
  }
.overlay span {
    font-size: 26px;
  }
  .footer ul li, .footer ul li a {
    padding: 0px 5px;
  }
  .cont h1 {
      font-size: 27px;
  }

}
@media (max-width: 425px){
  .vision{
      width:75%;
      margin: 0 auto;
    }
    .content h1 {
      font-size: 24px;
    }
    .our-content {
      padding:30px 0;
    }
    .our-content h1{
      text-align: center;
      font-size: 24px;
    }
    .our-content h3{
      text-align: center;
    }
    #programs h2 {
      font-size: 27px;
  }
  .our-content-pro {
      padding: 25px 0;
    }
    .our-content-pro h1{
      font-size: 25px;
    }
    .contact-section {
      padding: 25px 0;
    }
    .our-product{
      padding:40px 0;
    }
    .our-contact{
      padding: 30px 0;
      text-align: center;
    }
  /*.navbar-brand>img {
     max-width: 120px;
  }*/
.navbar-inverse .navbar-nav>li>a {
    /*color:#ffffff;*/
    margin-left:0;
	border-radius: 0;
    border-bottom: 1px solid #3da000;
}
	.nav>li>a {
    padding: 10px 14px;
    font-size: 14.5px;
}
.footer h2 {
    font-size: 25px;
}
.footer .footer-social li a {
    width: 40px;
    height: 40px;
    padding: 3px;
    font-size: 20px;
}
.top-achiever {
    width: 100%;
    }
    .top-leader {
    width: 100%;
    }
    .contact-section svg:not(:root).svg-inline--fa {
   
    padding-top: 18px;
}
.our-product img {
    margin-left: 57px;
  }
  .reg-form {
    width: 100%;
  }
  .reg-login-form {
    width: 100%;
}
 .contact-section h2 {
    font-size: 23px;
}
.counting{
  border:0;
  margin-top: 30px;
}
.counting span{
  color:#fff;
}
.counting p{
  color:#fff;
}
.crights-block{
  text-align: center;
}
}
@media (max-width: 375px){
  .top-achiever {
  width: 100%;
    }
    .top-leader {
    width: 100%;
    }
  .our-product img {
    margin-left: 31px;
  }
  .reg-form {
    width: 100%;
  }
  .reg-login-form {
    width: 100%;
}

}

@media (max-width: 320px){
  .top-achiever {
  width: 100%;
    }
    .top-leader {
    width: 100%;
    } 
    .footer ul li, .footer ul li a {
    
    padding: 5px 21px;
  }
  .content h1 {
      font-size: 20px;
  }
.reg-form {
    width: 100%;
  }
  .reg-login-form {
    width: 100%;
}
.our-product img {
    margin-left: 0px;
  }
  .contact-section h2 {
    font-size: 23px;
}
}