/* Start carousal news css */
  table
  {
    width: 100%;
  }
 
  .tdcarousal {
    width:100%;
    text-align: center;
    padding: 7px;
    font-size: 18px;
    color: #ffff;   
  }
/* End carousal news css */

/* Start circulars css */   
  .tdleft {
    width:70%;
    text-align: left;
    padding: 7px;
    font-size: 15px;   
  }

  .tdright {
    width:30%;
    text-align: right;
    padding: 7px;
    font-size: 15px;
  }

  .title-circular a{
    color: #ef6603;
    font-size: 22px;
    font-weight: bold;
  }

/* End circulars css */


/* Start Read More Button CSS */
.btn-outline-warning2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}

.btn2:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}
/* End Read More Button CSS */

/* Start Trstimonial Avatar size */
.testimonials .testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: 0 auto;
}

/* Start List Items text Align */
li.text-left {
  text-align: left;
}

/* Start Google Map Responsive */
.map-responsive{

  overflow:hidden;

  padding-bottom:56.25%;

  position:relative;

  height:0;

}

.map-responsive iframe{

  left:0;

  top:0;

  height:100%;

  width:100%;

  position:absolute;

}

/* Move reCAPTCHA v3 badge to the left */
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Sticky Icon for Old Web site */
.old-web-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 130px;
    right: 10px;
    background-color: #ffcc00;
    color: #000000;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 12pt;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}