.project-title-holder{
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 150px;position: relative;
}
.project-title-holder.left-holder{
    justify-content: flex-start;
    padding-right: 10px;
    padding-left: 20px;
}
.project-title-holder h2{
    color: #fff;
}
@media only screen and (max-width: 1023px){
    .project-title-holder{
        width: 100%;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-right: 150px;
        position: relative;
        margin-bottom: 70px;
        padding-left: 10px;
    }
    .project-title-holder.left-holder{
        justify-content: flex-end;
        padding-right: 140px;
    }
    .project-title-holder h2{
        font-size: 28px;
    }
}
@media only screen and (max-width: 640px){
    .project-title-holder{
        width: calc(100%);
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;
        position: relative;
        margin-bottom: 40px;
        padding-left: 10px;
    }
    .project-title-holder.left-holder{
        justify-content: flex-start;
        padding-right: 10px;
        padding-left: 10px;
    }
    .project-title-holder h2{
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px){
    body.page-id-1864 section{
        min-height: 100%!important;
    }
    body.page-id-1864 section .col-lg-50 > div{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    body.page-id-1864 section .col-lg-50 > div.news-des{
        padding-top: 0;
        padding-bottom: 0;
    }
    body.page-id-1864 section .col-lg-50 > img{
        height: 100%!important;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 840px){
    body.page-id-1864 .small-caption img {
        max-width: 100%;
        height: auto;
    }
}


/*video banner*/


   .videoHolder {
       display: block;
       position: relative;
       height: 100vh;
       width: 100vw;
       overflow: hidden;
   }
.videoHolder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(16, 25, 37, 0.4);
    z-index: 1;
}
.videoHolder iframe{
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videoHolder .arrow_down img {
    width: 50px;
}
.videoHolder .arrow_down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    margin: auto;
    z-index: 1;
    width: 100px;
    text-align: center;
}
@media only screen and (min-width: 768px){
    .videoHolder .arrow_down {
        position: absolute;
        left: -100px;
        right: 0;
        bottom: 200px;
        margin: auto;
        z-index: 1;
        width: 100px;
        text-align: center;
    }
}
.videoHolder .bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.videoHolder .animated-arrow {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

/*services page*/

@media screen and (max-width: 767px) {
    .servcies-pagebanner {
        padding-top: 7em;
    }
}

@media screen and (max-width: 767px) {
    .services-list .row > div {
        width: 100%!important;
        max-width: 100%!important;
        flex: 100%!important;
        min-height: 300px;
    }
}