.logo-row
{
    background: #FFF;
}
.main-slider .owl-nav [class*=owl-] {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 24px;
}

.main-slider {
    position: relative;
    margin-top: 210px;
}

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

.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #cdaf52;
}

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

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

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

.service-car
{
    
}
.service-car .owl-nav
{
    text-align: center;
}
.owl-carousel.service-car .owl-nav button.owl-next, .owl-carousel.service-car .owl-nav button.owl-prev
{
    padding: 10px 16px !important;
    background: #c8b12e;
    color: #FFF;
    margin: 30px 2px 0;
    font-size: 21px;
}


.icbx-s2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: column;
    padding: 30px 10px;
    border: 1px solid #c8b12e;
    text-align: center;
    border-radius: 25px;
    margin: 0 0 30px;
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
}

.icbx-s2:hover {
    -webkit-box-shadow: 0px 9px 20px -6px #878787;
    box-shadow: 0px 9px 20px -6px #878787;
    background-color: #c8b12e;
}

.icbx-s2 i {
    font-size: 40px;
    color: #ccae52;
    margin: 0 0 10px;
}


.icbx-s2:hover i {
    color: #FFF;
}
.icbx-s2 h1 {
    font-size: 19px;
    min-height: 52px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 400;
}

.icbx-s2:hover h1{
    color:#FFF;
}
.social-media-icons-s1 {
    list-style: none;
    padding: 0px;
}

.social-media-icons-s1 li {
    display: inline-block;
    margin-right: 3px;
}

.social-media-icons-s1 li .facebook {
    background: #29589f;
}

.social-media-icons-s1 li .twitter {
    background: #0d9dd3;
}

.social-media-icons-s1 li .youtube {
    background: #e82626;
}

.social-media-icons-s1 li .instagram {
    background: #b503a4;
}

.social-media-icons-s1 li a {
    color: #FFF;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    font-size: 21px;
}


.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: 45px;
    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-section
{
    padding: 40px 0px;
}
.title-s1
{
    margin: 30px 0 0;
    font-size: 28px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.teambx 
{
    text-align: center;
    border: 1px solid #f1f1f1;
    padding: 16px;
    border-radius: 10px;
    margin: 0 0 30px;
    background: #f7f7f7;
}
.teambx img
{
    margin: 0 0 20px;
}
.teambx h2
{
    font-size: 25px;
    margin: 0 0 3px;
}
.teambx p
{
    font-weight: 500;
}
.baap-btn
{
    background: var(--theme-color);
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 0 20px;
    display: none;
}
.baap-btn:hover
{
    background: var(--theme-color);
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
}
.bap-wsp
{
    display: inline-block;
    color: #24b615;
    border: 3px solid #24b615;
    padding: 10px 29px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 32px;
}
.bap-wsp:hover
{
    color: #FFF;
    background-color: #24b615;
    border: 3px solid #FFF;
}
.bap-wsp i
{
    font-size: 28px;
    position: relative;
    top: 5px;
}
.bookap
{
    position: fixed;
    z-index: 99;
    top: 65%;
    right: 8px;
    background: #cdaf52;
    color: #FFF;
    padding: 7px 9px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}
.bookap:hover
{
    background: #e3bd46;
    color: #FFF;
}
.testimonial-bg
{
    padding: 50px 0;
    background: #f3f3f3;
}
@media (max-width:1200px)
{
     
    .main-slider {
    margin-top: 170px;
}
}
@media (max-width:992px)
{.mt-40 {
    margin-top: 10px;
}

    .owl-carousel.service-car .owl-nav button.owl-next, .owl-carousel.service-car .owl-nav button.owl-prev {
    padding: 2px 9px !important;
    margin: 9px 2px 0;
    font-size: 17px;
}
.baap-btn
{
    display: inline-block;
}
    .icbx-s2 h1 {
    font-size: 14px;
}
    .main-slider .owl-nav {
    top: 37%;
}
    .title-area .sec-title {
    margin-bottom: 0px;
        font-size: 22px;
}
    .owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
}
    .main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 13px;
            line-height: 44px;
}
    .logo-bg
    {
        display: none;
    }
    .service-block_content {
    padding: 11px 20px;
}
    .img2, .shape2
    {
        display: none;
    }
    .mobile-logo img
    {
        width: 150px;
    }
.header-logo img {
    width: 160px;
    margin: 0px 0 5px;
}
    .main-slider {
    margin-top: 137px;
}
    .footer-logo
    {
        width: 200px;
    }
}