@charset "utf-8";
/* CSS Document */


#hero h1, h2, h3, h4, h5, h6 {
    font-family: 'Athiti', sans-serif;
  }
/* #hero h1 {
    font-size: 38px; 
  }
  #hero h2 {
    font-size: 30px; 
  } */

img{ max-width:100%;}

.gallery_box{ 
    width:100%; 
    max-width: 100%; 
    display:inline-block; 
/*     float: left;  */
    text-align: center; 
    overflow: hidden;  
    position: relative;
}
.gallery_box{ 
    padding:0;
    display: flow-root;
}
.gallery_box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_box img {
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}



.gallery_box .box_data{ 
    position:absolute; 
    top: 0; 
    left: 0; 
    right:0; 
    bottom:0; 
    color:#fff;
}
.gallery_box .box_data p {
    font-family: 'Athiti', sans-serif;
    font-weight: normal;
    position:absolute; 
    top: 80%; 
    transform: translateY(-50%); 
    left:0 ; 
    right:0; 
    font-size:24px; 
    line-height: 1.2em; 
    text-shadow: 2px 2px 4px #000000;
} 
.gallery_box .box_data span {
    font-family: 'Athiti', sans-serif;
    font-weight: bold;
} 
.gallery_box:hover .box_data {
    background:rgba(37, 57, 136, 0.55)
}

.bg-h3{
	font-size: 20px;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-weight: bold;
background-color: #ffffff;
opacity: 1;
background-size: 5px 5px;
background-image: repeating-linear-gradient(45deg, #e1e1e4 0, #e1e1e4 0.5px, #ffffff 0, #ffffff 50%);
	}
.logo102{
    width: 350px;
}
@media (max-width: 767px) {
    .logo102{
        width: 230px;
        margin: auto auto;
    }
  }
  @media (max-width: 991px) {
    .logo102{
        width: 250px;
        margin: auto auto;
    }
  }



