.continues-zoom {
  animation: zoomIncontinues 10s ease-in-out forwards;
  transform-origin: center center;
}

@keyframes zoomIncontinues {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.relative-sec{
    position: relative;
}
.devider{
    position: absolute !important;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 9;
}
.devider img{
    opacity: 1;
    width: 100%;
    height: 65px;
}
.bottom-gap{
    padding-bottom: 65px !important;
}
.theme-bg{
    background-color: #555655;
}
.theme-dark-bg{
    background-color: #070707;
}
.theme-gray-bg{
    background-color: #161515;
}
.themebg_right{
    background-image: url(../image/gray-bg-right.jpg);
    /* background-size: cover; */
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.themebg_left{
    background-image: url(../image/dark-gray-left.jpg);
    /* background-size: cover; */
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.themebg_dark_right{
    background-image: url(../image/dark-gray-right.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
@media (min-width: 992px){
    .devider img{
        height: 120px;
    }
    .bottom-gap{
        padding-bottom: 120px !important;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1140px !important;
    }
}
@media (min-width: 1920px){
    .devider img{
        height: 220px;
    }
    .bottom-gap{
        padding-bottom: 220px;
    }
}