/*--------------------------------------------------------------
 #  video Two Section
 --------------------------------------------------------------*/
 .hactora-video.video-two-section {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 190px 0 192px;
}

 .hactora-video.video-two-section > img{display:none;}

.hactora-video .video-two-sec-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hactora-video .video-two-sec-btn {
  height: 90px;
  width: 90px;
  color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hactora-video .video-two-sec-btn i{font-size:30px;}
.hactora-video .video-two-sec-btn:hover {
  border: 4px solid var(--color-primary);
  color: var(--color-primary);
}
.hactora-video .video-two-sec-content {
  margin-left: 40px;
}
.hactora-video .video-two-sec-content h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 30px;
}
.hactora-video .video-two-sec-content span {
  /*color: var(--color-primary);*/
}
.hactora-video .video-two-sec-content p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
}


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

.hactora-video.video-two-section{padding:0;background:none !important;}
.hactora-video.video-two-section > img{display:block;}
.hactora-video .video-two-sec-inner{position:absolute;left:0;top:0;right:0;bottom:0;flex-direction:column;}
.hactora-video .video-two-sec-content{text-align:center;margin:25px 0 0;}
.hactora-video .video-two-sec-content h2{font-size:32px;}
.hactora-video .video-two-sec-content p{font-size:18px;}
}


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

.hactora-video .video-two-sec-content h2{font-size:28px;line-height:1.4;margin-bottom:20px;}
.hactora-video .video-two-sec-content p{font-size:17px;line-height:24px;}

}

@media only screen and (max-width:576px) {
.hactora-video .video-two-sec-content{margin:20px 0 0;}
.hactora-video .video-two-sec-content h2{font-size:26px;line-height:1.3;margin-bottom:15px;}
.hactora-video .video-two-sec-btn{height:70px;width:70px;border:2px solid #ffffff;}
.hactora-video .video-two-sec-btn i{font-size:24px;}

}


@media only screen and (max-width:480px) {
.hactora-video .video-two-sec-content h2{font-size:24px;margin-bottom:10px;}
.hactora-video .video-two-sec-btn {height:60px;width:60px;}
.hactora-video .video-two-sec-content{margin:10px 0 0;}
.hactora-video .video-two-sec-content p{font-size:15px;}
}


@media only screen and (max-width:420px) {
.hactora-video .video-two-sec-content h2{font-size:22px;}
}

