/*============= RESETS =============*/

/*-- iPhone X Remove Gutters --*/
html {
  padding: env(safe-area-inset);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
  overflow-x: hidden;

}

/*--- Nav Scrolling Offset --*/
.offset:before {
  content: "";
  height: 4rem;
  display: block;
  margin-top: -4rem;
}

.text-nuno {
  color: #1EBBA3;
}




body {
  color: #5a6369;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}


marquee img {
  width: 120px;
}
#gsuite-home {
  /*background: url(../banner/gsuite.png);*/
  /*background:url(../banner/Gsuite banner_1.gif);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* -webkit-background-size: cover; */
  width: 100%;
  height: auto;
  max-width: : 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  
}
.landing {
  width: 100vw;
  max-width: : 100vw;
  height: 65vh;
}
#gsuite-home h1 {
  text-align: center;
  /* padding: 6% 0 2% 0; */
  color: #FFFFFF;
  /* font-family: 'Trade Winds', cursive; */
  font-weight: bolder;
  line-height: 1.5rem;
  letter-spacing: 0.15rem;
  font-size: 3.25rem;
  position: relative;
 top: 40%;
 z-index: 0;
}
.carousel-item {
    height:500px;
     min-height: 350px;
     background: no-repeat center center scroll;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
   }*/
   .hero-gsuite-banner h1 {
    color: #fff;
    text-align: right;
}
   .trail-sec {
    background: #111228;
    padding: 60px 0px;
    border-bottom: 4px solid #00c795;
}
.trail-sec h2 {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
button.btn.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #ffff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
}
.mid-sec {
    margin: auto;
}
.product-sec {
    padding: 60px 0px;
    text-align: center;
}
.themecolor {
    color: #239ffb;
}
.gsps-mid {
    background-color: #fff;
    color: #000;
    padding: 20px;
    text-align: center;
    box-shadow: inset 0 0 10px #0980ff;
}
.price-sec {
    text-align: center;
    padding: 60px 0px;
}
.gsps-title {
    border-bottom: 1px solid #0880ff;
    padding-bottom: 10px;
}
.gsps-module {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.gsps-price {
    font-size: 18px;
    margin-top: 15px;
}
.gsps-user {
    font-size: 18px;
    margin-top: 15px;
}
.gsps-title {
    font-size: 22px;
    font-weight: 500;
}
button.btn {
    margin-top: 20px;
    background: #257498;
    color: #fff;
    margin-bottom: 20px;
}
.hero-gsuite-banner {
  background-image: url(../images/G-Suite.jpg)!important;
  padding-top: 160px;
  padding-bottom: 160px;
  background-size: cover;
  background-repeat: no-repeat;
}

 /*flip-box*/
 .flip-card-gsuite {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}

  .flip-card-inner-gsuite {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

  .flip-card-gsuite:hover .flip-card-inner-gsuite {
    transform: rotateY(180deg);
  }

  .flip-card-front-gsuite, .flip-card-back-gsuite {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-card-front-gsuite {
    background-color: #bbbbbb0f;
    color: black;
    padding: 20px;
}

  .flip-card-back-gsuite {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
  }
  .flip-card-front-gsuite h3 {
    padding-top: 30px;
}
.flip-card-back-gsuite h3 {
    padding-top: 20px;
}
.ul-line {
    border-bottom: 1px solid #0098db;

    width: 190px;
    margin: auto;
    padding-top: 4px;
    margin-bottom: 15px;
}
.icon-box {
    margin-top: 25px;
    background: #37a8fb;
    font-size: 30px;
    color: #fff;
    padding: 12px;
    border-radius: 28px;
}
.price-sec {
  background: url(https://themes.muffingroup.com/be/pay2/wp-content/uploads/2020/02/pay2-sectionbg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.gsuit-service {
  padding: 40px 0px;
}
li.gsuite-price {
    color: #000;
    font-size: 12px;
    line-height: 36px;
}
li.gsuite-price {
    list-style: none !important;
}
.gsps-sec.animatedParent {
    background-color: #fff;
    color: #000;
    padding: 20px;
    text-align: center;
}
li.gsuite-price-mid {
    color: #000;
    font-size: 12px;
    line-height: 36px;
    list-style-type: none;
}
.bot-line{
    border-bottom: 1px solid #0980ff;
}
i.fa.fa-ellipsis-v {
    margin-right: 8px;
}