.anm-hero-vdobg{
   position: relative;
       width: 100%;
}


.anm-hero-vdobg .anm-hero-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.anm-hero-vdobg .anm-hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.anm-hero-vdobg .anm-hero-inner{
        position: absolute;
    width: 100%;
       bottom: 40px;
    height: 203px;
}
.anm-hero-vdobg .sarchbox25{
        top: 0 !important;
   
    max-width: 1200px;
    left: 50%;
    transform: translatex(-50%);
    padding: 0 15px;
        z-index: 9;
}

.anm-lctn {
    padding: 50px 0 26px
}

.anm-lctn .row {
    gap: 20px 0;
    margin: 25px 0 0
}

.anm-lctn .anm-lctn-card {
    padding: 12px 12px 30px;
    border-radius: 16px;
    background: #fff;
    text-align: center
}
.anm-lctn .anm-lctn-card1{
    background: #50aaf2;
}
.anm-lctn .anm-lctn-card2{
        background: #2196f3;
}
.anm-lctn .anm-lctn-card3{
    background: #6db9f5;
}
.anm-lctn .anm-lctn-card4{
        background: #108df0;
}
.anm-lctn .anm-lctn-card5{
    background: #3899e6;
}
.anm-lctn .anm-lctn-card6{
        background: #61b3f4;
}
.anm-lctn .anm-lctn-card7{
    background: #1993f4;
}
.anm-lctn .anm-lctn-card8{
    background: #40a0ec;
}



.anm-lctn .anm-lctn-card-img {
    height: 160px;
    width: 100%;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.anm-lctn .anm-lctn-card-prce {
       margin: 28px 0 0;
    padding: 8px;
    background: white;
    font-weight: 600;
    color: black;
    border-radius: 5px;
}

.anm-lctn .anm-lctn-card-txt {
    margin: 17px 0 17px;
    color: white;
    font-weight: 600;
}

.anm-lctn .anm-lctn-card-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: white;
    padding: 8px 35px;
    border-radius: 5px;
    color: #000000;
}

.anm-sctn1-1 .item-bg {
    padding: 10px 6px
}

.anm-sctn1-1 .owl-carousel {
    position: relative
}

.anm-sctn1-1 .owl-nav {
    display: block !important
}

.anm-sctn1-1 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / .6) !important;
    color: #2196f3 !important;
    font-size: 37px !important;
    width: 35px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    line-height: 0 !important;
    height: 35px !important;
    border: 1px solid #2196f3 !important
}

.anm-sctn1-1 .owl-nav .owl-prev {
    left: 10px
}

.anm-sctn1-1 .owl-nav .owl-next {
    right: 10px
}

.anm-sctn1-1 .owl-stage {
    margin-left: -80px
}

.anm-phovideo {
    padding: 50px 0;
    background: #fff
}
.anm-phovideo .anm-phovideo-hdng1{
        font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 5px;
    color: #2196f3;
    text-align: center;
    text-transform: uppercase;
}
.anm-phovideo .anm-phovideo-hdng2{
        font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin: 0 auto 20px;
    max-width: 800px;
    text-align: center;
}


.anm-phovideo .anm-phovideo-card {
    padding: 10px;
    border: 1px solid #000;
    box-sizing: border-box
}

.anm-phovideo .anm-phovideo-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #000
}

.anm-phovideo .anm-phovideo-img,
.anm-phovideo .anm-phovideo-media iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.anm-phovideo .anm-phovideo-img {
    object-fit: cover
}

.anm-phovideo .owl-carousel {
   position: relative;
    padding: 0px 50px;
}

.anm-phovideo .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000000 !important;
    font-size: 70px !important
}

.anm-phovideo .owl-nav .owl-prev {
    left:0px
}

.anm-phovideo .owl-nav .owl-next {
    right:0px
}

@media(max-width:1000px){
  .anm-hero-vdobg .anm-hero-inner{
    height:auto;
        bottom: 10px;
  }
}

@media (max-width:600px) {
    .anm-sctn1-1 .owl-stage {
        margin-left: -30px
    }
}

@media (min-width:601px) and (max-width:999px) {
    .anm-sctn1-1 .owl-stage {
        margin-left: -50px
    }
}