/*gallery image color overlay*/
.section-image .uk-position-bottom-center {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.57) 93%, rgba(0, 0, 0, 0.57) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.57) 93%, rgba(0, 0, 0, 0.57) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.57) 93%, rgba(0, 0, 0, 0.57) 100%);
  padding-top: 400px;
  width: 100%;
}
/*gallery image color overlay*/
.card-design {
  border-radius: 30px;
}
/*off canvas menu bg image*/
.uk-offcanvas-bar {
  background-image: url(../footer-images/footer-right.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
/*off canvas menu bg image*/
/*footer bg left and right image*/
/*.footer-img {
  background-color: #F4F5F8 !important;
  background: url(../footer-images/footer-left.png) no-repeat, url(../footer-images/footer-right.png) no-repeat;
  background-position: left center, right center;
}*/
/*footer bg left and right image*/
/*grid transform*/
.grid-transform {
  transform: translateY(-160px);
}
/*grid transform*/
/*about page custom btn*/
.about-btn .uk-button {
  font-size: 18px;
  font-weight: 600;
}
/*about page custom btn*/
/*Submit custom btn*/
.btn-font .uk-button {
  font-size: 18px;
  font-weight: 600;
}
/*Submit custom btn*/
/*work page banner bg hight given*/
.slc01 .uk-section, .slc02 .uk-section {
  min-height: 60vh;
}
/*work page banner bg hight given*/
/*header menu black shadow given*/
.tm-header {
  background: #0000007a;
}

.third-panel{
  background: #d07a37;
}




/*header menu black shadow given*/
/*map popover mobile device display none*/
@media only screen and (max-width: 600px) {
  .map-popover .tm-popover-items {
    display: none;
  }
}
/*map popover mobile device display none*/
