

body, html{

	 font-family: 'DIN 2014';
	 overflow-x: hidden;

}


@media all and (max-width:991px) {
    
    
    body{padding-top:70px}
}

p{
	 font-size: 18px;
	 line-height: 32px;
	 color: #000000;
	font-weight: normal;
}

.header{
	 position: fixed;
	background-color:white;
	 top: 0;
	 width: 100%;
	  left: 0;
	  padding: 25px 100px;
	  z-index: 99;
}


@media all and (max-width:991px) {
    
    
  .header{
	 position:fixed;
	 background-color:white;

	  z-index: 949;
} 
    
}

.banner_section{
	 width: 100%;
	 display: inline-block;
	 position: relative;
}
.banner_section img{ 
	width: 100%;
 }

 .banner_section span{
 	color: #fa092b;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    right: -30px;
    top: 50%;
    max-width: initial;
    transform: rotate(90deg);
    width: auto;
     font-weight: bold;
       font-family: 'DIN 2014';

 }
  .industry_quick_section{
 	 padding-top: 185px;
 	 padding-bottom: 185px;
 	 position: relative;
 }

 .industry_quick_section::before{
    content: '';
    background-image: url(../image/bg_section.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    display:none;
 }
 
 .industry_quick_section>.move_bg {
    background-image: url(../image/bg_section.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
  animation: move_wave 25s linear infinite alternate;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        /*transform: translateX(-25%) translateZ(0) scaleY(0.55)*/
    }
    100% {
        transform: translateX(-50%) translateY(-300px) translateZ(0) scaleY(1.2)
    }
}

 .industry_quick_article{
 	width: 100%;
 	display: inline-block;
 	text-align: center;
 	position: relative;
 	z-index: 1;

 }

 .industry_quick_article h2{
 	 font-size: 46px;
 	 text-transform: uppercase;
 	 color: #000000;
 	 font-weight: bold;
 	 margin: 30px 0;
 }
 .industry_quick_article span{
	 font-size: 18px;
	 line-height: 32px;
	 color: #000000;
	font-weight: normal;
}

.featured_grants_container{
	width: 100%;
	display: inline-block;
	position: relative;
}


.video_row_section{ 
	 /*overflow-x: hidden;*/
	 padding: 60px 0 0;
 }


.featured_grants_container {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.featured_grants_box_img {
    width: 70%;
}
.featured_grants_box_img img{
	 width: 100%;
}

.video_featur_img {
    background-repeat: no-repeat;
    height: 560px;
    position: relative;
    display: inline-block;
    width: 100%;
    display: inline-block;
}
.video_wraper {
    position: absolute;
    left: 50%;
    height: auto;
    width: 350px;
}


.video_section_content{
	max-width: 350px;
}

.video_section_content span{ margin-bottom: 25px; 
	font-size:20px;
 	 text-transform: uppercase;
 	 color: #000000;
 	 font-weight: bold;
 	 margin: 30px 0; 
 	}
.video_section_content h2{
 	 font-size: 46px;
 	 text-transform: uppercase;
 	 color: #000000;
 	 font-weight: bold;
 	 margin: 30px 0;
 }

.right_video .row {
    flex-direction: row-reverse;
}

.right_video .row .video_section_content {
    max-width: 780px;
    margin-left: auto;
    padding-right: 0;
}

.right_video .row .video_section_content .video_box_content {
    width: 100%;
}
.right_video .featured_grants_container {
   flex-direction: row-reverse;
}
.right_video .video_wraper {  right: 50%; left: auto;}


.video_row_section.right_video.bg_img{ 
    background-image: url(../image/loop-bg-2.png);
  	background-repeat: no-repeat;
  	background-position: center left;
 }
.video_row_section.bg_img{
	 background-image: url(../image/loop-bg-3.png);
  	background-repeat: no-repeat;
  	background-position: center right;
}

/*****************************************/
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


#container {
  border-radius: 4px;
  max-width: 300px;
  height: auto;
  padding: 50px;
  background: white;
  margin: 100px auto;
}
#playme {
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  display: inline-block;
  font-size: 14px;
  margin: 0;
      background-color: inherit;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
}

button#playme:focus{ outline: 0; border: 0; }
.decorating_section{
	 background-repeat: no-repeat;
	 background-size: cover;
	 width: 100%;
	 margin: 100px 0;
	 width: 100%;
	 padding: 175px 0;
}

.decorating_article{
   max-width: 380px;
   width: 100%;
}

.decorating_article p{ margin-bottom: 25px; 
	font-size:18px;
 	 color: #ffffff;
 	 font-weight: normal;
 	 margin: 30px 0; 
 	}
.decorating_article h2{
 	 font-size: 46px;
 	 text-transform: uppercase;
 	 color: #ffffff;
 	 font-weight: bold;
 	 margin: 30px 0;
 }


.contact_us_row_content{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.contactus_section{
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 180px 0;
    background-position: 50% 50%;
}
.contact_us_row_content h2{
	font-size: 46px;
 	 text-transform: uppercase;
 	 color: #000000;
 	 font-weight: bold;
 	 margin: 30px 0;
}
.contact_us_row_content p{
	 max-width: 750px;
	 margin: 0 auto;
	 width: 100%;
}
.contact_us_row_content a{
	background-color: #f70e2e;
	color: #ffffff;
	font-size: 18px;
	margin-top: 35px;
	padding: 15px 35px;
	display: inline-block;
	text-decoration: none;
}
/*footer*/

 .footer{
 	  background-color: #fafafa;
 	  width: 100%;
 	  display: inline-block;
 	  padding: 30px 0 50px 0;
 }
 .copy_right{ text-align: center; width: 100%; display: inline-block; }

/*recent-css*/
.banner_section::before {
    content: '';
    width: 4px;
    height: 200px;
    position: absolute;
    bottom: -93px;
    background: #fa092b;
    left: 50%;
}
@media all and (max-width:991px) {
    
 .banner_section::before {
    content: '';
    width: 2px;
    height: 100px;
    position: absolute;
    bottom: -43px;
    background: #fa092b;
    left: 50%;
}
}
.video_row_section {
    position: relative;
}

.dir_left.bg_img::before {
    left: 46%;
    transform: rotate(311deg);
}

.bg_img::before {
    content: '';
    width: 4px;
    height: 320px;
    position: absolute;
    background: #fa092b;
    left: 52%;
    transform: rotate(411deg);
    z-index: 1;
    top: 3%;
}
@media all and (max-width:991px) {
    
.bg_img::before {
    content: '';
    width: 2px;
    height: 220px;
    position: absolute;
    background: #fa092b;
    left: 46%;
    transform: rotate(411deg);
    z-index: 1;
    top: 3%;
}
}


.vdo_recent::before {
    content: '';
    width: 4px;
    height: 220px;
    position: absolute;
    background: #fa092b;
    left: 40%;
    transform: rotate(311deg);
    z-index: 1;
    top: 3%;
}


@media all and (max-width:991px) {
    
.vdo_recent::before {
    content: '';
    width: 2px;
    height: 320px;
    position: absolute;
    background: #fa092b;
    left: 46%;
    transform: rotate(311deg);
    z-index: 1;
    top: 3%;
}
}



.video_row_section .row>:nth-child(2) {
    display: flex;
    justify-content: center;
}

.decorating_section {
    position: relative;
}

.decorating_section::before {
    content: '';
    position: absolute;
    right: 8%;
    top: 0;
    width: 34%;
    height: 100%;
    border: 2px solid #fa092b;
    transform:scale(1.2);
}

.decorating_section .container::before {
    content: '';
    width: 4px;
    height: 200px;
    position: absolute;
    background: #fa092b;
    right:5%;
    top:13%;
    transform:rotate(45deg);
}



@media all and (max-width:991px) {
    
.decorating_section .container::before {
    content: '';
    width: 2px;
    height: 120px;
    position: absolute;
    background: #fa092b;
    right:5%;
    top:13%;
    transform:rotate(45deg);
}
}




.vdo_recent {
    margin-top: -100px;
}
.banner_section span {
    position: fixed !important;
    z-index: 1;
}
.industry_quick_section::before, .video_row_section.right_video.bg_img, .video_row_section.bg_img, .video_row_section.bg_img, .right_video.bg_img, .contactus_section {
    background-attachment: fixed;
}
.right_video .row>:nth-child(2) {
    max-width: 46%;
}
@media all and (max-width:991px) {
    
    .right_video .row>:nth-child(2) {
        max-width: 100%;
    }
        
}


.recent_para_vdo p {
    width: 52%;
}
/*recent-css-ends*/

 @media (max-width:1280px){
    .vdo_recent::before, .bg_img::before {
        top: 0;
    }
    .bg_img2:before { height: 270px; top: 8%; left: 48%; }
}
 @media (max-width:1250px){
.video_featur_img {  
    height: 400px
}
.video_wraper { width: 280px; }

.right_video .row .video_section_content .video_box_content {
    padding-left: 15px;
    padding-right: 30px;
}
.video_wraper {
    left: auto;
    right: 0;
}

}

 @media (max-width:767px){

.header {  padding: 20px; }
.video_section_content {
    max-width: 100%;
    padding: 30px;
}
.decorating_section {
    padding: 90px 0;
    margin: 30px 0;
}
.industry_quick_section {
    padding-top: 60px;
    padding-bottom: 60px;   
}
.contactus_section {  padding: 60px 0;}
.banner_section span{ display: none; }
.footer {  padding: 30px 0;}

 }

 @media (max-width:580px){

.video_featur_img {  height: 230px}
.video_wraper {  width: 195px;}

}

