/* navbar css  */

.desktop {
    display: block
}

.sticky-top {
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
}

.ent-anim {
    animation: slide-in-top .5s cubic-bezier(.25, .46, .45, .94) both
}

.exit-anim {
    animation: slide-out-top .5s cubic-bezier(.55, .085, .68, .53) both
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:disabled {
    pointer-events: none !important
}

a,
a:hover {
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #fff
}

@supports(-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d) {}

.mobile {
    display: none
}

@media(max-width: 767.98px) {
    .mobile {
        display: block
    }

    .desktop {
        display: none
    }
}


body {
    overflow-x: hidden !important
}

body .header-wrapper {
    /* font-family: Oswald, sans-serif */
}

.join-button-nav {
    background: transparent linear-gradient(180deg, #eb0b1d, #d50717) 0 0 no-repeat padding-box;
    border-radius: 5em;
    padding: 5px 25px 8px !important;
    color: #fff
}

body .header-wrapper .join-button-nav:hover {
    background: #d50717;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

body .header-wrapper .left-menu .menu-wrapper .navmenu-item a:hover {
    color: #d50717
}

.menu-wrapper {
    display: flex;
    flex-wrap: wrap
}

.left-menu-mobile-container {
    position: relative;
    height: 50px
}

.left-menu-mobile-container .left-menu-mobile {
    background: #000;
    overflow-y: visible;
    position: absolute;
    left: 0;
    right: 0;
    overflow-x: auto;
    padding: 1em 0 0;
    text-align: center;
    display: inherit
}

.left-menu-mobile-container .left-menu-mobile .menu-wrapper {
    display: inline-block;
    padding-left: 14px;
    padding-left: .875rem;
    padding-left: var(--space-2);
    padding-right: 14px;
    padding-right: .875rem;
    padding-right: var(--space-2);
    list-style: none;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.left-menu-mobile-container .left-menu-mobile .menu-wrapper::-webkit-scrollbar {
    display: none
}

.left-menu-mobile-container .left-menu-mobile .menu-wrapper .navmenu-item {
    padding: 0 1em;
    display: inline-block
}

.left-menu-mobile-container .left-menu-mobile .menu-wrapper .navmenu-item a {
    color: #fff
}

.left-menu-mobile-container .left-menu-mobile .menu-wrapper .navmenu-item a .disp-block {
    display: inline-block
}

.left-menu-mobile-container .left-menu-mobile .menu-wrapper .navmenu-item a .menu-item-icon {
    padding-right: 4px
}

.left-menu-mobile-container .left-menu-mobile .menu-wrapper .navmenu-item a .mobile-border.not-active {
    border: 2px solid transparent;
    margin-top: 10px
}

@media(max-width: 1200px) {
    .mobile {
        display: block
    }
}

body .left-menu-mobile-container .left-menu-mobile {
    /* font-family: Oswald, sans-serif; */
    text-transform: uppercase
}

body .left-menu-mobile-container .left-menu-mobile .menu-wrapper .navmenu-item a:hover {
    color: #d50717
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }

    35% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-out-top {
    0% {
        transform: translateY(0);
        opacity: 1;
        z-index: 500
    }

    to {
        transform: translateY(-1000px);
        opacity: 0;
        z-index: -1
    }
}

.left-menu-collapsed.mobile {
    background: #1a1a1a;
    text-transform: uppercase;
    padding: 1em 0
}

.left-menu-collapsed.mobile .menu-wrapper .navmenu-item a {
    color: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center
}

.left-menu-collapsed.mobile .menu-wrapper {
    display: flex
}

.left-menu-collapsed.mobile .menu-wrapper .navmenu-item {
    width: 100%;
    text-align: center;
    min-height: 45px
}

.left-menu-collapsed.mobile {
    position: absolute;
    height: 1000px;
    width: 100%;
    background: #000;
    padding: 1em;
    z-index: 1
}

.left-menu-collapsed.mobile .menu-wrapper .navmenu-item .menu-item-icon {
    margin-left: -30px;
    margin-right: 10px;
    width: 20px
}



@media(max-width: 767.98px) {
    .desktop {
        display: none
    }
}



/* footer css  */

ul {
    list-style: none
}




li>a {
    color: inherit
}

@media only screen and (max-width: 740px) {}

.bootallinks li:hover {
    background: transparent linear-gradient(180deg, #eb0b1d, #d50717) 0 0 no-repeat padding-box;
    color: #fff
}



.bootallinks li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #343a40;
    margin: 5px;
    cursor: pointer;
    border-radius: .25rem
}

.bootallinks {
    text-align: center
}

.bootallinks ul {
    padding: 0;
    text-align: center
}

/* footer css  */

.pattern-black {
    background: #000 url('../img/pattern.png');
}



/* breadcrumb  */
.steps {
    list-style: none;
    display: flex;
    margin-top: 15px;
    margin-bottom: 40px;
}

.steps .step {
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background: #6600CC;
    position: relative;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
    padding: 0 20px;
}

.steps .step>a {
    text-decoration: none;
    color: white;
}

.steps .step:last-child {
    margin-right: 0;
}

.steps .step::before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    border-left: 18px solid transparent;
    border-top: 18px solid #6600CC;
    border-bottom: 18px solid #6600CC;
}

.steps .step:first-child::before {
    display: none;
}

.steps .step::after {
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: -18px;
    border-left: 18px solid rgb(255, 0, 0);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    content: "";
}

.steps .step:last-child::after {
    display: none;
}

.steps .step:hover {
    background: hotpink;
}

.steps .step:hover::before {
    border-top-color: hotpink;
    border-bottom-color: hotpink;
}

.steps .step:hover::after {
    border-left-color: hotpink;
}

.steps .step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.steps .step:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .steps {
        margin-top: 19px;
    }

    .steps .step {
        padding: 0 10px;
    }
}


/* top bannner section  */
.mobile_banner {
    display: none
}
.mobile_banner img {
    height: 34.5vw;
}

.desktop_banner {
    margin-top: 87px;
}

.desktop_banner img {
    height: 25vw
}

@media only screen and (max-width:1200px) {
    .desktop_banner {
        margin-top: 170px;
    }
}
@media only screen and (max-width:1024px) {
    .desktop_banner {
        margin-top: 165px;
    }
}

@media only screen and (max-width:768px) {
    .desktop_banner {
        display: none
    }

    .mobile_banner {
        display: block;
        margin-top: 115px;
    }

  
}


/* nav specing  */
.nav-spacing {
    position: relative;
    margin-top: 88px;
}
@media (max-width:1200px){
	.nav-spacing {
		margin-top: 169px;
	}
}
@media (max-width:768px){
	.nav-spacing {
		margin-top: 144px;
	}
}
@media (max-width:600px){
	.nav-spacing {
		margin-top: 114px;
	}
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    color: aliceblue
}
 
img {
    vertical-align: middle;
    max-width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
@media(max-width:991px){
    .locations-name{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
    @media(max-width:767px){
    .locations-name{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
    @media(max-width:520px){
    .locations-name{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
    @media(max-width:359px){
    .locations-name{
        display: grid;
        grid-template-columns: 1fr;
    }
}

#jaipr-girl-gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media(max-width:480px){
    #jaipr-girl-gallery{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        justify-items: center;
    }
}

@media(max-width:599px){
.container-wraper{
    display: flex;
    flex-direction:column !important;
}
}


td {
    padding: 0
}

.fullbg1, .fullbg2 {
    padding-bottom: 20px
}

.clr {
    clear: both
}

section main {
    width: 1200px;
    margin: 0 auto
}

section main {
    min-height: 400px
}

.fullbg1 {
    /* background-image: url("../images/bg-ptt.jpg"); */
}

.fullbg2 {
    /* background: url(../images/hed-bg.jpg) center top repeat-x */
}

.txthed {
    padding-bottom: 8px
}

.txthed img {
    float: left;
    margin-right: 10px
}

.txthed h1 {
    float: left;
    font-size: 28px;
    color: #ffc107;
    line-height: 60px
}
.topthpro .h4 {
    text-align: center;
}

.bxdvin {
    box-shadow: 0 -2px 7px rgba(50, 0, 0, .3)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome {
        display: none
    }
}

.review-btn ul li a {
    color: #C80106;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
    text-transform: uppercase;
    text-align: center;
    font-weight: 400
}

.bxdvin, .topthpro {
    border: 1px solid #d01616;
    /* background: #000 url('../img/pattern.png');  */
}

.sectinpage {
    padding: 20px 0 0
}

.pronav {
    float: right;
    margin-top: 12px
}

.pronav li {
    float: left;
    margin-left: 10px
}

.pronav li a {
    display: block
}

.pronav li a img {
    vertical-align: middle;
    float: none;
    margin-right: 0
}

.proboxdiv {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px
}

.lstbxdv {
    margin-right: 0
}

.bxdvin a {
    text-decoration: underline
}

.bxdvin {
    padding: 10px 18px 20px;
    font-size: 15px;
    line-height: 24px;
    background: #7e070a;
    background: -moz-linear-gradient(-45deg, #7e070a 0, #b71519 29%, #7e070a 70%, #b71519 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #7e070a), color-stop(29%, #b71519), color-stop(70%, #7e070a), color-stop(100%, #b71519));
    background: -webkit-linear-gradient(-45deg, #7e070a 0, #b71519 29%, #7e070a 70%, #b71519 100%);
    background: -o-linear-gradient(-45deg, #7e070a 0, #b71519 29%, #7e070a 70%, #b71519 100%);
    background: -ms-linear-gradient(-45deg, #7e070a 0, #b71519 29%, #7e070a 70%, #b71519 100%);
    background: linear-gradient(135deg, #7e070a 0, #b71519 29%, #7e070a 70%, #b71519 100%)
}

.review-btn ul li a {
    border-radius: 4px;
    font-size: 15px
}

.bxdvin .hedtxtnn {
    padding-bottom: 5px
}

.bxdvin table td {
    padding: 1px 5px 1px 0;
    word-wrap: break-word;
    vertical-align: top
}

.psditdiv .bxdvin {
    min-height: 660px
}

.ratediv .bxdvin {
    min-height: 320px
}

.reviewdiv .bxdvin {
    min-height: 310px
}

.review-btn {
    padding-top: 15px
}

.review-btn ul li {
    float: left;
    width: 40%;
    margin-right: 3%
}

.review-btn ul li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    background: #f4a26b;
    background: -moz-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(244, 162, 107, 1)), color-stop(50%, rgba(255, 219, 161, 1)), color-stop(100%, rgba(244, 162, 107, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%)
}

.review-btn ul li a:hover {
    background: #ffdba1;
    background: -moz-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 219, 161, 1)), color-stop(50%, rgba(244, 162, 107, 1)), color-stop(99%, rgba(255, 219, 161, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: -o-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: -ms-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: linear-gradient(to bottom, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%)
}

.promaiinn {
    padding-bottom: 0
}

.prosnl-det {
    width: 100% color:aliceblue
}

.prosnl-det a {
    text-decoration: underline
}

.prosnl-det a:hover, .services-part ul li a {
    text-decoration: none
}

.bokbtn {
    margin: 13px 0 0 20px;
    float: left
}

.bokbtn a {
    background: #f4a26b;
    background: -moz-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(244, 162, 107, 1)), color-stop(50%, rgba(255, 219, 161, 1)), color-stop(100%, rgba(244, 162, 107, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 162, 107, 1) 0, rgba(255, 219, 161, 1) 50%, rgba(244, 162, 107, 1) 100%);
    border-radius: 8px;
    padding: 0 40px;
    line-height: 33px;
    display: block;
    color: #000
}

.bokbtn a:hover {
    background: #ffdba1;
    background: -moz-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 219, 161, 1)), color-stop(50%, rgba(244, 162, 107, 1)), color-stop(99%, rgba(255, 219, 161, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: -o-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: -ms-linear-gradient(top, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%);
    background: linear-gradient(to bottom, rgba(255, 219, 161, 1) 1%, rgba(244, 162, 107, 1) 50%, rgba(255, 219, 161, 1) 99%)
}

.trick {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.services-part {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

.services-part ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.services-part ul li {
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    margin: 1px;
    display: inline-block
}

.services-part ul li {
    background: #dd0c0c;
    font-size: 14px;
    color: #fff
}

.clr {
    clear: both
}

@media only screen and (max-width:1220px) {
    body {
        overflow-x: hidden
    }
    .trick {
        width: 95%
    }
    section main {
        width: 100%;
        margin: 0 auto
    }
    .txthed h1 {
        line-height: 60px
    }
}

@media only screen and (max-width:1160px) {
    .txthed img {
        margin-right: 0
    }
}

@media only screen and (max-width:1100px) {
    .review-btn ul li {
        float: left;
        width: 47%;
        margin-right: 3%
    }
}


@media only screen and (max-width:1000px) {
    section main {
        padding-bottom: 35px
    }
    .proboxdiv {
        margin-bottom: 25px;
        width: 49%;
        margin-right: 2%
    }
    .lstbxdv {
        margin-right: 2%
    }
    .proboxdiv:nth-of-type(2n) {
        margin-right: 0%
    }
    .psditdiv .bxdvin {
        min-height: 697px
    }
    .ratediv .bxdvin, .reviewdiv .bxdvin {
        min-height: 350px
    }
}

@media only screen and (max-width:860px) {
    .txthed img {
        width: 65px;
        margin-right: 5px
    }
    .txthed h1 {
        float: left;
        margin-top: 5px
    }
    section main {
        padding-bottom: 30px
    }
    .sectinpage {
        padding: 15px 0 0 0
    }
    .proboxdiv {
        margin-bottom: 20px
    }
    .pronav li img {
        width: auto;
        height: auto
    }
    .psditdiv .bxdvin {
        min-height: 599px
    }
    .bokbtn {
        margin-top: 13px
    }
    .fullbg1 {
        padding-bottom: 0px!important
    }
}

@media only screen and (max-width:800px) {
    .psditdiv .bxdvin {
        min-height: 558px
    }
}

@media only screen and (max-width:768px) {
    .psditdiv .bxdvin {
        min-height: 535px
    }
}

@media only screen and (max-width:760px) {
    body {
        font: normal 14px 'Open Sans', sans-serif;
        line-height: 22px
    }
    h1 {
        font-size: 30px
    }
    h4 {
        font-size: 20px
    }
    .txthed img {
        width: 60px;
        margin-right: 1px
    }
    .bxdvin {
        padding: 10px 10px 10px;
        font-size: 14px;
        line-height: 22px
    }
    .psditdiv .bxdvin {
        min-height: 529px
    }
    .ratediv .bxdvin, .reviewdiv .bxdvin {
        min-height: 300px
    }
}

@media only screen and (max-width:670px) {
    .psditdiv .bxdvin {
        min-height: 470px
    }
}

@media only screen and (max-width:640px) {
    .psditdiv .bxdvin {
        min-height: 446px
    }
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 28px
    }
    h4 {
        font-size: 20px
    }
    .txthed img {
        width: 55px;
        margin-right: 1px
    }
    section main {
        padding-bottom: 25px
    }
    .sectinpage {
        padding: 0 0 0 0
    }
    .proboxdiv {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0%
    }
    .lstbxdv {
        margin-right: 0%
    }
    .proboxdiv:nth-of-type(2n) {
        margin-right: 0%
    }
    .topthpro img {
        width: 100%
    }
    .bxdvin {
        min-height: 0;
        padding: 10px 10px 15px
    }
    .psditdiv .bxdvin {
        min-height: 0
    }
    .ratediv .bxdvin, .reviewdiv .bxdvin {
        min-height: 0
    }
    .fullbg1 {
        padding-bottom: 0px!important
    }
}

@media only screen and (max-width:500px) {
    body {
        font: normal 13px 'Open Sans', sans-serif;
        line-height: 20px
    }
    h1 {
        font-size: 26px
    }
    h4 {
        font-size: 20px
    }
    .txthed img {
        width: 50px;
        margin-right: 1px
    }
    section main {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 24px
    }
    h4 {
        font-size: 20px
    }
    .txthed img {
        width: 45px
    }
    .txthed h1 {
        margin-top: 3px;
        line-height: 45px
    }
    .txthed h1 {
        line-height: 45px
    }
    .bokbtn {
        margin-top: 5px
    }
    .bokbtn a {
        padding: 0 15px
    }
    .pronav {
        margin-top: 4px
    }
    .bokbtn {
        margin-top: 10px
    }
    .pronav {
        margin-top: 11px
    }
    .fullbg1 {
        padding-bottom: 0px!important
    }
    .txthed h1 {
        font-size: 24px
    }
    .txthed h1 {
        font-size: 24px
    }
}

@media only screen and (max-width:380px) {
    .pronav {
        float: right;
        /* width: 33%; */
        margin-bottom: 10px
    }
    .pronav li {
        margin-left: 0;
        margin-right: 10px
    }
    .txthed h1 {
        font-size: 22px
    }
    .txthed h1 {
        font-size: 22px
    }
}

@media only screen and (max-width:360px) {
    body {
        min-width: 260px
    }
    .bxdvin {
        font-size: 13px;
        line-height: 20px
    }
    .review-btn ul li {
        width: 48.5%
    }
    .review-btn ul li:nth-last-of-type(1) {
        margin-right: 0%
    }
    .review-btn ul li a {
        font-size: 14px
    }
    .txthed h1 {
        margin-top: 3px;
        line-height: 45px
    }
    .pronav {
        margin-top: 12px
    }
    .bokbtn a {
        padding: 0 12px
    }
    .pronav {
        float: right;
        width: 40%;
        margin-bottom: 10px
    }
    .fullbg1 {
        padding-bottom: 0px!important
    }
    .pronav li {
        margin-right: 8px
    }
    .pronav li:last-child {
        margin-right: 0
    }
    .bokbtn {
        margin-left: 15px
    }
}

@media only screen and (max-width:320px) {
    .txthed h1 {
        font-size: 22px
    }
    .txthed h1 {
        font-size: 18px
    }
}

@media only screen and (max-width:300px) {
    .txthed h1 {
        font-size: 20px
    }
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    border-radius: 4px;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}