/* .elementor-element.elementor-element-6c148f3 {
    display: none;
}
.elementor-element.elementor-element-c06d77a:hover .elementor-element.elementor-element-6c148f3 {
    display: inline;
}
     */
     .timeline h2 {
        margin-bottom: 0 !important;
    }
     @media (min-width: 768px){
        .timeline .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: center;
        }
     }

    .timeline .elementor-image-box-title{
        font-weight: 400 !important;
    }
    .timeline .timeline-text .elementor-image-box-title{
        color: #543177 !important;
        text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
   
}
   
    /* .main_section_0 { position: relative; height: 90vh; }
    .main_section_0 .mymainsection { position: fixed; top: 0; width: 100vw; height: 100vh;} */

    .timeline { position: relative; height: 90vh; }
    .timeline .timeline-sub { position: sticky; top: 0; width: 100vw; height: 100vh;}
    .timeline .timeline-text .timeline_li.timeline-active .elementor-image-box-title{ font-weight: 600 !important; color: #fff !important; text-shadow: none; }
    .timeline .timeline-text .timeline_li.timeline-active .elementor-image-box-title::after{ 
        content: " ";
        display: block;
        position: absolute;
        height: 3px;
        background: #ffffff;
        width: 150px;
        right: 6%;
        top: calc(50% - 0px);
        transition: .6s;
    }

    .img_none{
        display: none !important;
    }
    .text_none{
        display: none !important;
    }
    @media (max-width: 768px){
        .timeline .timeline-text .timeline_li.timeline-active .elementor-image-box-title::after{ 
            content: " ";
            display: block;
            position: absolute;
            height: 3px;
            background: #ffffff;
            width: 150px;
            right: 3%;
            top: calc(50% - 0px);
            transition: .6s;
        }
     }
     /*
     .timeline { position: relative; height: 200vh; }
     .timeline .timeline-text .timeline_li p{ list-style-type: none; color: #FFFFFF; }
     .timeline .timeline-text .timeline_li p.timeline-title{ font-size: 62px; font-weight: 300;line-height: 1.2;margin-bottom: 1rem; }
     .timeline .timeline-text .timeline_li p.timeline-desc{ font-size: 17px; font-weight: 300;margin-bottom: 3.5rem; }
     .timeline .timeline-text .timeline_li{ opacity: .4; padding-left: 2rem; border-left: 5px solid transparent;}
     .timeline .timeline-text .timeline_li.timeline-active { opacity: 1; border-left: 5px solid #8ABB2A; transition: .6s;}
     .timeline .timeline-text{ padding-inline-start: 0em; border-left: 1px solid #C4C4C4; }
     .timeline .timeline-sub { position: sticky; top: 0; width: 100vw; height: 100vh; padding-top: 1rem;}
     .timeline .timeline-first-img, .timeline .timeline-second-img, .timeline .timeline-third-img{transition: .6s;}*/
     .pre {
      font-family: monospace;
      border: 1px solid;
      border-radius: 3px;
      padding: 3px
    }
    
    .wrapper {
      margin: 0;
      padding: 0;
      font-size: 18px;
      line-height: 1.9em;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; /*System Font Stack*/
    }
    
    .wrapper {
      width: 100vw;
      background: url(https://airbusdefenceandspace.com/wp-content/uploads/2016/09/earth-view-from-satellite-space-systems-cover.jpg);
      background-size: cover;
      background-attachment: fixed;
      z-index: 1;
    }
    
    .header, .section, .footer {
      width: 100%;
      padding: 3em 10em;
      box-sizing: border-box;
      position: relative;
      z-index: 99;
    }
    .sticky {
      min-height: 100vh;
      max-height: 100vh;
      height: 100vh;
      position: -webkit-sticky;
      position: sticky;
      top: 20px;
      z-index: 9;
    }
    
    .header {
      height: 90vh;
      color: white;
      background: rgba(127,127,127,.2);
      background-image: radial-gradient(black 33%, transparent 33%);
      background-size: 2px 2px;
    }
    .footer {
      background: white;
    }
    .section {
      color: white;
    }
    .section--s1 {
      background: #333;
      top: 40px;
      max-height: calc(100vh - 40px) /* prevents hidden content due to the top position */
    }
    .section--s2 {
      background: #666;
      top: 80px;
      max-height: calc(100vh - 80px)
    }
    .section--s3 {
      background: #999;
      top: 120px;
      max-height: calc(100vh - 120px)
    }

/*-----------*/
.tm_line { position: relative; height: 180vh !important; }
.tm_line ul{list-style: none;}
.tm_line ul li{ opacity: .4; }
.tm_line ul li.tm-active { opacity: 1; transition: .6s;}

.tm_line .tm_line_sub {
  position: -webkit-sticky;
    position: sticky;
    
    top: 0 !important;
    width: 100vw;
    padding: 5rem 0rem;
    top: 5rem;
    background-image: url(../images/grey_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*-------*/


.vhcf-section{width: 100%; display: block;font-family: "font-12", Sans-serif;padding-right:130px;}
.vhcf-section .vhcf-row {width: 100%; display: block;}
div#sample_slider_slide01{color:white;}
.vhcf-promo_description h1 {color:white !important}
.vhcf-section .vhcf-row .vhcf-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.vhcf-section .vhcf-row .vhcf-column .vhcf-module{
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  text-align: end;
}
.white{padding: 0px !important;}
.elementor-widget-wrap.elementor-element-populated{padding: 0px !important;}
.vhcf-module-des{  width: 50%; padding-top: 15px;
  padding-bottom: 15px;}
  img.alignnone.size-full.wp-image-8362{margin-top: 32px;}
.vhcf-module_header{font-size:58px !important;margin-left:30px;letter-spacing: -0.9px;}
.vhcf-module img{height: auto!important;}
.content-des{display:flex; }
.img-head {
  font-size: 27px;
  margin-left: 34px;
  font-weight: 700;
  margin-top: 44px;
  font-weight: 500;
}
.list{
	font-size:20px;
  margin-left: 35px;
}
.content-des img{margin-left:25px;}
.vhcf-section {
    color: white;
}
p.img-head.msg{width: 679px !important;}
p.img-head.beauty{width: 700px !important;}
p.img-head.trust {
  width: 500px;
}
p.img-head.discover {
  width: 500px;
}
section#end_sticky_sec{
  margin-top: -170px;
}
.elementor-element-69feeb4{
  display: none !important;
}



@media only screen and (max-width: 425px){
	.vhcf-column{
		display:block !important;
	}
	
	.vhcf-section .vhcf-row .vhcf-column .vhcf-module{
		padding :0px !important;
		width:auto !important;
	}
  /* h1.vhcf-module_header{
    padding-left: 40px;
  } */
	.vhcf-module_header{
		font-size:20px;
		margin-right:-144px!important;
		margin-left:0px !important;
	}
	.content-des img{
		margin-left:33px;
		
	}
	.content-des{
	  width:397px !important;
    margin-left: -36px;
	}
	/* .img-head{
		
		font-size:20px !important;
		margin-top:28px !important;
		margin-left:20px !important;
	} */
  p.img-head.msg{margin-top: 40px !important; margin-left: 47px !important; max-width: 200px !important;}
  p.img-head.beauty{margin-left: 47px !important;max-width: 200px !important;}
  p.img-head.discover{margin-left: 47px !important;max-width: 200px !important;}
  p.img-head.trust{max-width: 200px !important;margin-left: 47px !important; margin-top: 48px !important;}
	img.alignnone.size-full.wp-image-12{
		max-width:50px!important;
		height:50px!important;
	}
	.list{
		width:300px !important;
    margin-top: 10px;
	}
	 /* ul{
		padding-left:20px !important;
		padding-right:0px !important;
	} */
	img.alignnone.size-medium.wp-image-8351{
   
    margin-right: 20px !important;
  }
}
 @media only screen and (max-width: 320px){
	.list{
		width:250px !important;
	}
	 ul{
		padding-left:0px !important;
		padding-right:0px !important;
	}
  .content-des{
    margin-left: -40px;
  }
  div#sample_slider{
    height:1061px !important;
    background-color: #543177 !important;
  }
  p.img-head.beauty{
    font-size: 20px !important;
  }
  p.img-head.msg{
    font-size: 20px !important;
  }
  p.img-head.trust{
    font-size: 20px !important;
    margin-top: 45px !important;
  }
  p.img-head.discover{
    font-size: 20px !important;
  }
} 
/* @media only screen and (max-width: 320px){
  #sample_slider .owl-item{
    min-height: 1061px !important;
  }
} */
@media screen and (max-width: 1440px){
.img-head{
       font-size: 25px !important;
	     margin-top: 54px !important;
       margin-left: 50px !important;
       padding-right: 1px !important;
}
p.img-head.msg {
  width: 500px !important;
}
.elementor-element-69feeb4{
  display: none !important;
}
section#end_sticky_sec {
  margin-top: -139px
}
}
@media only screen and (max-width:768px) and (min-width:321px){
	/* .img-head{
		font-size:20px !important;
		margin-top:53px !important;
	} */
  p.img-head.trust{margin-top: 40px !important; font-size: 20px !important; max-width: 431px !important;}
  p.img-head.msg{margin-top: 40px !important; font-size: 20px !important; max-width: 431px !important;}
  p.img-head.beauty{margin-top: 40px !important; font-size: 20px !important; max-width: 431px !important;}
  p.img-head.discover{margin-top: 40px !important; font-size: 20px !important; max-width: 431px !important;}
	.vhcf-module_header{
		font-size:20px !important;
	}
	.list{
		font-size:15px !important;
	}
	img.alignnone.size-full.wp-image-12{
		width:50px;
		height:50px;
	}
	.vhcf-module-des{
		padding-top:20px !important;
	}
  div#sample_slider_slide02,div#sample_slider_slide03,div#sample_slider_slide04{
    min-height: 800px !important;
    padding: 5% 5% 5% 5% !important;
  }
  .elementor-element-69feeb4{
    display: none !important;
  }
  section#end_sticky_sec {
    margin-top: -24px !important;
}

}
@media only screen and (max-width: 1024px) {
  .vhcf-module_header{font-size:30px !important;margin-left:30px;}
  .vhcf-section{padding-right: 0px;}
  /* .img-head{font-size: 30px;margin-top: 47px !important;} */
  .list{font-size: 15px !important;}
  p.img-head.trust{font-size: 20px;margin-top: 45px !important;}
  p.img-head.msg{margin-top: 44px !important;width: 500px !important;}
  p.img-head.beauty{margin-top: 44px !important; width: 500px !important;}
  p.img-head.discover{margin-top: 44px !important;}
  div#sample_slider_slide02,div#sample_slider_slide03,div#sample_slider_slide04{
    height: 700px ;
    padding: 15% 5% 5% 5% !important;
  }
  section#end_sticky_sec {
    margin-top: -120px;
  }
}

@media (max-width: 425px) and (min-width: 375px){
.hfe-nav-menu-icon {
    margin-top: -103px !important;
    margin-left: -56px !important;
}
.hfe-nav-menu-icon {
  display: flex !important;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active{
  left: -246px !important;
}
section#beauty_video1{
  display: none !important;
}
section#mysection4{
  margin-top: 283px !important;
}
.elementor-element-69feeb4{
  display: none !important;
}
section#end_sticky_sec {
  margin-top: -306px !important;
}
}
@media (min-width: 320px) and (max-width: 375px){
.hfe-nav-menu-icon {
  margin-top: -53px !important;
  margin-right: 0px !important;
}
section#beauty_video1{
  display: none !important;
}
.elementor-element-69feeb4{
  display: none !important;
}
.content-des{
  width:340px !important;
 
}
.list{
  margin-left: 10px;
}
section#end_sticky_sec {
  margin-top: -255px !important;
}
}
@media only screen and (max-width:320px){
  section#end_sticky_sec {
    margin-top: 48px !important;
}
}