.header{
  color: black !important;
}


.nav-link: hover{
  color: royalblue !important;
}
.size{
	font-size: 20px;
}
.size_1{
	color: white;
	font-size: 40px;
}
.size_2{
  color: royalblue; !important;
  font-size: 40px !important;
}

/*banner styles*/
.banner{
  font-size: 30px;
  font-weight: bolder;
  color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
.font-color{
  font-size: 40px;
  color: #e12454;
}
/*button css*/
.make{
	background-color: #e12454 !important;
}
/*video title size*/
.title_size{
  font-size: 20px;
}

/*image responsiveness*/
.img_ratio{
  background-image: url('../images/banner/build_2.jpg') ; 
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .img_ratio{
        width: 800px;
        
  }
}
@media only screen and (max-width: 600px) {
  .banner{
        font-size: 25px !important;
        padding-right: 450px !important;
        
  }
}
.img_ratio_2{
  background-image: url('../images/banner/meditation.jpg') ; 
}
@media only screen and (max-width: 600px) {
  .img_ratio_2{
        width: 800px;
        /*max-height: 500px;*/
  }
}
/*@media only screen and (max-width: 600px) {
  .banner_1{
        font-size: 25px !important;
        
  }
}*/
/*.img_ratio_3{
  background-image: url('../images/banner/awards.jpg') ; 
}
@media only screen and (max-width: 600px) {
  .img_ratio_3{
        width: 800px;
        /*max-height: 500px;*/
  }
}*/
/*.img_ratio_4{
  background-image: url('../images/banner/exhibition.jpg') ; 
}
@media only screen and (max-width: 600px) {
  .img_ratio_4{
        width: 800px;
        /*max-height: 500px;*/
  }
}*/
@media only screen and (max-width: 600px){
  .hello{
     height: 300px !important;
 }
}

.img_ratio_5{
  background-image: url('../images/banner/sugar.jpg') ; 
}
@media only screen and (max-width: 600px) {
  .img_ratio_5{
        width: 800px;
       /* max-height: 500px;*/
  }
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accord, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accord:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.text{
  color: black !important;
}
.scope{
	color: blue;
	size: 20px;
}
.font{
	color: black !important;
}
.right{
	color: white !important;
}

/*gallery description font size */
.small{
  font-size: 15px;
}



/*events css*/
body{
    baackground:#f5f5f5;
    margin-top:20px;}

.events-date {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: rgba(25, 47, 89, 0.9);
    color: #fff;
    padding: 12px 20px 8px 20px;
    text-transform: uppercase
}

.event-time li {
    display: inline-block;
    margin-right: 20px
}

.event-time li:last-child {
    margin-right: 0
}

.event-time li i {
    color: #59c17a
}

.event-block {
    box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48)
}

.event-block ul li i {
    color: #59c17a
}

@media screen and (max-width: 1199px) {
    .event-date {
        padding: 10px 18px 6px 18px
    }
}

@media screen and (max-width: 575px) {
    .event-date {
        padding: 8px 15px 4px 15px
    }
    .events-date {
        padding: 10px 15px 6px 15px
    }
}

.position-relative {
    position: relative !important;
}

.margin-40px-bottom {
    margin-bottom: 40px;
}
.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}
.font-weight-500 {
    font-weight: 500;
}
.font-size22 {
    font-size: 22px;
}
.text-theme-color {
    color: #192f59;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.margin-10px-right {
    margin-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}
