
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.container-fluid.topbar.px-0.px-lg-4.bg-light.py-2.d-none.d-lg-block {
    /* background: #89afcb !important; */
    color: #fff;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(184 237 255), rgb(73 210 247)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}
body{
    color:#000;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: #45820f;
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: #45820f;
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #45820f;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: #45820f;
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 100px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}
.navbar .navbar-nav .nav-item{
    display: flex;
    align-items: center;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #45820f;
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #45820f;
        color: #45820f;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #45820f;
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 0px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 0px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 450px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: #45820f;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient( rgba(0, 0, 0, 0.2),rgba(1, 95, 201, 0.9)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index:0;
}

.service .service-item:hover .service-img::before {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: #45820f;
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: #45820f;
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: #45820f;
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: #fff;
}
.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: #fff;
}
.service-content-inner p{
    font-size:17px;
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #45820f;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
   box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 20px;
}



.blog .blog-item .blog-content {
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
        background: rgba(1, 95, 201, .2);
        width:50%;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: #45820f;
    z-index: 9;
}
.blog .blog-item .blog-img .blog-categiry a{
    color:#fff;
    font-size:20px;
}
.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: #45820f;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: #015fc9d9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
    font-size:18px;
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}
.footer .footer-item a {
    color: #fff;
}
.footer .footer-item a:hover {
    color: #fff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: #45820f;
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: #45820f;
}

.footer .footer-item .footer-btn a:hover {
    background: #45820f;
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255);
}
/*** copyright end ***/


.offcanvas{
width:300px;
}

.offcanvas .nav-link{
font-size: 21px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: #5b5959;
}
.offcanvas .active{
    color:#0c233d;
}
.navbar-brand h1{
    font-size: 16px;
}
.contact-add-item{
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:20px 20px;
    border-radius: 13px;;
}
.form-floating>.form-control, .form-floating>.form-select{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.contact-add-item .contact-icon i{
    background-color:#f2f5f9;
    padding:25px;
    border-radius: 50px;
    color:#000;
}
.contact-add-item h4{
    font-size:30px;
    font-weight:600;
}
.contact-add-item p{
    font-size:18px;
    color:#000;
}
.contact-add-item p a{
    color:#000;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    color:#0c233d;
}

/* Products */
.serv-img img{
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width:100%;

}
.product p{
    font-size:18px;
    margin-right: 30px;
    text-align: justify;
    line-height: 30px;;
}
.service-content-inner table{
    width:100%;

}
.service-content-inner table tbody tr td{
padding:5px 10px;
}
.service .service-item:hover .service-content .service-content-inner table tr td{
    color:#fff;
}
.service-content-inner .h4{
    font-weight: 600;
}

/* about us */
.about-item-content h2{
    font-size:45px;
    font-weight: 600;
}
.about-item-content p{
font-size: 18px;
  margin-right: 15px;
  text-align: justify;
  line-height: 25px;
}

.btn-md-square i{
    font-size:20px;
}
.cnt h4{
    margin:0px;
        font-size:20px;
}
.footer-item .d-flex{
margin-bottom:20px;
}
.cnt p{
    font-size: 16px;
    color:#fff;
}
.copyright span{
    font-size: 11px;
}

/* Gallery */
.section-title{
color:#0d6efd;
font-weight:700;
margin-bottom:40px;
}

.gallery-img{
width:100%;
height:260px;
object-fit:cover;
border-radius:8px;
transition:0.3s;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
padding:10px;
}

.gallery-img:hover{
transform:scale(1.05);
}
/* slider */
.carousel-caption1 img{
    display: none !important;
}

#hdn{
    visibility: hidden;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}
.navbar-light .navbar-nav .nav-link.active{
    color:#015FC9;
}
.dropdown-menu{
    font-size: 20px;
}
@media only screen and (min-width:1100px) and (max-width:1600px){
.footer-item h3{
    font-size: 23px;
}
.footer-item .me-2{
    margin:0px !important;
}
.footer-item .me-4{
    margin-right:10px !important;
}
.footer .footer-item p{
    font-size: 16px;
    line-height: 23px;;
}
}
@media only screen and (min-width:320px) and (max-width:600px){
    .bg-breadcrumb .py-5{
        padding: 0px !important;
    }
    .carousel-caption1 img{
    display: block !important;
}
.calrousel-img{
    display: none;
}
.header-carousel .header-carousel-item{
    height:520px !important;
}
.about-item-content h2{
    font-size:35px !important;
}
.counter-item h4{
    font-size:18px;
}
.fs-5 {
  font-size: 1rem !important;
}
}

/* whatsapp and phone */

.whatsapp {
  background-color: #25d366;
}

.call {
  background-color: #002954;
}

.icon-list {
  position: fixed;
  bottom: 5%;
  right: 0%;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: grid;
  margin-bottom: 5px;
}

.icon-list a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.5s ease;
  color: white;
  font-size: 25px;
  float: right;
  margin: 2px 0px;
}

/* HOver affect on icons */
.icon-list a:hover {
  color: #eee;
  width: 50px;
}

/* Designing each icons */
.instagram {
  /* background: red; */
  color: white;
}

.facebook {
  /* background: blue; */
  color: white;
}
.content p {
  text-align: justify;
}
@media (max-width: 760px) {

  .icon-list1 .btn-mbl {
    background-color: #002954;
    color: #fff !important;
    padding: 5px 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999999999999;
    border-radius: 0px !important;
  }
  .icon-list1 .btn-mbl a {
    border-radius: 0px !important;
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: "Fira Sans", sans-serif;
  }
}
@media (min-width: 760px) {
  .icon-list1 .btn-mbl {
    display: none;
  }
}

/*Home*/
.bg-img{
    padding:100px 0px;
    background-image:url("../img/bg.jpg");
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    margin:50px 0px 0px;
}
.bg-img h4{
    color:#fff;
    font-size:35px;
    font-weight:600;
}
.bg-img p{
    color:#fff;
    font-size:20px;
    font-weight:500;
}
.bg-img a{
    border:1px solid #fff !important;
    background-color:#03138400;
}
.bg-img a.py-2 {
  padding-top: 1.0rem !important;
  padding-bottom: 1.0rem !important;
}
.blog-content .h3 span{
font-size:20px;
}
@media only screen and (min-width:1100px) and (max-width:1600px){
      .display-5 {
    font-size: 40px;
  }
    .display-4 {
      font-size: 40px;
  }
  .about-item-content h2{
       font-size: 40px;  
  }
  .team .team-item .team-title h4{
      font-size:16px;
  }
  .blog-content .h3 span {
  font-size: 18px;
}
.carousel-caption1 .px-md-5{
    padding-top:10px !important;
    padding-bottom:10px !important;
    padding-right:1.5rem !important;
    padding-left:1.5rem !important;
    font-size:16px !important;
}
}
@media only screen and (min-width:320px) and (max-width:600px){
     .navbar {
    padding: 0px 0 !important;
  }
    .bg-img h4{
        font-size:21px !important;
    }
    .bg-img p{
        font-size:17px !important;
    }
    .product p {
  font-size: 17px;
  margin-right: 10px;
    }
    .header-carousel .owl-nav .owl-prev{
margin-left: -30px !important;
}
.header-carousel .owl-nav .owl-next{
    margin-right: 0px !important;
}
}
/* aboout */
/* SECTION STYLE */

.about-section{
padding:80px  0px 0px;
background:#f8fbff;
}

.section-title{
font-weight:700;
    font-size: 40px;
    color: #0c233d;
margin-bottom:20px;
}

.section-subtitle{
max-width:700px;
margin:auto;
color:#555;
    font-size: 18px;;
}


/* PRODUCT CARDS */

.product-card{
border:none;
border-radius:12px;
transition:all 0.3s ease;
padding:30px;
background:#fff;
}

.product-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.product-icon{
font-size:40px;
color:#0d6efd;
margin-bottom:15px;
}


/* APPROACH SECTION */

.approach-section{
padding-top:70px;
}

.approach-image{
border-radius:12px;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.approach-section  p{
    font-size: 18px;;
}
/* TRUST SECTION */

.trust-section{
background:#0d6efd;
color:#fff;
padding:60px 0;
margin-top:70px;
}

.trust-box{
text-align:center;
padding:20px;
}

.trust-box h5{
font-weight:600;
margin-top:10px;
}


/* LOCATION */

.location-section{
padding:60px 0;
text-align:center;
background:#f4f7fb;
}

.text-primary {
    color: #45820f !important;
}
.team-item{
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius:12px;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next{
    font-size:20px;
    width:40px;
    height:40px;
}
.header-carousel .owl-nav .owl-prev{
bottom:10px;
margin-left: 15px;
}
.header-carousel .owl-nav .owl-next{
    bottom:10px;
    margin-right: 15px;
}
.footer .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}