@font-face {
  font-family: MyHelvetica;
  src: url(../fonts/font_arm.woff);
}
html{
  position: relative;
  min-height: 100%;
}
footer{
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px
}
header{
    width: 100%;
    height: 78px;
    background: #113a7c;
}
marquee{
    line-height: 70px;
    color: aliceblue ;
    font-size: 20px;
}
.justify{
  text-align: justify;
}
.justify *{
  text-align: justify;
}
#st-2{
  bottom: 0px;
  top: unset !important;
}
/*#myDIV{
    background: none !important;
    float: left !important;
}*/
.w4-part-vh-vw{
  max-height: 50vh;
  max-width: 50vw;
}
.w4-padding-large{
  padding: 8px 50px !important;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 15px;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w4-flex{
  height: 200px;
  width: 100%;
  display: block;
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  flex-direction: column;
  /* -ms-align-items: center; */
  /* align-items: center; */
  justify-content: center;
  margin: 4px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* text-align: center; */
}
#logo{
  max-height: 100px
}
@media only screen and (max-width: 600px) {
  .w4-padding-large{
    padding: 8px !important;
  }
  #logo{
    max-height: 50px;
  }
}
.contact_info{
  /* background-color: rgba(255,0,0,0.5) !important; */
  /* margin: 4px; */
  text-align: center;
  height: 170px;
  position: relative;
  border: 2px solid #0B72B5;
  border-radius: 10px;
  color: #0b72b5;
  background-color: #e9f4f7;
}
.contact_main{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.w4-indent{
  text-indent: 50px;
}
.w4-about{
  text-align: justify;
  text-indent: 50px;
}
.gallery_item{
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid white;
}
#myDIV{
  display: inline-block;
  width: calc(100% - 30px) !important;
}
.padding-right{
  padding-right: 1em;
}
.search-input{
  color: white;
  width: 100%;
  border: 0px;
  background: transparent;
}
.card{
  margin-bottom: 15px !important;

}
.btn-link{
    text-decoration: none !important;
    border: 0px 1px 0px 0px !important;
    border: 1px solid #ffffff;
    color: aliceblue !important;
}
.search-button{
  display: inline-block;
  width: 20px;
}
.iframe-div {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.search-send{
  background: rgb(0,0,0,0);
  /* color: white; */
}
.w3-modal{
  z-index: 15 !important;
}
.bg-light{
  box-shadow: 5px 1px 8px gray;
  z-index: 5;
  background: white !important;
}
hr{
    width: 100%;

    border: 1px solid #1bf2d1 !important;
}
a:hover{
    color: #1bf2d1 !important;
    text-decoration: none !important;
}
a{
    text-decoration: none;
    color:#1c242a
}
.btn-success{

    margin-left: 50% !important
}

h4{
    font-size: 26px !important;
    color: #051da0 !important;
    font-weight: bolder !important;
}
.display-1{
    font-size: 30px !important;
    color: #0856d3 !important;
    font-weight: bolder !important;
}
.par{
    font-size: 18px !important;
    color: #0856d3 !important;
    font-weight: bolder !important;
}

footer{
    width: 100%;
    height: 270px;
    background: #333333;
    background-size: cover;
    background-position: center
}
.foot{
  background: white !important;
  border: 1px solid white !important;
}
.site-by{
    width: 100%;
    /* height: 100px; */
    background: #242121
}
.c h5{
    color: #1bf2d1 ;
}
.c p{
    color: aliceblue;
}
.c hr{
    width: 320px;
    border: 1px solid rgba(242, 253, 252, 0.49) !important;


}
.a{
    display: inline !important;
}
/* .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
} */
#st_gdpr_iframe{
  top: -5000px;
}
.active > a{
  color: #f44336 !important;
}
.footer{
  background-size: contain;
}
.s-bg-parallax{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
