

.title{
  text-align: center;
font-weight: bold;
}

.title h3{
  color:green;
}

/* Contact us css starts from here */
#contactus {
    margin-top: 100px;
    margin-bottom: 50px;
}

/*map*/
.map-responsive{
  overflow:hidden;
  padding-bottom:75%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

*{
     margin: 0px;
     padding: 0px;
     box-sizing: border-box;
} 
/* contact css ends from here */

/* service css starts from here */
#services{
  margin-top:100px ;
  margin-bottom: 50px;
  }

.card{
  border: none;
  outline: none;
  /*--webkit-box-shadow: -27px 34px 62px -45px rgba(0,0,0,0.75);*/
  -moz-box-shadow: -27px 34px 62px -45px rgba(0,0,0,0.75);
  box-shadow: -27px 34px 62px -45px rgba(0,0,0,0.75);
}

.card p{
  color: gray;  
}

.circle {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.circle img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card:hover .circle{
  background-color:black ;
  color: white;
  transition: 0.5s;
}

#services .card p{
  font-weight: bolder;
}
/* service css ends from here */


/* gallery css starts from here */
#gallery{
  margin-top:100px ;
  margin-bottom: 50px;
  }

.btn{
  outline-style: none;
}

img{
  max-width: 100%;
}

.gallery img{
  background-color: #ffffff;
  padding: 15px;
  width:100%;
  box-shadow: 0 0 15px rgba(0, 0, 0,0.3);
  cursor: pointer;
}

#gallery-modal .modal-img{
  width:100%;
}
/* gallery css ends  here */


/* about section style begins here */
#about{
  margin-top:100px ;
  margin-bottom: 50px;
  }

.section_title{} .section_subtitle{
  margin-bottom: 7px;
  padding-left: 7px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #aaaaaa;
  border-left: 3px solid #bfa67a;
  font-size: 40;
  font-family:tahoma;
}

.section_main_title{
  margin-top: 0;
  margin-bottom: 37px;
  font-size: 50px;
  line-height: 1.27;
  font-weight: 300;
}

.section_main_title strong{
  font-weight: 600;
}

.about-box{
  -webkit-box-shadow:0 0 0 10px #000000 inset;
  box-shadow: 0 0 0 10px #000000 inset;
  margin-right: 0;
  margin-left: 50;
  margin-top: 200px;
  position: relative;
  display: block;
}

.box-overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index:3;
  transform: translateY(30px) translateX(-30px);
  -webkit-transform: translateY(30px) translateX(-30px);
}

.about-box .videopopup img{
  transform: translateY(30px) translateX(-30px);
  -webkit-transform: translateY(30px) translateX(-30px);
  width: 100%;
  z-index: 1;
}

.about-box .videopopup{
  position: relative;
}

.sonar-wrapper{
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: 20px;
}

.sonar-emitter{
  position: relative;
  margin: 0px auto;
  width: 30px; 
  height: 30px;
  border-radius: 50%;
  background-color: #bfa67a;
  text-align: center;
}

.sonar-emitter i{
  z-index:10;
  font-size: 20px;
  color:white;
  margin-left: 4px;
  line-height: 32px;  
}

.sonar-wave{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 9999px;
  background-color: #bfa67a;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.sonar-wave{
animation:  sonarWave 2s linear infinite;
}

@keyframes sonarWave{
from{
  opacity:0.4 ;
}

to{
  transform: scale(3);
  opacity: 0;
}
}

.btn-color-background{
    -moz-user-select: none;
    background-image: -webkit-linear-gradient(145deg,#faa61f 0%,#faa61f 0%,#ed1847 100%);
    border: 1px solid #bfa67a;
    border-radius: 2px;
    color: #ffffff;
    cursor:pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 12px 38px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    vertical-align:middle;
    text-decoration: none;
}

.btn-color-background:hover{
    text-decoration: none;
    color:white;
    font-weight: bold;
}
/* about css ends  here */

/* advertisement css starts here*/
#modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

#modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

button {
  margin: 10px;
}
/* advertisement css ends here*/

