/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500|Rubik:500, 600");
/*---------------------------------------------------- */
/*----------------------------------------------------*/ 

body {
  line-height: 25px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #7b838a; }

h1,
h2,

 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #002347; }
 

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }
 

.mb-15 {
  margin-bottom: 15px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }
 
 .mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }
 
 
.main_title {
    text-align: center;
    margin-bottom: 50px;
}
   
  .main_title h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
}
 
  .main_title p {
    font-size: 15px;
    font-style: italic;
    color: #696969;
    text-align: center;
}

/*--------------------start-nav------------------------------- */
 .navbar{
     background: #08724a;
     padding-top: 0;
     padding-bottom: 0;
}
 
 .navbar-light .navbar-nav .nav-link {
     color: #ffffff;
}
 
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
 .navbar-light .navbar-nav .nav-link{
     padding: 12px;
     transition: 0.3s;
     padding-left: 24px;
     padding-right: 24px;
     font-size: 18px;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     background: #fcbb15;
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #333;
    text-decoration: none;
    background-color: #f7ba04 !important;
}
/*--------------------and-nav------------------------------- */

.footer-area {background:url(../img/silder-2.jpg)no-repeat center fixed; background-size: cover; padding-bottom:50px;}
 
.single-footer-widget ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.single-footer-widget ul li {
    margin: 0px 15px 0 0;
    padding: 0px;
    display: inline-block;
}
.single-footer-widget ul li a {
    margin: 0px;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    background: #08724a;
    border-radius: 20px;
}
 
.single-footer-widget ul li a:hover{color: #fcbb15; transition: 0.1s;}  
 
/*-----------skilling---------------*/
.skilling .head {
    font-size: 18px;
    color: #5d5d5d;
    padding-top: 5px;
    text-align: justify;
    line-height: 1.4;
}

.skilling h2{color:#2957a5;}

.skilling {padding:70px 0; background: #eee;}
.skilling1 {padding:70px 0;}
.skilling1 p{padding:0; margin: 0; font-size: 15px; text-align: justify; color: #666; line-height: 1.6;}
.skilling .aims{background: #fff;}
.skilling .bottom{width:20px;height:5px;}
.skilling h2 {
    color: #000000;
    font-size: 32px;
    font-weight: normal;
}
 
 
/*----------------gallery-sec--------------------------*/
 
.alime-portfolio-area {margin: 0px;padding: 0px;}
.single_gallery_item{margin: 0px; padding:5px;}

  .alime-portfolio-area {
    padding-right: 10%;
    padding-left: 10%; }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%; } }
    @media only screen and (max-width: 767px) {
      .alime-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%; } }

.alime-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .alime-projects-menu .portfolio-menu .btn {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: normal;
    border-radius: 0;
    margin: 0 25px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .alime-projects-menu .portfolio-menu .btn {
        font-size: 14px;
        margin: 0 5px; } }
    
.alime-projects-menu .portfolio-menu .btn::after {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #f78335;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: -20px;
    top: 58%;
    width: 10px;
}
.single-portfolio-content {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .single-portfolio-content img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-portfolio-content .hover-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
    .single-portfolio-content .hover-content a {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0;
      margin-left: -26px;
      z-index: 100;
      display: inline-block;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: #fcbb15;
      text-align: center;
      line-height: 52px;
      font-size: 30px;
      color: #ffffff; }
      .single-portfolio-content .hover-content a:hover, .single-portfolio-content .hover-content a:focus {
        background-color: #08724a; }
  .single-portfolio-content:hover img, .single-portfolio-content:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-portfolio-content:hover .hover-content, .single-portfolio-content:focus .hover-content {
    opacity: 1;
    visibility: visible; }
    .single-portfolio-content:hover .hover-content a, .single-portfolio-content:focus .hover-content a {
      margin-top: -26px; }
 
  

 .main_title h2:before {
    content: "";
    background: url(../img/line-left-dark.png) no-repeat;
    width: 90px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.main_title h2:after {
    content: "";
    background: url(../img/line-right-dark.png) no-repeat;
    width: 90px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
  
/*---------------------------*/
.btn-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 32px;
    line-height: 40px;
    right: 30px;
    opacity: 9;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    background: #08724a;
}

.btn-back-to-top .fa {
    font-size: 18px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.btn-back-to-top span::before, span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #b15409;
}

.btn-back-to-top:hover{
  background:#f7ba04;
  color: #fff;
}

 
 
/*---------------form-sec---------------------*/
 
 
.form-content1 {
    background: #f7f7f7;
    margin: 0px;
    padding: 30px;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 35px;
    color: #495057;
    background-color: #9e9e9e;
    border-radius: 0;
    border: none;
}
.form-control:focus {
    color: #495057;
    background-color: #bdbdbd;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

label.control-label1 {
    color: #0d0600;
    margin: 10px 0;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
}
button.submit {
    background: #08724a;
    border: none;
    margin: 0px;
    padding: 6px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}
button.submit:hover{
  background: #fcbb15;
  color: #fff;
  transition: 0.1s;
}
.form-horizontal .form-control {
    height: 35px;
    padding: 10px 10px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #ee873c;
    border-radius: 0;
    box-shadow: none;
    background: #ee873c;
    margin: 5px 0;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    background: #ee873c;
}
 
textarea#message {
    height: 60px;
}

.mid-header {
    background: #fcbb15;
    margin: 0;
    padding: 0;
}
.registration{margin-top:20px; padding: 0px; text-align: right;}
.registration h6 {
    margin: 0px;
    padding: 0px;
    color: #08724a;
    font-weight: 400;
    font-size: 17px;
}
.registration p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #000;
}
/*-----------------------conatct-kus---------------*/
.contact-tst {
    padding: 20px;
    text-align: center;
    height: 200px;
    border: 1px solid #ddd;
    margin:50px 0;
}
.contact-tst .fa {
    font-size: 40px;
    margin: 5px;
    padding: 0px;
    color: #f8b600;
}

.contact-tst h1 {
    font-size: 20px;
    margin: 0px;
    padding: 10px 0;
    color: #2a2d32;
    letter-spacing: 0;
    font-weight: 500;
}

.contact-tst a{
    font-size: 16px;
    margin: 0px 5px;
    padding: 0;
    line-height: 1.1;
    color: #777;
    letter-spacing: 1px;
    font-weight: normal;
}
.contact-tst a:hover{
  text-decoration: underline;
}
  
.footer-bottom {
    margin: 0;
    padding: 0;
    text-align: center;
} 
.footer-bottom p{font-size: 14px; color: #666;}
.footer-bottom a{font-size: 14px; color: #666;}
.footer-bottom a:hover{text-decoration: underline; color: #fcbb15;}
 
.new-div {
    background: #08724a;
    padding: 10px;
    text-align: center;
}
.banner-tst{margin: 0px;padding: 0px 20px;}
.banner-tst h1 {
    margin: 0px;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.navratri-tst{margin:0; padding: 0px;}
.navratri-tst a{margin: 0px; padding:0; font-size: 15px; color: #666;}
.navratri-tst a:hover{text-decoration: underline;}
.navratri-tst p{padding-top: 10px;}

 
.carousel-control-prev-icon, .carousel-control-next-icon {
    background: #08724a;
    border: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    opacity: 9 !important;
    filter: brightness(100%) !important;
    border-radius: none;
}


/*-----------doners----------------*/
  .slide{ text-align: center}
  .slide h6{ margin: 15px 0 10px;}
  .list-of-donors{ width:80%; float:right; border:solid 1px #ccc; padding:10px 0}
  .list-of-donors .slide img{ width: 80%;
    border: #adacac solid 1px;
    padding: 3px;
    background: #fff;}
  .owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width:25px;
    height:25px;
    line-height:20px;
    background: #08724a;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size:16px;
    font-weight: 900;
}
.owl-next:before{ content: "\f105"; }
 
 
 h3, h5, h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 100;
    color: #002347 !important;
}
.programs{margin: 20px 0; text-align: center;padding: 0;}
.programs h1 {
    color: #fff;
    font-size: 32px;
    background: #08724a;
    padding: 15px;
    width: 30%;
    margin: 0 auto;
}

/*-------------*/
.medicine{margin: 0px; padding: 0px;}
.medicine ul{margin: 0px; padding: 0px; list-style: none; text-align: center;}
.medicine ul li{margin: 0px; padding: 0px; display: inline-block; width:224px;}
.serviceBox{
    text-align: center;
    margin-bottom:50px;
    padding: 0;
    position: relative;
    z-index: 1;
}
h5.title {
    font-size: 17px;
    margin-top: 60px;
    padding: 0;
}
.serviceBox .service-icon{
    width: 70px;
    height: 70px;
    border-radius: 0;
    background: #e7e7e7;
    margin: 0 auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon{
    transform: rotate(45deg);
}
.serviceBox .service-icon span {
    display: inline-block;
    border-radius: 0;
    background: #08724a;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
    margin: 5px;
    padding: 15px;
}
.serviceBox .service-content{
    border-radius: 3px;
    padding: 10px;
    position: relative;
    background: #e7e7e7;
}
.serviceBox .service-content:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before{
    transform: rotate(45deg);
}
 
.serviceBox .read-more:hover{
    border: 1px solid #727cb6;
    color: #727cb6;
}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #3498db; }
.serviceBox.orange:hover .title{ color: #e67e22; }
.serviceBox.green .read-more:hover{
    border: 1px solid #008b8b;
    color: #008b8b;
}
.serviceBox.blue .read-more:hover{
    border: 1px solid #3498db;
    color: #3498db;
}
.serviceBox.orange .read-more:hover{
    border: 1px solid #e67e22;
    color: #e67e22;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin-bottom: 80px; }
}