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

.main-slider {
    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;
}

.contatpage-address {
    list-style: none;
    padding: 0px;
}

.contatpage-address li {
    padding: 0px 0px 0px 38px;
    position: relative;
    margin: 0 0 13px;
    line-height: 19px;
    font-size: 15px;
}

.contatpage-address li i {
    position: absolute;
    left: 0px;
    font-size: 15px;
    top: 5px;
    color: #ffffff;
    background: #e51d2a;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contatpage-address li p {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.contatpage-address li a {
    color: #000;
}

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

.footer-contact li {
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 30px;
    color: #c0c0c0;
}

.footer-contact li i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #e41d2a;
}

.footer-contact li a {color: #c0c0c0;}
.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;
}

.contact-bx
{
	/* box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%); */
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-radius: 0px;
	margin: 0 0 30px;
	min-height: 425px;
}
@-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;
}
.items-carousel
{
    position: relative;
}
.item-bx
{
    text-align: center;
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
    border: 2px solid #fff;
    margin: 40px 0 59px 0;
    border-radius: 10px;
}
.item-bx h4
{
    margin: 6px 0 0;
    padding: 0px;
    font-size: 16px;
}


.items-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.items-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.owl-carousel.items-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #e4e4e4;
    margin: 0 3px;
    display: inline-block;
}
.owl-carousel.items-carousel .owl-dots .owl-dot.active {
    background: #838383;
}

.owl-carousel.items-carousel .owl-nav .owl-next, .owl-carousel.items-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    border: none;
    background: #2b674e;
    margin: 0 3px;
}

.items-carousel .owl-nav .owl-prev i, .items-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: #ffffff;
    line-height: 42px;
}

.items-carousel .owl-nav .owl-prev {
}

.items-carousel .owl-nav .owl-next {
}
.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    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;
}
.innerpage hr
{
	background-color: #828282;
	margin: 30px 0 30px;
}
.title-s1 {
    font-size: 29px;
    position: relative;
    padding: 0 0 9px;
    display: inline-block;
    margin: 0 0 34px;
    color: #000;
    font-weight: 600;
}

.title-s1::after {
    content: '';
    position: absolute;
    background: #e51d2a;
    left: 0px;
    bottom: 0px;
    width: 40%;
    height: 2px;
}
.title-s2 {
    font-size: 27px;
    position: relative;
    padding: 0 0 9px;
    display: inline-block;
    margin: 0 0 13px;
    color: #000;
    font-weight: 600;
}
.title-s3 {
    font-size: 19px;
    padding: 0 0 9px;
    margin: 0 0 4px;
    color: #000;
    font-weight: 700;
    /* border-bottom: 1px solid #e9e9e9; */
}
.title-s4 {
    font-size: 33px;
    padding: 0 0 16px;
    color: #e51d2a;
    font-weight: 600;
    text-align: center;
    /* border-bottom: 1px solid #e3e3e3; */
    margin: 0 0 7px;
}
.enquiry-btn
{
	position: fixed;
	right: 0px;
	top: 45%;
	display: block;
	z-index: 999;
}
.cnt-form-btn
{
	display: block;
	background: #e3212b;
	color: #FFF;
	padding: 7px 15px;
	font-size: 18px;
}
@media(max-width:992px)
{
.enquiry-btn img
{
	width: 26px;
}
	.news-section-two {
    padding: 60px 0 20px;
}
	.about-section .image-column .image-2 {
    right:0px;
	}
	.main-footer .about-widget p {
    padding-right: 0px;
}
	.sec-title h2 {
    font-size: var(--sec-title-font-size-sm);
}
	.about-section {
    padding: 60px 0 60px;
}
    p, .text {
    font-size: 14px !important;
}
    .main-header .info-btn
    {
        display: none;
    }
    .sticky-header {
    position: absolute;
}
    .main-header .logo img {
    width: 160px;
    margin: 6px 0 0;
}
    .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: 150px;
}
    .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;
}
    .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;
}
	.contact-bx {
    min-height: inherit;
}
}