section.andrew-support .grid {
  grid: auto / 1fr 1fr 1fr;
  grid-gap: 100px;
}

section.andrew-support .icon {
  padding-right: 15px;
  float: left;
}

section.andrew-support h4 {
  font-weight: 700;
  color: #000;
}

section.andrew-support .andrew {
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width:767px) {
  section.andrew-support .grid {
    grid: auto / 1fr;
    grid-gap: 40px;
  }
  section.andrew-support h4 {
    margin-bottom: 0;
  }
  section.andrew-support .btn {
    width: 100%;
  }
}

@media(min-width:768px) and (max-width: 991px) {
  section.andrew-support .grid {
    grid-gap: 30px;
  }
  section.andrew-support {
    overflow: hidden;
  }
  section.andrew-support .icon {
    float: none;
  }
  section.andrew-support .andrew {
    height: 300px;
    right: -60px;
  }
  section.andrew-support h4 {
    margin-top: 10px;
  }
}

@media (min-width:992px) {
  section.andrew-support > .wrap {
    padding-top: 80px !important;
  }
  section.andrew-support .andrew {
    height: 348px;
    right: 30px;
  }
}
.air-slider{
  background: #003C52;
  position: relative;
  z-index:3;
}
.air-slider > .item {
  transition: opacity .6s linear;
  pointer-events: none;
  position: absolute;
  left:0;
  top:0;
  opacity:0;
}
.air-slider > .item > *{
  transition: opacity .3s linear;
  opacity:0;
}
.air-slider > .item.active,
.air-slider > .item.active > *{
  pointer-events: auto;
  opacity:1;
}
.air-slider > .switchers{
  position: absolute;
  bottom: 0;
  z-index:3;
}#feed_container {
  grid: auto / repeat(3, 1fr);
  grid-gap: 20px;
}

#feed_container > div {
  padding: 0;
  text-align: left;
  padding-top: 0 !important;
  overflow: hidden;
}

#feed_container > div:hover {
  /* border-color: #0095CD; */
  box-shadow: 0 0 0 1px #0095cd;
}

#feed_container .block {
  width: 100% !important;
}

#feed_container .title {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 20px;
  min-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#feed_container .ex {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 0 20px 20px;
}

#feed_container .link {
  display: inline-block;
  margin: 0 20px 20px;
  text-transform: capitalize;
}

#feed_container .feed-img {
  width: 100%;
  height: 115px;
  background: #f7f7f7 url('/gallery/images/sprites-blog-posts.jpg') no-repeat;
}

#feed_container .feed-img.one {
  background-position: 50% 0;
}

#feed_container .feed-img.two {
  background-position: 50% 100%;
}

#feed_container .feed-img.three {
  background-position: 50% 50%;
}

@media(max-width:991px) {
  #feed_container .block {
    width: 100% !important;
  }
}

@media(max-width:767px) {
  #feed_container {
    grid: auto / 1fr;
    grid-gap: 40px;
  }
}

@media(min-width:370px) and (max-width:767px) {
  #feed_container .feed-img {
    background-size: cover;
  }
}
.testimonial-gtx h2 {
  margin-bottom: 24px;
}

.testimonial-gtx p {
  font-size: 20px;
  margin: 24px 0;
}

.testimonial-gtx .extra {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.testimonial-gtx .extra b {
  font-size: 14px;
  font-weight: 700;
}

.testimonial-gtx .grid {
  margin-top: 40px;
  grid: auto / repeat(7, auto);
  grid-gap: 20px;
  align-items: center;
  justify-items: center;
}


/* test */

.testimonial-gtx .purevpn,
.testimonial-gtx .symantec-logo,
.testimonial-gtx .uptimedoctor,
.testimonial-gtx .hubspot,
.testimonial-gtx .comodo,
.testimonial-gtx .moo,
.testimonial-gtx .avg {
  display: inline-block;
  background: url('/gallery/images/testimonial-logos-01.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.testimonial-gtx .purevpn {
  background-position: 50% 0.318%;
  width: 147px;
  height: 49px;
}

.testimonial-gtx .symantec-logo {
  background-position: 20% 16.463%;
  width: 135px;
  height: 35px;
}

.testimonial-gtx .uptimedoctor {
  background-position: 12.903% 30.581%;
  width: 124px;
  height: 36px;
}

.testimonial-gtx .hubspot {
  background-position: 11.429% 46.505%;
  width: 120px;
  height: 34px;
}

.testimonial-gtx .comodo {
  background-position: 11.111% 62.236%;
  width: 119px;
  height: 32px;
}

.testimonial-gtx .moo {
  background-position: 11.111% 79.012%;
  width: 119px;
  height: 39px;
}

.testimonial-gtx .avg {
  background-position: 7.843% 97.196%;
  width: 104px;
  height: 42px;
}


/* end test */

@media(max-width:991px) {
  .testimonial-gtx .grid {
    grid: auto / repeat(4, 1fr);
    justify-content: center;
  }
  .testimonial-gtx .grid .fix-right {
    position: relative;
    left: 12.5%;
  }
  .testimonial-gtx .grid .fix-left {
    position: relative;
    right: 12.5%;
  }
  .testimonial-gtx .grid .fix-center {
    grid-column: 2/4;
  }
  .testimonial-gtx img {
    max-width: 70%;
  }
}

@media(max-width:767px) {
  .testimonial-gtx .grid {
    grid-gap: 15px 10px;
    position: relative;
    left: 5px;
  }
  .testimonial-gtx p {
    font-size: 16px !important;
  }
  .testimonial-gtx .grid .fix-center {
    /* width: 50%; */
    margin: auto;
  }
  .testimonial-gtx .purevpn,
  .testimonial-gtx .symantec-logo,
  .testimonial-gtx .uptimedoctor,
  .testimonial-gtx .hubspot,
  .testimonial-gtx .comodo,
  .testimonial-gtx .moo,
  .testimonial-gtx .avg {
    width: 68px;
    background-size: 100%;
    height: 20px;
  }
}

#header-carousel {
  height: 430px;
  margin-top: 121px;
}

#header-carousel .switchers {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .6);
  height: 50px;
  line-height: 60px;
}

#header-carousel .switchers .grid {
  grid: auto / repeat(3, 1fr);
  /* grid: auto / repeat(5, 1fr); */
}

#header-carousel .sw {
  transition: all .4s ease;
  line-height: 47px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  border-top: 3px solid transparent;
  border-left: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .6);
}

#header-carousel .sw:last-child {
  border-right: 1px solid rgba(255, 255, 255, .1);
}

#header-carousel .sw:hover {
  color: #fff;
}

#header-carousel .sw.active {
  color: #fff;
  font-weight: 700;
}

#header-carousel .sw.active.b-cloud {
  border-top-color: #0095cd;
}

#header-carousel .sw.active.b-dedi {
  border-top-color: #8bb94b;
}

#header-carousel .sw.active.b-hybrid {
  border-top-color: #ffa252;
}

section.hero {
  margin-top: 0;
  height: 430px;
  width: 100%;
  /* background: #1C415E url(/gallery/images/homepage-backup-hero.jpg) no-repeat 30% 0%; */
  background: #1C415E;
  padding-bottom: 50px;
  color: #fff;
}

section.hero h2 {
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media(max-width:767px) {
  section.hero {
    background: #3a6586;
  }
}


/* section.hero.hero-b2 {
  background: #1C415E url(/gallery/images/homepage-backup-hero-v3.jpg) no-repeat 30% 0%;
}

section.hero.hero-b2 .btn,
section.hero.hero-w-series .btn {
  width: auto !important;
}

section.hero.hero-b {
  background: #1C415E url(/gallery/images/homepage-backup-hero-v2.jpg) no-repeat 30% 0%;
}
 
@media(max-width:767px) {
  section.hero.hero-b {
    background: #372d25;
  }
}

*/

section.hero.hero-amsterdam {
  background: #1c415E url(/gallery/images/homepage-amsterdam-hero.jpg) no-repeat 0 0;
}

section.hero.hero-backup {
  background: #1C415E url(/gallery/images/homepage-hero-backup-04.jpg) no-repeat 0 0;
}

section.hero.hero-nz {
  background: #1C415E url(/gallery/images/hero-homepage-new-zealand-02.jpg) no-repeat 50% 0;
}

section.hero .h1-sub {
  font-size: 20px;
  padding: 20px 0 25px;
}

section.hero .btn {
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  min-width: 160px;
  vertical-align: top;
  margin-right: 30px;
}

.hero .offer.row:after,
.hero .offer.row:before {
  content: normal;
}

@media(max-width: 991px) {
  .switchers > .wrap {
    max-width: none !important;
    margin: 0 20px;
  }
  section.hero.hero-scalable .wrap {
    grid: auto / 1.5fr 1fr;
  }
  section.hero.hero-scalable .cpu {
    text-align: center;
  }
  section.hero.hero-scalable .cpu img:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media(min-width: 992px) {
  .hero .offer {
    width: 50%;
  }
}

@media(max-width:767px) {
  section.hero {
    height: 400px;
    padding-bottom: 0;
    background-position: 60% 0;
  }
  section.hero.hero-dedi {
    background-position: 35% 0;
  }
  section.hero.hero-hybrid {
    background-position: 40% 0;
  }
  section.hero.hero-scalable .wrap {
    grid: auto / 1fr;
  }
  /* section.hero.hero-bf h1 {
    font-size: 40px !important;
  }
  section.hero.hero-bf .ribbon,
  section.hero.hero-bf .btn {
    width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  section.hero.hero-bf .btn {
    margin-top: 13px !important;
  }
  section.hero.hero-bf .ribbon:after {
    font-size: 18px;
    top: 4px;
  } */
  section.hero .desc {
    justify-content: center;
  }
  section.hero .h1-sub {
    font-size: 18px;
  }
  section.hero .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #header-carousel {
    height: 400px;
  }
  #header-carousel .switchers {
    background: none;
    text-align: center;
  }
  #header-carousel .switchers .grid {
    display: block;
  }
  #header-carousel .sw {
    line-height: normal;
    vertical-align: middle;
    border: 0 !important;
    font-size: 0;
    padding: 0 10px;
    display: inline-block;
  }
  #header-carousel .sw:after {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #999;
    display: block;
    content: "";
  }
  #header-carousel .sw.active:after {
    background: #fff;
  }
}


/* Section 1 */

section.one h1 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 900;
}

@media(min-width:992px) {
  section.one .boxes .block {
    width: 100%;
  }
}

.grid.boxes {
  grid: auto / repeat(3, 1fr);
  grid-gap: 26px;
  justify-content: center;
}

.block > .grid {
  grid: auto / 3fr 1fr;
}

.block > .grid > p {
  grid-column: 1/3;
}

@media(max-width:991px) {
  .grid.boxes {
    grid: auto / 1fr;
    justify-content: center;
  }
  .block > .grid {
    grid: auto / 6fr 5fr;
    grid-gap: 10px;
  }
  .block > .grid > p {
    grid-column: 1;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-bottom: 0;
  }
}

@media(max-width:767px) {
  section.one h1 {
    line-height: normal;
    font-size: 20px;
  }
  .block > .grid {
    grid: auto / 3fr 1fr;
  }
  .block > .grid > p {
    grid-column: 1/3;
  }
}

.boxes ul.check-list li {
  padding-bottom: 5px;
  line-height: 1.2;
}

.check-list.dedi li:before {
  color: #8bb94b;
}

.check-list.cloud li:before {
  color: #0095cd;
}

.check-list.hybrid li:before {
  color: #ffa252;
}

.boxes .block:hover .check-list li:before {
  color: #fff;
}


/* Section 2 */

section.features .grid {
  margin: 60px 0;
  grid: auto / repeat(4, 1fr);
}

section.features .grid > div {
  text-align: center;
}

section.features .grid > div > div {
  vertical-align: middle;
  display: inline-block;
  padding-right: 15px;
}

section.features .b {
  color: #000;
  font-weight: 700;
}

section.features .content {
  text-align: left;
}

section.features .img .icon {
  font-weight: 600;
}

@media(max-width: 991px) {
  section.features .content {
    margin-top: 10px;
    text-align: center;
  }
  section.features .grid > div > div {
    display: block;
  }
}

@media(max-width: 767px) {
  section.features .grid {
    grid: auto / 1fr 1fr;
    grid-gap: 30px 0;
  }
}
