﻿body {
    padding-top: 95px;
}

/****************NAVBAR*********************/
.navbar-custom{
    background-color: #DA251C;
}
.nav-item a{
    color: #fafafa !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.nav-item a:hover{
    color: #fafafa !important;
    text-transform: uppercase;
    font-size: 18px;
    border: 2px solid #09ff15;
    font-weight: 700;
    transition: ease-in  500ms;
    border-radius: 30px;
}
/* footer */
.footer-copyright{
    background-color: #023d05;
}
.page-footer{
    background-color: #046909;
    color: #ffffff;
}
.page-footer a {
    color: #ffffff;
}

/***************Hero Sectioons************/

.hero-section .img img{
    background-attachment:fixed;

}

/***************Services************/
.service-card{
    box-shadow: 2px 8px 16px #aaa;
    background: #e6f8e9;
}
.service-card .card-body .card-text{
    font-size:16px;
    color: #000007;
    line-height: 1.8em;
}
.card-heading h2{
    background: #046909;
    color: #ffffff;
    width: 200px;
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 24px;
    box-shadow: 4px 8px 16px #ccc;
}
.service-card hr{
    background-color:#046909;
}

.sub-service-card{
    background: rgb(252, 233, 233);
    box-shadow: 4px 8px 24px #aaa;
    border-radius: 20px;
}
.sub-service-card img{
    border-top-left-radius:20px ;
    border-top-right-radius:20px ;
}

/***************News Images************/
.news{
    background: #e0dedc;

}

/***************Gallery****************/
.row-news {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 10px 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column-1 {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
  }
  
  .column-1 img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border:3px solid #023d05;
    box-shadow:4px 8px 12px #aaa;
  }
    .column-1 img:hover {
        transform :scale(1.7);
        transition:ease-in-out 500ms;
        box-shadow: 1px 1px 1px; 
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column-1 {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column-1 {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }


/* .news-img{
    border: 2px solid #DA251C;
    box-shadow:  2px  4px 8px #888;
    
} */

/***************Gallery****************/
.row-gallery {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 10px 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border:3px solid #023d05;
    box-shadow:4px 8px 12px #aaa;
  }
    .column img:hover {
        transform :scale(1.7);
        transition:ease-in-out 500ms;
        box-shadow: 1px 1px 1px; 
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

  /*************Banner*********************/

  .banner{
      background:linear-gradient(45deg,  #E67817 50%, #ffffff 60%, #046909 70%);
      color:#111776;
  }


/**************About********************/

.card-footer{
    background-color:#046909;
    color:#fafafa;
}

/***************Registration*********************/

.card-number{
    background: linear-gradient(140deg,  #E67817 50%, #046909 50%);
    box-shadow: 4px 8px 12px #ccc;
    color: #fefffe;
    font-size:1.2em;
}

.fa-instagram:hover{
    color:#CB1F51;

}
.fa-youtube:hover{
    color:#FF0000;
}
.fa-twitter:hover{
    color:#059AED;
}
.fa-facebook:hover{
    color:#1773EA;
}