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

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

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

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

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

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

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

/*Slider Ends*/
.service-content ul
{
    list-style: none;
    padding: 0px;
}
.service-content ul li
{
    position: relative;
    padding-left: 20px;
    margin: 0 0 9px;
    font-size: 15px;
}
.service-content ul li::before
{
    content: "\f192";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 13px;
    color: #6a2c91;
}
.power img {
    position: relative;
    top: -2px;
}

.toolbar-sl-share img {
    height: 39px;
    position: relative;
    top: -2px;
}

.disp-on-mob {
    display: none;
}

/*Gallery Items*/
.gallery-thumb {
    border: 2px solid #19743a;
    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;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    color: #ffffff !important;
    background-color: #19743a;
    border-radius: 50px;
}

.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: #19743a;
    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;
}

/*Gallery Items ends*/
.welcome-three__video-text {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--oslim-reey-font);
    margin-left: 20px;
}

.welcome-three__right {
    position: relative;
    display: block;
    margin-right: 70px;
}

.welcome-three__img-box {
    position: relative;
    display: block;
}

.welcome-three__img-box:before {
    position: absolute;
    top: 0;
    right: -35px;
    width: 5px;
    height: 178px;
    background-color: #ffe3f4;
    border-radius: 30px;
    content: "";
    z-index: 2;
}

.welcome-three-img-1 {
    position: relative;
    display: block;
    border-radius: 10px;
}

.welcome-three-img-1 img {
    width: 100%;
    border-radius: 10px;
}

.welcome-three__img-2 {
    position: absolute;
    bottom: 0;
    right: -190px;
    border-radius: 10px;
}

.welcome-three__img-2 img {
    width: auto;
    border-radius: var(--oslim-bdr-radius);
}

.welcome-three__experience {
    position: absolute;
    background-color: #d8138c;
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    padding: 17px 70px;
    top: 199px;
    right: -320px;
    transform: rotate(90deg);
    color: #FFF;
}

.welcome-three__experience p {
    font-size: 16px;
    color: var(--oslim-white);
    margin: 0;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.service-icon {
    background: #FFF;
    border-radius: 50%;
    display: inline-block;
    padding: 25px;
}

.vs-service-card .service-title {
    color: #FFF;
}

.footer-wrapper {
    background: #1d042d;
    padding-top: 65px;
}

.contact-box img {
    width: 190px;
}

.will-sticky .main-menu ul li a {
    text-transform: uppercase;
}

.inner-page {
    padding: 80px 0px;
}

.inner-page .vs-service-card3 {
    margin-bottom: 40px;
}

.testimonial-bx2 {
    background-color: #fff;
    padding: 46px 35px 40px;
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(23,44,82,.1);
    box-shadow: 0 5px 20px 0 rgba(23,44,82,.1);
    border: 1px solid;
    border-color: #f1f8ff;
    position: relative
}

.testimonial-bx2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden
}

.ltn__testimoni-img {
    max-width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0
}

.ltn__testimoni-img img {
    border-radius: 100%
}

.ltn__testimoni-info-inner {
    position: relative;
    padding-left: 0;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ltn__testimoni-name-designation h5 {
    margin: 0
}

.testimoni-info i {
    font-size: 30px;
    position: relative;
    top: 8px;
    margin-right: 5px;
    margin-bottom: 9px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #CCC
}

.rating-star {
    display: block;
    position: absolute;
    right: 40px;
    top: 20px
}

.rating-star li {
    display: inline-block;
    margin: 0 1px 0 0
}

.rating-star li i {
    color: #ffd603
}

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

.contatpage-address li {
    padding: 0px 0px 0px 70px;
    position: relative;
    margin: 0 0 25px;
}

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

.contatpage-address li p {
    font-weight: 800;
    font-size: 24px;
    margin: 0;
}
.contatpage-address li a{
    color: #000;
}

/*Form Style1 Starts*/
.form-s1 .form-box span
{
    font-size: 13px;
    padding-left: 30px;
    display: inline-block;
    line-height: 18px;
    min-height: 36px;
}
.form-s1 .form-box .error
{
    font-size: 12px;
    padding-left: 30px;
    color: #e12b27;
    margin: 5px 0 0;
}
.form-set
{
    margin-bottom: 10px;
    border: 2px solid #e9ecf2;
    padding: 19px 30px 28px;
    border-radius: 7px;
}
.form-s1 h3
{
    font-size: 16px;
    margin: 12px 0 15px;
    font-weight: 600;
}
.form-s1 h2
{
    font-size: 24px;
    margin: 12px 0 15px;
    font-weight: 600;
}
.form-s1 .form-box
{
    margin-bottom: 20px;
}
.addrow
{
    text-align: right;
}
.addrow a
{
    display: inline-block;
    background: #6a2c91;
    color: #FFF;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.addrow a i
{
    display: inline-block;
    margin-left:5px;
    font-size: 12px;
}
/*Form Style1 Ends*/

.visionimg
{
    max-width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    

    .text-mob-center {
        text-align: center;
    }

    .hide-on-mob {
        display: none;
    }

    .disp-on-mob {
        display: block;
    }

    .main-slider .owl-nav {
        top: 35%;
    }

    .main-slider .owl-nav .owl-prev, .main-slider .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
        font-size: 15px;
        line-height: 32px;
    }

    .menu-wrapper {
        display: none;
    }

    .logo img {
        width: 220px;
    }

    .mobile-logo img {
        width: 220px;
    }

    .welcome-three__right {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .visionimg
{
    width: 40%;
}
    .inner-page {
    padding: 38px 0px;
}
    .welcome-three-img-1 img {
        width: 270px;
    }

    .welcome-three__img-2 {
        right: -10px;
    }

    .welcome-three__img-2 img {
        width: 200px;
    }

    .welcome-three__experience {
        top: 139px;
        right: -200px;
    }

    .welcome-three__img-box:before {
        right: 25px;
        width: 5px;
        height: 128px;
    }

    .footer-widget img {
        max-width: 250px;
        margin-top: 20px;
    }

    .service-icon {
        padding: 17px;
    }

    .vs-service-card .service-icon img {
        height: 40px;
    }
}

@media (max-width: 576px) {
    .welcome-three-img-1 img {
        width: 240px;
    }
}
