.my-container{
padding-left:70px;
padding-right:70px;
}
@media screen and (max-width:667px){
	.my-container{
padding-left:10px;
padding-right:10px;
}
}
.shadoww{
	box-shadow:0px 0px 3px 0px white;
	padding:10px;
	border-radius:10px;
}
.img-hover-zoom {
	height: auto;
   overflow: hidden; 
  
}

.img-hover-zoom img {
  transition: transform 5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
  position:relative;
  
}
#word {
	display: inline-block;
	vertical-align: middle;
	color: #38E8B6;
	letter-spacing: 2px;
	font-size:25px;
	
}

#cursor {
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 50px;
	background-color: orange;
	animation: blink .75s step-end infinite;
}


.feature-col{
	background:#fff;
	padding:10px;
	border-radius:10px;
	margin-top:15px;
	color:#005499;
}
.feature-col:hover{
	box-shadow:0px 0px 8px 0px gray;
	background:#005499;
}
.foot-menu{
	color:white !important;
}

.img-hover-zoom {
	height: auto;
   overflow: hidden; 
  
}

.img-hover-zoom img {
  transition: transform 5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px !important;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  box-shadow:0px 0px 3px 0px gray;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  z-index:100;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}