.main-slider .owl-nav [class*=owl-] {
    padding: 5px 10px;
    font-size: 24px;
}

.main-slider {
    position: relative;
    position: relative;
}

.main-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

.owl-carousel.main-slider .owl-nav div.owl-next, .owl-carousel.main-slider .owl-nav div.owl-prev {
    position: absolute;
    width: 40px;
    height: 42px;
    text-align: center;
    border: none;
    background: #ee2f42;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 23px;
    color: #ffffff;
    line-height: 34px;
}

.main-slider .owl-nav .owl-prev {
    left: 10px;
}

.main-slider .owl-nav .owl-next {
    right: 10px;
}



.footer-contact {
    list-style: none;
    padding: 0px;
}

.footer-contact li {
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 53px;
    color: #c0c0c0;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.footer-contact li i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #ffffff;
    background: #e41d2a;
    width: 45px;
    height: 45px;
    font-size: 29px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
}

.footer-contact li a {color: #c0c0c0;}


.contact-list{
    list-style: none;
    padding: 0px;
    margin: 0 0 30px;
}

.contact-list li {
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 53px;
    min-height: 45px;
    display: flex;
    align-items: center;
    color: #000;
}

.contact-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #ffffff;
    background: #e41d2a;
    width: 45px;
    height: 45px;
    font-size: 29px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
}

.contact-list li a {color: #000;}












.woodbx
{
    border: 1px solid #ceae86;
    padding: 30px;
    margin: 0 0 30px;
    min-height: 694px;
}
.woodbx h5
{
    margin: 20px 0 7px;
    font-size: 25px;
}
.fact-counter img
{
    width: 180px;
}

.about-section .image-column .image-box .icon-dots {
  position: absolute;
  right: 20px;
  bottom: 70px;
}
.about-section .image-column .image-1 {
  margin: 0;
}
.about-section .image-column .image-2 {
  position: absolute;
  right: -23px;
  bottom: 0;
  border: 10px solid #fff;
  margin-bottom: 0;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}



.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-circle {
  height: 250px;
  width: 250px;
  background-image: url(../images/icons/icon-circle.png);
}

.icon-dots {
  height: 385px;
  width: 103px;
  background-image: url(../images/icons/icon-dots.png);
}

.icon-dots2 {
  height: 141px;
  width: 145px;
  background-image: url(../images/icons/icon-dots2.png);
}


.about-section .image-column .image-box .icon-dots {
  position: absolute;
  right: 20px;
  bottom: 70px;
}
.about-section .image-column .image-1 {
  margin: 0;
}
.about-section .image-column .image-2 {
  position: absolute;
  right: -23px;
  bottom: 0;
  border: 10px solid #fff;
  margin-bottom: 0;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.about-section .image-column .image-box {
  position: relative;
  padding-bottom: 120px;
}
.about-section .image-column .image-box .icon-circle {
    position: absolute;
    left: 85px;
    bottom: 40px;
}
.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--text-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    letter-spacing: -0.04em;
    line-height: 1.2em;
    margin-bottom: 0;
    z-index: 2;
}
.why-choose-us-two .sec-title h2 {
  color: #ebe60f;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -15px;
}
.logo-light
{
    
}
.logo-dark
{
    
}
.product-list
{
	
}
.product-list li
{
	width: 20%;
    float: left;
    padding: 0 10px;
}
.team-block .info-box .name:hover a
{
	color: #FFF;
}
.poweredby {
    text-align: right;
}

.poweredby img {
    position: relative;
    top: -1px;
    width: 140px;
}
.footer-base
{
    padding: 11px 0 11px;
}
.footer-logo-area
{
    text-align: center;
}
.footer-logo-area p
{margin: 0;}
.footer-logo-area img
{
    width: 307px;
    margin: 0 0 10px;
}
.clients
{
    border: 1px solid #e1e1e1;
    padding: 30px;
    width: 100%;
    margin: 0 0 30px;
}
.clients img
{
    
}
.gallery-thumb {
    border: 2px solid #e51d2a;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px;
    margin-bottom: 30px;
}

.gallery-thumb .gallery-thumb-image {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery-thumb .gallery-thumb-image img {
    width: 100%;
}

.gallery-thumb .gallery-thumb-title {
    margin-bottom: 13px;
    text-align: center;
}

.gallery-thumb .gallery-databx {
    padding: 12px;
}

.gallery-thumb:hover {
    box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
    border: 2px solid #fff;
}

.gallery-btn {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    padding: 0 15px;
    display: block;
    color: #ffffff !important;
    background-color: #e51d2a;
    border-radius: 40px;
}

.album-back-btn {
    text-align: right;
    margin: 0 0 20px;
}

.album-back-btn a {
    text-align: center;
    padding: 7px 29px;
    display: inline-block;
    color: #ffffff;
    background-color: #e51d2a;
    border-radius: 50px;
}

.gallery-thumb-image p {
    text-align: center;
    margin: 15px 0 0;
}

.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}
.poweredby {
    text-align: right;
}
.title-s1
{
    font-size: 28px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 20px;
}
.teambx
{
    position: relative;
    z-index: 5;
    text-align: center;
    background: #FFF;
    padding: 20px;
    border: 1px solid #eeeeee;
}
.teambx img
{
    width: 100%;
}
.teambx h4
{
    margin: 17px 0 0;
}
.designation
{
    
}
@media(max-width:992px)
{.teambx {
    margin: 30px 0 0;
}
    .poweredby {
    text-align: center;
}
    .innerpage h4
    {
        margin: 20px 0 0;
    }
    .page-title .title {
    font-size: 31px;
    margin-bottom: 8px;
}
    .brand-bx {
    margin: 0 0 19px;
}
	.main-footer .about-widget p {
    padding-right: 0px;
}
	.team-block .info-box .name a {
    min-height: 30px;
}
	.news-section-two {
    padding: 40px 0 30px;
}
	.product-list li {
    width: 100%;
}
	.btn-style-one {
    padding: 12px 33px;
    font-size: 11px;
}
	.sec-title h2 {
    font-size: 30px;
}
	.sec-title .text {
    margin-top: 9px;
}
	.about-section {
    padding: 40px 0 60px;
}
    p, .text {
    font-size: 14px !important;
}
    .main-header .info-btn
    {
        display: none;
    }
    .sticky-header {
    position: absolute;
}
    .main-header .logo img {
    width: 250px;
}
    .owl-carousel.main-slider .owl-nav div.owl-next, .owl-carousel.main-slider .owl-nav div.owl-prev {
    width: 30px;
    height: 32px;
    padding: 0px 9px;
}
    .main-header .header-lower .logo-box {
    padding: 12px 0;
}
    .features-section {
    padding: 50px 0 0;
}
    .sec-title h3 {
    font-size: 32px;
}
    .sec-title {
    margin-bottom: 0;
}
.about-section .image-column {
    margin-bottom: 0;
}
    .fact-counter img
    {
        margin-bottom: 15px;
    }
    .fun-fact-section {
    padding: 40px 0 70px;
}
    .testimonial-section {
    padding: 160px 0 70px;
}
    .team-section {
    padding: 40px 0 20px;
}
    .why-choose-us {
    padding: 50px 0 30px;
}
    .news-section {
    padding: 55px 0 32px;
}
    .main-footer .about-widget img {
    width: 270px;
}
    .main-footer .about-widget {
    text-align: center;
}
    .social-icon-two {
    margin: 10px 0 0;
    justify-content: center;
}
    .main-footer .widgets-section {
    padding: 50px 0 40px;
}
    .main-footer .footer-column {
    margin-bottom: 0;
}
    .footer-bottom {
    padding: 15px 0 25px;
    text-align: center;
}
    .innerpage  .container
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .user-links {
        margin-bottom: 30px;
}
    .main-footer .widget-title {
    margin-bottom: 10px;
}
    .woodbx {
    min-height: auto;
}
    .contact-details__info {
    margin-bottom: 41px;
}
.bb-row {
    padding: 0 0 30px;
}
}
