.keywordsli li {
  line-height: 14px;
    float: left;
    list-style: disc;
    padding-right: 20px;
    border-right: 1px solid #e93631;
    padding-left: 20px;
    margin-bottom: 13px;
    text-align: center;

}

 .keywordsli ul {
  margin-left: 0; padding-left: 0px;
}


.dummy a{ color: #00558c; text-align: left;}
.dummy a:hover{ color: #083796; }

.img-pad .card-body {
    padding: 1rem;
}


.home-sli{ position: relative; }
.home-tex{ position: absolute; top: 40%;left: 50%;transform: translate(-50%, -50%);    width: 100%; }
.home-sli h3{font-family: 'Abel', sans-serif; font-size: 25px; color: #fff; text-align: center; text-shadow: 2px 2px 3px rgba(0, 0, 0, 1); font-weight: bolder; }
.home-sli h1{font-family: 'Abel', sans-serif; font-size: 70px; line-height: 70px; text-transform: uppercase; font-weight: bolder; color: #fff; text-align: center; text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}


@media only screen and (max-width: 500px) {
.m-none{ display: none; }
}



/*
* Company
*/
.custom-timeline {
  margin-top: 50px;
}
.custom-timeline .custom-timeline-box {
  position: relative;
  padding-left: 105px;
}
.custom-timeline .custom-timeline-box:before {
  background: none repeat scroll 0 0 #00558c;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #00558c;
  content: "";
  display: block;
  height: 6px;
  margin-left: -5px;
  position: absolute;
  left: 68px;
  top: 6px;
  width: 6px;
  z-index: 2;
}
.custom-timeline .custom-timeline-box:after {
  content: '';
  display: block;
  position: absolute;
  left: 65px;
  top: 3px;
  height: 100%;
  border-left: 1px solid #00558c;
  z-index: 1;
}
.custom-timeline .custom-timeline-box .date {
  position: absolute;
  top: 0;
  left: 0;
}



/*
* Contact Us
*/
.custom-location {
  padding-left: 50px;
}
.custom-location > img {
  position: absolute;
  top: 17px;
  left: 0;
}

.custom-form-style-1 .form-control {
  font-size: 12px;
  border: none;
}

.float1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 200px;
    right: 30px;
    background-color: #37c0ec;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 0px #fff;
    z-index: 100;
}

.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 130px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
   ox-shadow: 0px 0px 0px #fff;
    z-index: 100;
}

.my-float1 {
    margin-top: 16px;
}

.my-float2 {
    margin-top: 14px;
}



.whats-lg {position: fixed; bottom: 40%; right:-73px; z-index: 9999;     -webkit-transform: scale(1,1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1,1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;}

.whats-lg:hover {bottom: 40%;   right:-8px;   -webkit-transform: scale(1,1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1,1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms; }
