/*============= RESETS =============*/

/*-- iPhone X Remove Gutters --*/
html {
  padding: env(safe-area-inset);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
  overflow-x: hidden;
  /*font-family: 'Lato', sans-serif;*/
  color: #505962;
  margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:18px;
  line-height: 1.7
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  content: "";
  height: 4rem;
  display: block;
  margin-top: -4rem;
}


.chrome_section_one
{
    /*color: #295aab;*/
    font-size: 28px;
    font-family: "font-family: 'Libre Baskerville', serif";
    line-height:1.7;
    text-align:center;
    margin-bottom:5%;
}


.sans{
  font-family: "font-family: 'Libre Baskerville', serif";
}


.sans_gcp{
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(0, 0, 0, 5 );
}

.row.ps{
    position: relative;
    left: 10%;
}
.row.ls{
    margin-top: 7%;
    position: relative;
    left: 10%;
}
.card-title{
    font-family: 'Source Sans Pro' ,sans-serif;
}
.card-text{
    font-family: 'Titillium web' ,sans-serif;
    text-align: justify;
}
.animate__fadeIn{
    font-family: 'Source Sans Pro', sans-serif;
}
.tit{
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
  /*color: #5a6369;*/
  color:rgba(0, 0, 0, 0.75)
  }
  .tit_gcp{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    /*color: #5a6369;*/
    color: #505962;
    }
/*.col-lg-6.c0l-sm-12.chromebook*/
/*{*/
/*    border-radius:8px;*/
/*}*/


.col.cfe1{
  margin-top: 7%;
  margin-bottom: 2%;
}
.col.cfe2{
  margin-top: 3%;
  margin-bottom: 7%;
}
.animate__animated.animate__backInLeft
{
  /*font-family: 'Poppins', sans-serif;*/
  /*font-size: 16px;*/
  line-height: 1.7;
  text-align: justify;
  /*color: #505962;*/
}

.animate__animated.animate__backInRight
{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  color: #5a6369;
}


.row.gcp{
  margin-bottom: 50px;
  margin-top: 30px;
}


.row.gcp1{
  margin-bottom: 40px;

}

.tit10{
  font-family: 'Titillium web' ,sans-serif;

}
.col-lg-6.sec-img {
    margin: auto;
    text-align: center;
}

 background-size: cover;
}
/*.col-lg-12.text-center
{
  margin-top: 7%;
}*/
.col-lg-8.text-center
{
  margin-left: 20%;
}
.form-inline {
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.btn-primary {
    color: #fff;
    background-color: #129c83;
    border-color: #129c83;
}
.sec-newsletter h2 {
    color: #fff;
}
.sec-newsletter p {
    color: #fff;
    font-weight: 500;
}
.sec-contactus {
    padding: 60px 0px;
    background: url(../images/p1.png);
    background-size: cover;
}
.clients-logo img {
    border: 1px solid #80808030;
    border-radius: 10px;
}
.clients-logo img {
    border: 1px solid #80808030;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
}
.sec-two-client {
    padding: 60px 0px;
}

.row.chrome-sec {
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    padding: 20px;
}
/*.host-sec {
    margin: auto;
    margin-bottom: 40px;
}*/
.col-lg-6.host-sec{
  margin-top: 3%;
}

.img-right {
    text-align: right;
}

.row.btn {
    display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    }

  

   
    

        .titps{

                font-family: 'Titillium web' ,sans-serif;
                text-align: justify;

        }




.filled-heading {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 5em;
    line-height: 0.9;
}

/* Animate the background shapes */
#background path {
    transform-origin: 50% 50%;
    transform-box: fill-box;
}
#background path:nth-of-type(2n) {
    animation: rotate 20s linear infinite;
}
#background path:nth-of-type(2n + 1) {
    animation: rotate 30s linear reverse infinite;
}

@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

:root {
    --mainColor: rgba(17, 18, 40,0.7);
  }

.bbe {
    background:
       linear-gradient(
         to right,
         var(--mainColor) 0%,
         var(--mainColor) 5px,
         transparent 5px
       );
      background-repeat: repeat-x;
      background-size: 100%;
    color: #295aab;
    font-size:32px;
    padding-left: 10px;
    text-decoration: none;
    font-family: "font-family: 'Libre Baskerville', serif";

  }

  .bbe:hover {
    background:
       linear-gradient(
         to right,
         var(--mainColor) 0%,
         var(--mainColor) 5px,
         transparent
       );
  }


  /*flips*/
  .flip-card {
    background-color: transparent;
   /* width: 360px;*/
    height: 310px;
    perspective: 1000px;

    line-height: 1.8;

  }
  .flip-card.height{
    background-color: transparent;
    width: 360px;
    height: 250px;
    perspective: 1000px;
  }

  .flip-card-inner {
    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:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

.flip-card-front {
    background-color:  #fff;
    color: black;
  }

.flip-card-back {

  /*  background-color:#4285F4;*/
  background-color:rgb(17, 18, 40);
    color: white;
    transform: rotateY(180deg);
  }

  .content{


    padding-left: 25px;
    padding-right: 25px;

    font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  color: #5a6369;
  }
.pro_ser{
  margin-bottom: 60px;
  margin-top: 60px;
}
  .flip{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    padding: 2px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.8;
    margin-top: 7%;
}

.flip_123
{
  text-align: justify;
  font-family: 'Poppins', sans-serif;
  padding: 2px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.8;
  margin-top: 13%;
}

.row.space{
    margin-top: 30px;
}

.sans_contact{
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 30px;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 13);
}
.gcp-head-sec {
    padding: 30px 0px 0px 0px;
}
/*banner image for gcp*/
.jumbotron.jumbotron-fluid.jumo_pro_gcp
{
    color: #fff;
    background: url(../images/Cloud-Page-Banner_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 54vh;
}
.jumbotron.jumbotron-fluid.jumo_google_edu {
    color: #fff;
    background: url(../img/chromeforeducation.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
}

/*banner image for chrome for enterprise*/
.jumbotron-fluid.jumo_chrome {
    color: #fff;
   /* background: linear-gradient(0deg, rgba(54, 169, 236, 0.1), rgba(98, 180, 212, 0.3)), url(../banner/cfe.png);*/
    background: url(../img/banners/chrome.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    height: 47vh;
}

.tit5{
 font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  color: #505962 !important;
  color: rgba(0, 0, 0, 5);
  margin-top: 14%;
 }

 /*.btn.btn-outline-primary{
  border-color: #00c795!important;
  color: black;
}*/
.btn.btn-outline-primary {
    color: black;
    border-radius: 17px;
    padding: 8px 24px;
    border: 2px solid #00c795;
}
.btn.btn-outline-primary:hover{
  background-color: #00c795!important;
  color: #fff;
}
.btn.btn-outline-primary.new{
  margin-bottom: 30px;
}
.space{
  margin-top: 30px;
  margin-bottom: 30px;
}
 .col{
     margin-top: 30px;
 }



 



 /*bg img*/
 .fixed {
  position: relative;
  width: 100%;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}
.fixed-dark {
  background-image: url('../banner/goog_light.jpg');
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
  top: 0;
  left: 0;
  display: table;
}
.dark {
  background-color: rgba(255, 255, 255, 0);
  padding: 7rem 0;
  z-index: 1000;
}





/*===== FIXED BACKGROUND IMG DARK =====*/

/*--- iOS Fixed Background Image --*/
.fixed1 {
  position: relative;
  width: 100%;
}
.fixed-wrap1 {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}
.fixed-dark1 {
  background-image: url('../img/background/grey-abstract-wallpaper-3137052.jpg');
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
  top: 0;
  left: 0;
  display: table;
}
.dark1{
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7rem 0;
  z-index: 1000;
}




.hul-small {
  border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 25%;
  margin: 5px auto 25px auto;
}

body {
  color: #505962 !important;
}

/*media query */

@media screen and (max-width: 600px) {
  .animated.growIn.go img {
    width: 100%;
    height: auto;
}
.jumbotron.jumbotron-fluid.jumo_pro_gcp {
    color: #fff;
    background: url(../banner/GCP.jpg);
}
.sec1_google h1 {
    font-size: 24px;
}
h1 {
    font-size: 26px;
}
.enterprise-abt-sec {
    padding: 0px 0px;
}
.jumbotron-fluid.jumo_chrome {
    background: url(../img/banners/Chrome.jpg);
}
.col-sec {
    padding-top: 20px;
}
.jumbotron.jumbotron-fluid.jumo_google_edu {
    color: #fff;
    background: url(../img/chrome-for-education-banner_mobile.jpg);
}
}