.pvideo-txt-wrap {
    padding: 0px 0px 50px ;
    background-color: #fff;
    text-align: center;
    margin-top: -100px;
}

.pvideo-txt-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.pvideo-txt-right {
    width: 48%;
}

.pvideo-txt-left {
    width: 48%;
}

.pvideo-txt-btm {
    text-align: center;
    margin: 30px 30px 30px 30px;
}
 
.pvideo-title h4 { 
    font-family: "PT Serif", Sans-serif;
    font-size: 19px; 
    color: #000000;
}

.pvideo-btn a { 
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    padding: 20px 40px;
    background-color: #af8f30;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    display: inline-block;
}

.pvideo-btn a:hover {
    background-color: #085d60;
    color: #fff;
}

.pvideo-btn a i {
    margin-left: 10px;
}

.pvideo-txt-btm {
    text-align: center;
    margin: 30px 30px 30px 30px;
}

.pvideo-txt {
    padding-bottom: 30px;
}

.pvideo-title {
    padding-bottom: 25px;
}

.pvideo-header h3 {
    text-align: center;
    font-family: "PT Serif", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #ae8f2f;
}

span.headline-active {
    color: #085d60;
}

span.headline-center {
    position: relative;
}
span.headline-active {
    color: #085d60;
}
span.headline-center svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible;
}

span.headline-center svg path {
    stroke: #ae8f2f;
    stroke-width: 4px; 
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 10s infinite;
    animation: elementor-headline-dash 10s infinite;
}

.pvideo-header {
    padding-bottom: 30px;
}

.pvideo-stitle p {
    font-family: "PT Serif", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    padding-bottom: 10px;
}

.pvideo-txt p {
    font-family: "PT Serif", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}











/*
    GitHub URL: https://github.com/gucastiliao/video-popup-js
*/

.videopopupjs{
    background-color:#000;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    text-align: start!important;
}
.videopopupjs--hide{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close{
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    content:'X';
    font-family:'Verdana';
    border-radius:50%;
    background:#333;
    line-height:2.2;
    font-size:13px;
}
.videopopupjs__close:hover{
    opacity:0.5;
}
.videopopupjs--animation{
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content{
    margin:0 auto;
    height:100%;
    height:500px;
    width:100%;
    margin-top:5%;
}
.videopopupjs__content iframe{
    width:100%;
    height:100%;
}
.videopopupjs__block--notfound{
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width:100%;
    height:500px;
    background-color:#fff;
    text-align:center;
    vertical-align: middle;
    line-height: 500px;
    font-family:'Arial';
    font-size:20px;
}
@media(max-width: 768px){
    .videopopupjs__content{
        max-width:90%!important;
    }
}
@-webkit-keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@-webkit-keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

@keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}



.pvideo-img {
    position: relative;
}

.pvideo-img img {
    border-radius: 70px;
    width: 100%;
}

.pvideo-play {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 2px solid #fff;
    border-radius: 50%;
}

.pvideo-play svg {
    width: 80px;
    height: 80px;
    padding: 25px 0px 20px 7px;
}

.pvideo-play svg path {
    fill: #fff;
}

.pvideo-video-title {
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.pvideo-video-title p {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
}



 
 

/******** Responsive code starts here *******/
 
/************** ipad ***************/

@media (max-width: 1080px) {

  .pvideo-txt-wrap {
      padding: 0px 0px 50px; 
      margin-top: 40px;
  }

  .pvideo-header h3 { 
      font-size: 22px; 
  }
  
  .pvideo-txt p { 
      font-size: 17px; 
      line-height: 1.7;
  }
  
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

   .pvideo-play svg {
      width: 50px;
      height: 50px;
      padding: 15px 0px 10px 4px;
  }
 
  .pvideo-img img {
      border-radius: 50px;
      width: 100%;
  }
  
  
}

/************** iphone roatate***************/

@media (max-width: 767px) {

  .pvideo-txt-left {
      width: 100%;
      padding-bottom: 40px;
  }
  
  .pvideo-txt-right {
      width: 100%;
  }
  
  .pvideo-img img {
      border-radius: 50px;
      width: 100%;
  }
  
  .pvideo-txt-btm {
      text-align: center;
      margin: 0px 0px 0px 0px;
  }
  
  
}

/************** iphone ***************/

@media (max-width: 479px) {

  .pvideo-play svg {
      width: 50px;
      height: 50px;
      padding: 15px 0px 10px 4px;
  }

  
}
















