section#main.main-ind {
 padding: 0; 
}
/************************spec-cards*******************/
.products{
	padding-top: 0;
  	animation: Fade 2s ease;
  	margin-top: 40px;
}
.product .column-ind-holder .column-ind-header {
	background: #6abe4a;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 150px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius:5px;
  padding: 0 0 20px 0!important;
  background: #ffffff;
  border:0;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
  font-weight:normal;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #6abe4a;
  border-color: #6abe4a;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 5px 20px 20px 20px;
  	background-color: #ffffff;
  	margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #6abe4a;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
   margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #6abe4a;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
  	background-color: #48a524;
  	border-color: #48a524;
}
.product .config_button_holder{
  	margin: 0 20px;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
	padding-top: 20px;
   height: auto;
}
/**********************************products-card***********************************/
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #6abe4a;
	margin: 0;
	display: block;
}
#jump p {
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container a{
    text-decoration: none;
}
.landing-container hr{
    border: 0;
    border-bottom: 2px solid #000000;
    clear: none;
    margin: 10px auto;
}
.landing-container .temp-title1{
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: none;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #000000;
    margin: 0px;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin-top: 10px;
}
.landing-button {
	font-family: 'Montserrat-bold';
  	font-weight:normal;
	text-transform: uppercase;
  	background-color: #6abe4a;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	width: auto;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #535353;
}
.landing-button i {
	padding-left:5px;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,#000000 20%);
	padding: 0 20px;
}
.landing-header-top:after{ 
    content: "";
    background-image: url(/images/landing/seagate/exos/landing-bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #36393c;
	background-attachment:fixed;
	opacity:0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.landing-row-top{
	position: relative;
    align-items: center;
    padding: 100px 0;
}
.landing-top-fl{
    width: 70%;
}
.landing-top-fl .temp-title1{
	font-family:'Montserrat-Bold';
	font-size:45px;
    color: #ffffff;
	text-transform:uppercase;
}
.landing-top-fl .temp-title2{
    color: #ffffff; 
	font-family:'Montserrat-Light';
	font-size: 28px;
	text-transform:uppercase;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 16px;
	margin-top: 10px;
}
.landing-header-bottom{
    background-color: #ffffff;
}
.landing-header-content{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
  	width:40%;
}
.landing-bottom-fl img {
	margin-bottom:20px;
}
.landing-bottom-fl p {
	font-size:18px;
}
.landing-bottom-fr{
    display: flex;
	justify-content: center;
    position: relative;
    top: -50px;
    right: 20px;
    bottom: 0;
    width: 60%;
    text-align: center;  
}
.landing-bottom-fl-content{
	padding-right: 30px;
}
.vend-logo{
    position: absolute;
    top: 20px;
    right: 0;
}
.vend-logo img{
	width: 250px;
}
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1 {
    background-image:url('/images/landing/seagate/exos/feature1-bg2.jpg');
	background-size:cover;
    overflow: hidden;
}
.landing-feat1-inner{
     display: flex;
	 align-items:center;
	 padding:100px 0;
}
.landing-feat1-fl{
    width: 60%;
}
.landing-feat1-fl img{
    max-width: 100%;
    display: block;
}
.landing-feat1-fr{
    width: 40%;
    display: flex;
    align-items: center;
}
.landing-feat1-fr-inner {
    padding: 150px 0;
}
.landing-feat1-fr-inner img {
	margin:30px 0;
	display:block;
}
.landing-feat1-fr .temp-title1{
	font-family:'Montserrat-Bold';
    color: #ffffff;
    font-size: 28px;
}
.landing-feat1-fr p{
    color: #ffffff;
}
#centerfeat {
	background-image:url('/images/landing/seagate/exos/featurevid-bg.jpg');
}
#centerfeat .landing-feat1-inner {
	display:block;
	text-align:center;
	margin:0 auto;
	width:100%;
}
#centerfeat .landing-feat1-inner p.temp-title1 {
	font-family:'Montserrat-Bold';
	font-size:35px;
}
#centerfeat .landing-feat1-inner p {
	font-family:'Open Sans';
    color: #ffffff;
    font-size: 18px;
}
#centerfeat .landing-feat1-inner img {
	display:block;
	margin:20px auto;
}
#centerfeat .landing-feat1-inner img#feat1response {
	width:100%;
	max-width:992px;
}
.landing-vid{
    overflow: hidden;
	padding:50px 0;
}
.landing-vid-inner {
	margin:0 auto;
}
.landing-vid-inner-text p {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #ffffff;
    max-width: 850px;
    text-align: center;
	margin:0 auto;
}
.landing-sep {
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 20%, rgba(79,79,79,1) 50%, rgba(0,0,0,1) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	height:3px;
	width:100%;
}
#feata .landing-feat1-fl{
    width: 40%;
}
#feata .landing-feat1-fr{
    width: 60%;
}
#feata .landing-feat1-inner .temp-title2 {
	color:#ffffff;
}
#feata {
	background-image:url('/images/landing/seagate/exos/featurea-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
@media screen and (max-width: 1170px) {
.landing-vid-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}
	.landing-vid-container iframe, .landing-vid-container object, .landing-vid-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
	/*******HEADER-SECTION*******/
	.vend-logo{
		position: static;
	}
	.landing-bottom-fl .landing-button{
		margin: 0 auto;
		float: none;
	}
	 .landing-bottom-fr img{
		max-width: 100%;
		margin: 0 auto;
	}
	.landing-row-top{
		display: block;
		align-items: center;
		padding: 40px 0 80px 0;
		text-align: center;
	}
	.landing-top-fl{
		display: block;
		align-items: center;
		width: 100%;
	}
	.landing-header-content{
		display: block;
	}
	.landing-bottom-fl{
		display: block;
		width: 100%;
		padding-right: 0px;
		overflow: hidden;
		text-align: center;
		margin-top: 100px;
	}
	.landing-bottom-fl-content{
		padding:0 10px 50px 10px;
	}
	.landing-bottom-fr{
		display: block;
		position: relative;
		top: -80px;
		right: 0;
		bottom: 0;
		width: 100%;
		text-align: center;  
		margin-bottom: -150px;
	}  
	/*******HEADER-SECTION-END*******/
	/*******FEATURE-ONE*******/
	.landing-feat1-inner{
		display: block;
		text-align:left;
	}
	.landing-feat1-fl{
		width: 100% !important;
	}
	.landing-feat1-fr-inner{
		text-align: left;
		margin: 0 auto;
		padding:20px !important;
	}
	.landing-feat1-fl img {
		max-width:450px !important;
		width:100%;
		margin: 20px auto;
		padding:0 !important;
		text-align:center;
	}
	.landing-feat1-fr{
		width: 100% !important;
	}
	.landing-feat1#featcenter {
		background-image:url('/images/landing/seagate/exos/feature1-centerbg.jpg') !important;
	}
	#feat3, #feat4, #feat5, #feat6, #feat7 { 
		width:100%;
	}
	.landing-feat1 {
	}
	/*******FEATURE-ONE-END*******/
	.landing-feat2-fr img{
		max-width:450px !important;
		width:100%;
		margin: 0 auto;
		padding:0 !important;
		text-align:center;
	}
	.landing-feat2-inner{
		display: block;
		padding:0;
		margin:0 auto;
	}
	.landing-feat2-fl-inner{
		padding: 0;
	}
	.landing-feat2-fr {
		text-align: left;
		width: 100% !important;
	}
	.landing-feat2-fl {
		width: 100% !important;
		margin: 20px;
	}
}
