.header-style-two .main-menu .navigation>li>a {
    padding: 3px 6px 2px;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.header-style-two .menu-area .header-social li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.footer-style-two .footer-top {
    position: relative;
    padding: 30px 0 30px;
}
.footer-style-two .footer-top .footer-menu li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
}
.footer-style-two .footer-top .footer-menu li {
    margin: 0;
    border-right: 1px solid #fff;
}
.testimonials-section {
    position: relative;
    background: url(http://interactivemedia.biz/wp-content/uploads/2016/10/testimonials11.jpg) center center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 50px 0;
    background-attachment: fixed;
    text-align: center;
}
.testimonials-section .sec-title h2 {
    position: relative;
    margin-bottom: 0;
    color:#fff;
}
.testimonials-section .testimonials-content {
    position: relative;
    background: #00000059;
    padding: 28px 30px 29px 32px;
    border: none;
    margin-top: 20px;
}
.testimonials-section .author-info .author h4 {
    margin-bottom: -2px;
    font-weight: 600;
    color: #9cc700;
}
.author-title{
    color:#fff;
}
.testimonials-section .testimonials-content .text {
    position: relative;
    font-style: italic;
    line-height: 25px;
    color: #fff;
}
.weather-section {
    position: relative;
    padding: 40px 0 50px;
    background: url(https://assets.smoothradio.com/2013/30/weather-1375260252-article-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.weather-section .title-top {
    position: relative;
    font-size: 36px;
    line-height: 45px;
    font-family: 'Lobster Two',Cursive;
    color: #000;
    margin-bottom: 17px;
}
.attraction-title{
    text-transform: uppercase;
    position: relative;
    width: 100%;
    background: #9cc700;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
    border-right: 1px solid #fff;
}
.welcome-section .single-item {
    position: relative;
    background: #313a42;
    transition: all .9s ease;
    margin-bottom: 20px;
}
.news-section .single-item:hover {
    box-shadow: none;
}
.blog-classic .single-item .lower-content {
    border-bottom: 2px solid #ececec;
    padding: 10px;
    background: #9cc700;
    text-align: center;
}
.news-section .single-item .lower-content {
    position: relative;
    border: 1px solid #9cc700;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: none;
}
.news-section .single-item .lower-content h4{
    margin-bottom: 0;
}

.news-section .single-item .lower-content h4 a{
    color:#fff;
}
.goog-te-gadget-simple {
    background-color: #00000005 !important;
        border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
   
}
a.goog-te-menu-value {
    color: white !important;
}
img.goog-te-gadget-icon {
    background-image: none !important;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.new-sec
{    padding-top: 19%;
    padding-bottom: 5%;}
    
    .my-sty{    border: 4px solid;
    border-radius: 30% 0%;}
    .my-sty2{
            border: 4px solid;
    border-radius:  0% 30%;
    }
    .h-w{  
    box-shadow: 3px 4px 9px 5px #888383;  width: 100%;
    height: 250px;}
    
    .p-tb{padding-top: 1.5rem;
    padding-bottom: 1.5rem;}