.logo img {
  max-height: 90px;
}

footer .bg-newsletter:hover {
  border-color: #d58d00 !important;
}

.inner-box.wow.fadeIn.animated {
  transition: all .2s;
  border-radius: 10px !important;
  overflow: hidden;
}

.inner-box.wow.fadeIn.animated .image-box img {
  object-fit: cover;
}

.inner-box.wow.fadeIn.animated:hover {
  box-shadow: 0 0 15px 10px rgba(0,0,0,.1);
  transform: scale(1.1);
}

.inner-box.wow.fadeIn.animated .lower-content {
  padding: 15px 20px 0;
  height: 180px !important;
}

.featured-style-one .lower-content .text {
  color: #606060;
}

.tp-caption.sfl.sfb.tp-resizeme.start {
  top: 380.178px !important;
}

.footer-bottom {
  color: #ffffff;
}

a:focus, a:hover {
  color: #d58d00 !important;
}

.btn-style-one:hover {
  color: #ffffff !important;
  border-color: #000022 !important;
  background: #000022;
}

/*slide*/
.tp-bgimg.defaultimg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #000226, transparent);
}

.tp-bgimg.defaultimg {
    transition: .3s;
}
/*<------------>*/

@media(min-width: 720px) {
  .main-slider h2 {
    font-size: 30px !important;
  }

  .main-slider h3 {
    font-size: 25px !important;
  }
}
@media(max-width:720px){
	.default-section{
		padding: 10px 0 !important;
	}
	.default-section .column{
		margin: 0 !important;
	}
	.padd-bott-50{
		padding-bottom: 10px !important;
	}
}