/*

Vanilla Template

https://templatemo.com/tm-526-vanilla

*/

p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative; /* we need this for the scrollspy */ 
  font-size: 14px;
}

a { color: #3CC; }

a:hover { color: #FF0; }

/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  border-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: black;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}


.primary-button a {
  display: inline-block;
  background-color: #e11b22;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}


.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}


.baner-content {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/Homepagebackground.jpg);
}

.baner-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.baner-content em {
  color: #e11b22;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.baner-content .primary-button {
  margin-top: 15px;
}


.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/Hacker.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 18px;
}
.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #e11b22;
  margin: 20px 0px 20px 0px;
}
.service-content .left-text p {
  color: #fff;
}
.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}
.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}
.service-content .left-text .primary-button {
  margin: 30px 0px;
}
.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #e11b22;
  margin: 20px auto 15px auto;
}



.projects-content {
  padding-top: 20vh;
  background-image: url(../img/SuperLTOvault.jpg);
}

.projects-content .item img {
  width: 100%;
}

.projects-content .item {
  margin: 15px;
}

.projects-content .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.projects-content .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #ff7d27;
}

.owl-item {

  background-color: rgba(0, 0, 0, 0.5);

}

.owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}


.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  background-image: url(../img/4th-section.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs li {
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  padding:10px 15px;
  border:4px solid #fff;
}

.tabs a:hover {
  color: #e11b22;
}

.tabs .active {
  border:4px solid #e11b22;
}



.tabgroup p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


.contact-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  background-image: url(../img/backgroundLogos.jpg);
  background-size: contain;
}

.contact-form {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 25px;
  margin-bottom: 30px;
}

#contact input {
  border-radius: 3px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
  background-color: #e11b22;
  padding: 15px 24px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #e11b22;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #e11b22;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #e11b22;
  font-weight: 600;
  font-style: normal;
}
/**********************************************************************/
.disk-content {

  background-color: #ccc;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px;

}
.tape-content {

  background-color: #ccc;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px 20px 32px 20px;
  height: 4.85em;

}
.cloud-content {

  background-color: #ccc;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px;

}
.title-info {
  font-size: 2.3em;
  font-weight: 400;
  font-style: normal;
  color: #fff
}
.page-2-title {

    font-style: normal;
    font-size: 1.7em;
    font-weight: 400;
    color: #fff;
}
.page-4-title {

    font-style: normal;
    font-size: 1.7em;
    font-weight: 400;
    color: #fff;
    

}.engineering-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/Engineered.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
.engineering-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 18px;
}
.engineering-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #e11b22;
  margin: 20px 0px 20px 0px;
}
.engineering-content .left-text p {
  color: #fff;
}
.engineering-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}
.engineering-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}
.engineering-content .left-text .primary-button {
  margin: 30px 0px;
}
.engineering-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.engineering-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #e11b22;
  margin: 20px auto 15px auto;
}

.owl-wrapper {

  display: flex !important; 
}

.virus-title {

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;

}
.theft-title {

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff; 
}
.nat-title {

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}

.human-title {

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}
.speed-title {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}
.air-title {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}
.data-title {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}
.tech-title {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}
/*******PAGE THREE*****/
.page3-title {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 3em;
  color: #fff;
  text-align: center;
  padding-bottom: 2em;
}

#page3-subtitle {
  display: flex;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 3em;
  color: #fff;
} 

.disk-sub {
  margin-left: 13%; 
}
.tape-sub {
  margin-left: 12%
}
.cloud-sub {
   margin-left: 12%
}
.plus-1 {
  margin-left: 12.2%;
}
.plus-2 {
  margin-left: 11.3%;
}
.foot-title {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 3em;
  color: #fff;
  text-align: center;
  
}
#page-3-button {
  text-align: center;
}
/*******TEMP********/
.disk-sub-temp {

}
.tape-sub-temp {

}
.cloud-sub-temp {

}
.plus-1-temp {

}
.plus-2-temp {

}
/********CONTACT PAGE**********/


.contact-title {

  
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5em;
  color: rgb(33, 33, 33);
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  

}
.contact-subtitle {

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 2.1em;
  color: rgb(33, 33, 33);
  text-align: center;
  
}
.contact-info {
  
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.7em;
  color: rgb(33, 33, 33);
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;

}
.superlto-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  padding-bottom: 20px;
} 
.cyber-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}
.cyber-num {
  text-align: center;
  font-size: 2.5em;
  color: rgb(33, 33, 33);
}
/********DISK SLIDE************/
#disk-slide {

  height: 750px;


}
.disk-slide-background {
  background: url(../img/TheSpeedofDisRk.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%
}
.disk-slide-info {
  display: flex;
  height: 50%;
  
}
.disk-slide-title {
    
    font-size: 3.5em;
    float: left;
    padding-top: 10%;
    padding-left: 10%;
    width: 50%;
    color: #000000;
    

}
.disk-slide-list {
  
  width: 50%;
  padding-top: 4%;
  padding-right: 2%;

}
  
.disk-slide-list-info {
  list-style-image: url(../img/SLTObullet.png);
  font-family: 'Arial Narrow', Arial, sans-serif;
  display: inline-block;
  font-size: 1.3em;
  color: #fff


}
#D-list-second {

  padding-top: 1.5em;

}

.disk-slide-image {
  display: none;
}
/*********TAPE SLIDE********/
#tape-slide {

  height: 750px
}
.tape-slide-background {
  background: url(../img/AitGapofTapeR.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%
}
.tape-slide-info {
  display: flex;
  height: 50%;
  
}
.tape-slide-title {

    font-size: 3.5em;
    float: left;
    padding-top: 5%;
    padding-left: 7%;
    padding-right: 3.5%;
    width: 50%;
    color: #000000;
    

}
.tape-slide-list {
  
  width: 50%;
  padding-top: 4%;
  padding-right: 2%;

}
  
.tape-slide-list-info {

  list-style-image: url(../img/SLTObullet.png);
  display: inline-block;
  font-size: 1.3em;
  padding-top: 1em;
  font-family: 'Arial Narrow', Arial, sans-serif;
  color: #fff
}
#T-list-second {

  padding-top: 1.5em;

}

.tape-slide-image {
  display: none;
}
/**********CLOUD SLIDE***********/

#cloud-slide {

  height: 750px
}
.cloud-slide-background {
  background: url(../img/SafeguardCloud.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%
}
.cloud-slide-info {
  display: flex;
  height: 50%;
  
}
.cloud-slide-title {

    font-size: 2.6em;
    float: left;
    padding-top: 5%;
    padding-left: 7%;
    padding-right: 3.5%;
    width: 50%;
    color: #000000

}
.cloud-slide-list {
  
  width: 50%;
  padding-top: 4%;
  padding-right: 2%;

}
  
.cloud-slide-list-info {

  list-style-image: url(../img/SLTObullet.png);
  display: inline-block;
  font-size: 1.3em;
  padding-top: 1em;
  font-family: 'Arial Narrow', Arial, sans-serif;
  color: #fff
}
.C-list-second {

  padding-top: 1.5em;

}

.cloud-slide-image {
  display: none;
}
/*********************SUPPORT SLIDE******************/

#support-slide {
  height: 750px;
}
.support-slide-background {
  background: url(../img/Maintenance.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%
}
.support-slide-info-title {
  margin-bottom: 1em;
  display: block;
  padding: 3em 5em 2em 4em;
  text-align: left;
  
}

.head-1 {
  font-size: 1.8em;
  color: #fff;
  font-weight: 600;
  
}
.head-2 {
  color: #000000;
  font-size: 1.3em;
  padding-top: 1em;
 
}
.head-3 {
  color: #000000;
  font-size: 1.3em;
  padding-top: 1em;
  
}
.support-info-full {
  display: block;
}
.support-slide-info {
  font-family: 'Arial Narrow', Arial, sans-serif;
}
.left-support-info {
  color: #000000;
  width: 50%;
  text-align: left;
  font-size: 1.3em;
  font-weight: 500; 
  padding-left: 2.5em;
  float: left;
  
}
.right-support-list {
  
  display: inline-block;
  width: 50%;
  padding-right: 4em;
}

.list-lines {
  display: flex;
  flex-direction: row;
  width: 10%;
}
.support-list {
  border-style: solid;
  border-left-width: thick;
  border-top-width: .15em;
  border-bottom-width: .15em;
  border-color: #fff;
  border-right-style: hidden;
  display: inline-block;
  width: 36%;
  margin-right: 10%;
  align-self: center;
  margin-bottom: .3%;
  color: #000000;
  font-size: 1.1em;
  font-weight: 550;


}




.first-row {
  
  width: 100%; 
  display: flex;
  margin-bottom: 1em;
}
.second-row {
  
  width: 100%;
  display: flex;
  margin-bottom: 2em;
}
.third-row {
 
  width: 100%; 
  display: flex;
  margin-bottom: 2em;
}
.info-row {

  align-self: center;
  text-align: left;
  float: left;
  font-size: 1.5em;
  width: 50%;
  padding-left: 3em;
  color: #000000;
  font-weight: 550;
  
}



.first-row ul {
  list-style: none;
}
.second-row ul {
  list-style: none;
}
.third-row ul {
  list-style: none;
}
.first-row li::before {
  
  content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -2em; /* Also needed for space (tweak if needed) */
} 
.second-row li::before {
  
  content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -2em; /* Also needed for space (tweak if needed) */
} 
.third-row li::before {
  
  content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -2em; /* Also needed for space (tweak if needed) */
}
.line {

  align-self: center;
  margin-left: 5%;
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #fff;
} 
.big-line {
  height: 3px;
  width: 100%;
  margin-top: 1.5em;
  background-color: #fff;
}








/* *********************************************************** */

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/****************************************************************/
@media screen and (max-width: 1247px) {
  .tape-slide-title {
    font-size: 3.2em
  }
}

@media screen and (max-width: 1199px) {
  .disk-slide-background {
    background: url(../img/TheSpeedofDisRk1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%
  }
  .disk-slide-list-info{
      font-size: 1.15em;
  }
  .disk-slide-title {

     font-size: 3em; 
  }
  .tape-slide-background {
    background: url(../img/AitGapofTapeR.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%
  }
  .tape-slide-list-info{
      font-size: 1.25em;
  }
  .tape-slide-title {

     font-size: 3em; 
  }
  .cloud-slide-background {
    background: url(../img/SafeguardCloud.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%
  }
  .cloud-slide-list-info{
      font-size: 1.25em;
  }
  .cloud-slide-title {

     font-size: 2.4em; 
     padding-top: 5%;
  }
  .tape-content {

    padding: 20px 20px 40% 20px;
  }
  .disk-content {
    
    padding: 20px 20px 18% 20px;
  }
  .disk-sub {
    margin-left: 12.2%; 
  }
  .tape-sub {
    margin-left: 10.5%
  }
  .cloud-sub {
     margin-left: 10%
  }
  .plus-1 {
    margin-left: 11.6%;
  }
  .plus-2 {
    margin-left: 10.7%;
  }
  .info-row {
    font-size: 1.25em;
  }
  .head-1 {
    font-size: 1.7em
  }
  .head-2 {
    font-size: 1.2em;
  }
  .head-3 {
    font-size: 1.2em;
  }
  .support-list {
    font-size: 1em;
  }
}

@media screen and (max-width: 1072px) {
  .tape-slide-title {
    font-size: 2.9em;
  }

}
@media screen and (max-width:1040px) {
  .disk-slide-background {
    
    background-size: 905px 750px;
    
  }
  .disk-slide-list-info {
    font-size: 1.05em
  }
  .disk-slide-title {
    font-size: 2.5em;
    padding-top: 15%;
  }
  .tape-slide-background {
    
    background-size: 905px 750px;
    
  }
  .tape-slide-list-info {
    font-size: 1.2em
  }
  .tape-slide-title {
    font-size: 2.7em;
    padding-top: 10%;
  }
  .cloud-slide-background {
    
    background-size: 905px 750px;
    
  }
  .cloud-slide-list-info {
    font-size: 1.2em
  }
 
}
@media screen and (max-width: 1010px){
  .cloud-slide-title {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 991px)
{
  .contact-title {
    font-size: 1.9em;
  }
  .contact-subtitle {
    font-size: 1.6em;
  }
  .contact-info {
    font-size: 1.2em;
  }

  .tape-content {
    padding: 20px 20px 73% 20px;
  }
  .disk-content {
    
    padding: 20px 20px 11% 20px;
  }
  .disk-sub {
    margin-left: 11%; 
  }
  .tape-sub {
    margin-left: 9%
  }
  .cloud-sub {
     margin-left: 8%
  }
  .plus-1 {
    margin-left: 9.4%;
  }
  .plus-2 {
    margin-left: 8%;
  }
  
}
@media screen and (max-width: 978px) {
  .info-row {
    font-size: 1.1em;
  }
  .head-1 {
    font-size: 1.5em
  }
  .head-2 {
    font-size: 1.1em;
  }
  .head-3 {
    font-size: 1.1em;
  }
  .support-list {
    font-size: .85em;
  }
}
@media screen and (max-width: 968px) {
  .tape-slide-title {
    font-size: 2.5em;
  }
  
}
@media screen and (max-width: 917px)
{
  .tape-content {
    padding: 20px 20px 35.9% 20px;
  }
  .disk-content {
    
    padding: 20px 20px 16% 20px;
  }
  
}
@media screen and (max-width: 921px) {
  .cloud-slide-title {
    font-size: 1.8em;
    padding-top: 8%;
  }
} 
@media screen and (max-width: 896px) {
  .tape-slide-title {
    font-size: 2.3em;
  }
  .support-list {
    font-size: .8em;
  }
}
@media screen and (max-width: 850px) {
  .disk-slide-title {
    padding-top: 20%;
    font-size: 2.2em;
  }
  .tape-slide-list-info {
    padding-top: 1.7em;
  }
  
}
@media screen and (max-width: 826px) {
  .tape-slide-title {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 768px) {
  #disk-slide {
    height: 600px
  }
  .disk-slide-image {

    display: block;
    

  }
  .disk-slide-image img {

    position: absolute;
    bottom: 0;

  }
  .disk-slide-background{
    background: #a3a2a2
  }
  .disk-slide-info {
    display: block;

  }
  .disk-slide-list {
    width: 100%;
  }
  .disk-slide-list-info {
    padding: 2em 4em 0em 5em;
  }
  .disk-slide-title {
    padding: 2em 2em 0em 2em;
    text-align: center;
    padding-top: 10%;
    width: 100%;
    
  }
  #tape-slide {
    height: 600px
  }
  .tape-slide-image {

    display: block;
    

  }
  .tape-slide-image img {

    position: absolute;
    bottom: 0;

  }
  .tape-slide-background{
    background: #a3a2a2
  }
  .tape-slide-info {
    display: block;

  }
  .tape-slide-list {
    width: 100%;
  }
  .tape-slide-list-info {
    padding: 2em 4em 0em 5em;
  }
  .tape-slide-title {
    padding: 2em 2em 0em 2em;
    text-align: center;
    padding-top: 10%;
    width: 100%;
    
  }
  #cloud-slide {
    height: 600px;
  }
  .cloud-slide-image {

    display: block;
    

  }
  .cloud-slide-image img {

    position: absolute;
    bottom: 0;

  }
  .cloud-slide-background{
    background: #a3a2a2
  }
  .cloud-slide-info {
    display: block;

  }
  .cloud-slide-list {
    width: 100%;
  }
  .cloud-slide-list-info {
    padding: 2em 4em 0em 5em;
  }
  .cloud-slide-title {
    font-size: 2.1em;
    padding: 2em 2em 0em 2em;
    text-align: center;
    padding-top: 10%;
    width: 100%;
    
  }

  .contact-title {
    font-size: 1.6em;
  }
  .contact-subtitle {
    font-size: 1.3em;
  }
  .contact-info {
    font-size: 1.1em;
  }
  /******************/
  .info-row {

    align-self: center;
    float: none;
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
  .support-slide-info-title {
    padding-bottom: .5em;
    padding-right: 4em;
    padding-left: 3em;
  }
  .support-list {
    width: 350px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: .6em;
    padding-left: 8.5em;
    font-size: .9em;
  }
  .line {
    display: none;
  }
  .first-row {
    display: block;

  }
  .second-row {
    display: block;
    
  }
  .third-row {
    display: block;
    
  }
  .first-row li::before {
    margin-left: 0;
  }
  .second-row li::before {
    margin-left: 0;
  }
  .third-row li::before {
    margin-left: 0;
  }
  
}
@media screen and (max-width: 767px) {

  .tape-content {
    padding: 20px 20px 50% 20px;
  }
  .disk-content {
    
    padding: 20px 20px 20px;
  }
  .disk-sub {
    margin-left: 3%; 
  }
}
@media screen and (max-width: 693px) {
  .info-row {
    font-size: 1em;
  }
  .support-row {
    font-size: .85em;
  }
  .head-1 {
    font-size: 1.3em;
  }
  .head-2 {
    font-size: 1em;
  }
  .head-3 {
    font-size: 1em;
  }
  .big-line {
    margin-top: 1.5em;
  }

}
@media screen and (max-width: 672px) {
  .cloud-slide-title {
    font-size: 1.8em;
  } 
}

@media screen and (max-width: 668px) {
  .tape-slide-list-info {
      font-size: 1.18em;
  }
  

@media screen and (max-width: 617px) {
  .tape-content {
    padding: 20px 20px 20px;
  }
  .disk-content {
    
    padding: 20px 20px 10.5% 20px;
  }
  .page3-title {
    font-size: 2.4em;
  }
  #page3-subtitle {
    font-size: 2.4em;
  }
  .foot-title {
    font-size: 2.4em;
  }
  .disk-sub {
    margin-left: 8%;
  }
  .tape-slide-title {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 556px) {
  .cloud-slide-title {
    font-size: 1.6em;
  }
  .info-row {
    font-size: .85em;
  }
  .support-list {
    font-size: .8em;
    padding-left: 10em;
  }
  .head-1 {
    font-size: 1.1em;
  }
  .head-2 {
    font-size: .95em;
  }
  .head-3 {
    font-size: .95em;
  }

}

@media screen and (max-width: 533px) {
  
  .disk-content {
    
    padding: 20px 20px 20px;
  }
  .disk-sub {
    margin-left: 7%;
  }
 
}
@media screen and (max-width: 516px) {

  .disk-sub {
    margin-left: 6%;
  }
  .cloud-slide-title {
    font-size: 1.4em;
  }
  .cloud-slide-list-info {
    font-size: 1.1em;
  }

  
}
@media screen and (max-width: 500px) {
  .disk-slide-list-info {
    font-size: 0.95em;
  }
  .disk-slide-title {
    font-size: 1.7em;
  }

}
@media screen and (max-width: 472px) {
  
  .tape-slide-title {
    font-size: 1.4em;
  }
  .tape-slide-list-info {
    font-size: 1em;
  }
}
@media screen and (max-width: 470px) {
  #tape-slide {
    height: 500px;
  }
}
@media screen and (max-width: 450px) {
  .info-row {
    font-size: .8em;
  }
  .support-list {
    font-size: .75em;
    padding-left: 10em;
  }
  .head-1 {
    font-size: .9em;
  }
  .head-2 {
    font-size: .85em;
  }
  .head-3 {
    font-size: .85em;
  }
  .support-slide-info-title {
    padding-left: 2em;
    padding-right: 3em;
  }
  .second-row {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 414px) {
  .page3-title {
    font-size: 2em;
  }
  #page3-subtitle {
    font-size: 2em;
  }
  .foot-title {
    font-size: 2em;
  }
  .tape-slide-list-info {
    font-size: 1em;
  }
  .tape-slide-title {
    font-size: 1.2em;
  }
  #tape-slide {
    height: 500px;
  }
  .disk-slide-title {

    font-size: 1.7em;
  }
  .disk-slide-list-info {
    font-size: 0.95em;
  }
  .cloud-slide-list-info {
    font-size: 1em;
  }
  .cloud-slide-title {
    font-size: 1.2em;
  }
  #cloud-slide {
    height: 500px;
  }
}
@media screen and (max-width: 400px) {
  .support-list {
    padding-left: 8.5em;
  }
}
@media screen and (max-width: 375px) {
  .tape-content {
    padding: 20px 20px 36% 20px;
  }
  .disk-content {
    
    padding: 20px 20px 16.3% 20px;
  }
  .disk-sub {

    margin-left: 3%;

  }
  .disk-slide-list-info {
    font-size: 0.79em;
  }
  .disk-slide-title {
    font-size: 1.2em;
  }
  #disk-slide {
    height: 550px; 
  }
  .tape-slide-info{
    font-size: 0.95em;
  }
  .cloud-slide-info{
    font-size: 0.95em;
  }
  .support-list {
    padding-left: 4em;
  }
  
}
@media screen and (max-width: 360px) {
 
  
  .tape-content {
    padding: 20px 20px 37.5% 20px;
  }
  .disk-content {
    
    padding: 20px 20px 17% 20px;
  }
  .page3-title {
    font-size: 1.7em;
  }
  #page3-subtitle {
    font-size: 1.7em;
  }
  .foot-title {
    font-size: 1.7em;
  }
  .disk-sub {
    margin-left: 6%;
  }
  
}
@media screen and (max-width: 358px) {
  .cloud-slide-title {
    font-size: 1.1em;
  }
  .cloud-slide-list-info {
    font-size: .92em;
  }
  .head-1 {
    font-size: .9em;
  }
  .head-2 {
    font-size: .85em;
  }
  .head-3 {
    font-size: .85em;
  }
  .info-row {
    font-size: .8em;
  }
}
@media screen and (max-width: 350px) {
  .head-1 {
    font-size: .85em;
  }
  .head-2 {
    font-size: .8em;
  }
  .head-3 {
    font-size: .8em;
  }
  .info-row {
    font-size: .75em;
  }
  .support {
    font-size: .7em;
  }
}
@media screen and (max-width: 330px) {
  .disk-slide-list-info {
    font-size: 0.79em;
  }
  .disk-slide-title {
    font-size: 1.19em;
  }
  .cloud-slide-title {
    font-size: 1em;
  }
  .cloud-slide-list-info {
    font-size: .9em;
  }
}
@media screen and (max-width: 320px) {
  #tape-slide {
    height: 475px;
  }
  .tape-slide-title {
    font-size: 1.1em;
  }
  .tape-slide-list-info {
    font-size: 0.9em;
  }
  #cloud-slide {
    height: 475px;
  }
  .disk-slide-list-info {
    font-size: 0.75em;
  }
  
  #disk-slide {
    height: 500px;
  }
}




/********************************************************************/
@media (max-width: 767px){
  .title-info {
    font-size: 1.3em;
  }
  .baner-content {
    padding-top: 30vh;
  }

  .baner-content h1 {
    font-size: 64px;
  }

  

  .baner-content span {
    font-size: 24px;
  }

  .baner-content .primary-button {
    margin-top: 15px;
  }

.engineering-content {
    padding-top: 5vh;
    text-align: center;
  }

.engineering-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #e11b22;
    margin: 20px auto 20px auto;
  }

.engineering-content .left-text ul {
    text-align: left;
  }

.engineering-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 320px) {
    .tape-content {
      padding: 20px 20px 43.5% 20px;
    }
    .disk-content {
      
      padding: 20px 20px 8% 20px;
    }
    .baner-content h1 {
      font-size: 56px;
    }
    .disk-sub {
      margin-left: 2%;
    }
    
  }
  
  /*************************************************/
 



@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


/* LIGHT BOX */

