@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


    
    
    
    
    .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
    }
    .swiper-pagination.disabled {
        display: none;
    }
    
    
    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;        
    }
    

    
    .welcome-slde{
        background-color: #F9F9F9;
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        height: 96vh;
        width: 92vw;
        margin: 2vh 4vw;
        position: relative;
        overflow: hidden;
    }
    
    
    
    
    
    .swiper-wrapper{
        position: absolute;
        z-index: 100;
    }
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
    }
    
    
      .swiper-button-next, .swiper-button-prev{
        bottom: 2%;
          position:absolute;
          z-index: 1000;
    }
    
    
   
    
    
    
    .ws{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .welcome-slde .big-o-white{
        width: 60%;
        height: auto;
       position: absolute;
        z-index: 0;
        right: -20vw;
        top: -10vh;
    }
    
    
    
    
    
    
    .ws-marquee{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: auto;
        top: -5vh;
        left: 0;
        display: block;
        font-family: "StretchPro";
        font-size: 10em;
        
    }
    
    .ws-marquee marquee{
        margin: 0;
        opacity: 1;
        padding: 0;
        white-space:nowrap; 
        color: #fff;
    }
    
    
    
    .ws-text{
          position: absolute;
        z-index: 10;
        width: 90%;
        height: auto;
        top: 15%;
        left: 5%;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        color: #676767;
    
    }
    
    .ws-text i{
        font-size: 0em;
        margin: auto auto .5em auto;
    }
    
    .ws-text h2{
        font-size: 3.7em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: .85em;
        letter-spacing: -.02em;
        color: #000;
    }

.ws-text h3{
        color: #000; 
        font-weight: 500;
    }
    
    .ws-text h4{
        color: rgba(224, 0, 0, 1);
        font-weight: 300;
        font-size: 1.4em;
    }
    
    
    .ws-text p{
        font-family: 'Montserrat', sans-serif;
        margin: 2em auto 0 0;
        width: 70%;
    }
    
    
    
    .ws-image{
        position: absolute;
        z-index: 10;
        width: 90%;
        height: 40vh;
        bottom: 5%;
        right: 5%;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
       .wsi-cicle-button{
        width: 10em;
        height: 10em;
        border-radius:8.5em;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        cursor: pointer;
        transition: all .3s;
           position:absolute;
           right: 5%;
           bottom: 17%;
           z-index: 200;
              /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
           font-family: 'Montserrat', sans-serif;
           color: #000;
           font-size: 1em;
           font-weight: 700;
           letter-spacing: 1px;
    }
    
    
    .ws-image img{
        position: absolute;
        bottom: 10%;
        left: -5%;
        width: 120%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        z-index: 100;
    }
    
    
    #red-arrow{
        position: absolute;
        bottom: calc(10% + 7em);
        width: 14em;
        right: -7em;
        z-index: 40;
    }
    
    
    
    
    
    
    
    
    
    .redline{
        display: block;
        float: left;
        clear: none;
        width: 15em;
        height: .2em;
        background-color: #fff200;
    }
    
    
    
    .redline-text{
          display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       color: #075148;
        font-family: "StretchPro";
        text-transform: uppercase;
        font-weight: 100;
        font-size: .9em;
        margin: -.3em 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
 
    
    
    
    
    
    
    
    
    
    
    
    
    .b{
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        width: 96vw;
        margin: 2.5vh 2vw;
        position: relative;
        z-index: 100;
        border-radius: .5em;
        overflow: hidden;
    }
    
    
    
    .b-left{
        width: 100%;
        height: 70vh;
        display: block;
        float: left;
        clear: none;
        background-color: black;
        background-image: url("../img/serverroom.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    
    .b-left .bf-inner{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background: linear-gradient(120deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.5) 100%);
        z-index: 0;
    }
    
      

    .bf-inner .big-o-red{
        position: absolute;
        z-index: 0;
        width: 60%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        left: -40%;
        top: -20%;
    }
    
    
    .bfi-text{
        color: #fff;
        position: absolute;
        z-index: 10;
        height: auto;
        width: 75%;
        display: block;
        float: left;
        clear: none;
        left: 12.5%;
        top: 15%;
    }
    
    
    .bfi-text h3{
        font-weight: 700;
    }
    
    .bfi-text p{
        line-height: 1.4em;
    }
    
    
    
    .b-right{
        width: calc(100% - 8em);
        height: 40vh;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: 4em;
    }
    
    
    .b-right .fa-arrow-up{
        font-size: 6em;
        color: #e00000;
        float: right;
        clear: both;
        display: block;
        transform: rotate(45deg);
    }
    
    
    .b-right h2{
        font-size: 3em;
        font-family: 'Montserrat', sans-serif;
        line-height: .9em;
        margin-top: 1em;
        margin-bottom: 12px;
        
    }
    
    
    .b-right p{
        line-height: 1.4em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     .c{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10em 0% auto 5%;
        position: relative;
        z-index: 0;
        overflow: visible;
    }
    
    
    .c-left{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .c-left h3{
        font-weight: 700;
        
    }
    
    
    
    #c-logo{
        height: 3em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E00000;
        padding: 1em;
        padding-bottom: 2em;
        
    }
    
    
    
    
    .c-circle{
        float: left;
        clear: none;
        display: block;
        width: auto;
        position: relative;
        height: auto;
        margin:  5vh 0em;
           /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        overflow: visible;
        
    }
    
    
    .c-circle #red-arrow{
        position: relative;
        bottom: ;
        width: 14em;
        right: 14em;
        z-index: 40;
        float: left;
        clear: none;
        margin: 0;
        left: 2em;
    }
    
    
    
    
    .c-circle  .wsi-cicle-button{
        width: 15em;
        height: 15em;
        border-radius:12.5em;
        display: block;
        float: right;
        clear: none;
        background-color: white;
        cursor: pointer;
        transition: all .3s;
           position:relative;
           right: auto;
           bottom: auto;
           z-index: 20;
              /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
           font-family: 'Montserrat', sans-serif;
           color: #000;
           font-size: 1em;
           font-weight: 700;
           letter-spacing: 1px;
        margin: 0;
    }
    
    
    
    
    .c .big-o-red{
        position: absolute;
        z-index: 0;
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        right: -15%;
        top: -40%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .d{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 0em 10% auto;
        position: relative;
        z-index: 0;
        overflow: visible;
        
    }
    
    
    
    
    .d-left{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }



    .d-left #red-arrow{
        float: left;
        position: relative;
        left: 0;
        clear: none;
        margin-top: 2em;
        display: inline-block;
        float: left;
    }
    
    
    
    .d-left h1{
        font-family: 'Montserrat', sans-serif;
           color: #5C5C5C;
           font-size: 3em;
           font-weight: 800;
        text-align: left;
        line-height: .9em;
        opacity: 1;
    }
    


.d-left p{
        display:inline-block;
        clear: left;
        clear: none;
        font-weight: 500;
        margin-top: 2em;
        margin-left: 1em;
       
    }
    
    
    
    .d-right{
        width: calc(100% - 1em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". ."
        ". ."; 
        margin-top: 2em;
    }
    
    
    
    .dr-box{
        background-color: white;
        border-radius: 1em;
        min-height: 6em;
        display: block;
        float: left;
        clear: none;
        padding: 1.25em;
        
        transition: all .3s;
    }
    
    
    .dr-box i{
        font-size: 3em;
        margin: .5em;
        color: #B7B7B7;
    }
    
    
    .dr-box h4{
        font-size: 1.2em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .e{
        width: 100%;
        height: 20vh;
        display: block;
        float: left;
        clear: both;
        margin: 10vh 0 0;
        background-size: cover;
        background-position: center;
    }
    
    
    
    
    .f{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 0 0vh 0;
        background: white;
        padding: 10vh auto;
    }
    
    .f h3{
        font-size: 3em;
        width: 80%;
        margin-left: 10%;
        margin-top: 3em;
        text-align: center;
    }
    
    .f h4{
         font-size: 1.4em;
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }
    

    .f-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 5% 10vh;
         -webkit-column-count: 3;
  -webkit-column-gap:   1.5em;
  -moz-column-count:    3;
  -moz-column-gap:      1.5em;
  column-count:         3;
  column-gap:           1.5em;  
}


.f-inner img{
	width: 100% !important;
  height: auto !important;
	opacity:1;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    margin: 3em auto;
}

    
    









	

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
  
    
    
    
    
    
    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;        
    }
    

    
    .welcome-slde{
        background-color: #F9F9F9;
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        height: 95vh;
        width: 96vw;
        margin: 2.5vh 2vw;
        position: relative;
        overflow: hidden;
    }
    
    
    
    
    
    .swiper-wrapper{
        position: absolute;
        z-index: 100;
    }
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
    }
    
    
      .swiper-button-next, .swiper-button-prev{
        bottom: 10%;
          position:absolute;
          z-index: 1000;
    }
    
    
   
    
    
    
    .ws{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .welcome-slde .big-o-white{
        width: 60%;
        height: auto;
       position: absolute;
        z-index: 0;
        right: -20vw;
        top: -10vh;
    }
    
    
    
    
    
    
    .ws-marquee{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: auto;
        top: -5vh;
        left: 0;
        display: block;
        font-family: "StretchPro";
        font-size: 10em;
        
    }
    
    .ws-marquee marquee{
        margin: 0;
        opacity: 1;
        padding: 0;
        white-space:nowrap; 
        color: #fff;
    }
    
    
    
    .ws-text{
          position: absolute;
        z-index: 10;
        width: 45%;
        height: 40%;
        top: 25%;
        left: 5%;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        color: #676767;
    }
    
    .ws-text i{
        font-size: 4em;
        margin: auto auto .5em auto;
    }
    
    .ws-text h2{
        font-size: 5.5em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: .9em;
        letter-spacing: -.01em;
        color: #000;
    }
    
    .ws-text h3{
        color: #000; 
        font-weight: 500;
    }
    
    .ws-text h4{
        color: rgba(224, 0, 0, 1);
        font-weight: 300;
        font-size: 1.6em;
    }
    
    
    .ws-text p{
        font-family: 'Montserrat', sans-serif;
        margin: 2em auto 0 0;
        width: 70%;
    }
    
    
    
    .ws-image{
        position: absolute;
        z-index: 10;
        width: 45%;
        height: 55%;
        bottom: 20%;
        right: 3%;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
       .wsi-cicle-button{
        width: 15em;
        height: 15em;
        border-radius:8.5em;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        cursor: pointer;
        transition: all .3s;
           position:absolute;
           right: 5%;
           bottom: 10%;
           z-index: 20;
              /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
           font-family: 'Montserrat', sans-serif;
           color: #000;
           font-size: 1em;
           font-weight: 700;
           letter-spacing: 1px;
    }
    
    
    .ws-image img{
        position: absolute;
        bottom: 0%;
        left: -20%;
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        z-index: 10;
    }
    
    
    #red-arrow{
        position: absolute;
        bottom: calc(10% + 7em);
        width: 14em;
        right: 14em;
        z-index: 40;
    }
    
    
    
    
    
    
    
    
    
    .redline{
        display: block;
        float: left;
        clear: none;
        width: 15em;
        height: .2em;
        background-color: #fff200;
        margin-left: -10%;
    }
    
    
    
    .redline-text{
          display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       color: #075148;
        font-family: "StretchPro";
        text-transform: uppercase;
        font-weight: 100;
        font-size: .9em;
        margin: -.3em 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
 
    
    
    
    
    
    
    
    
    
    
    
    
    .b{
        width: 90%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        margin: -5em 5% auto;
        position: relative;
        z-index: 100;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    
    .b-left{
        width: 70%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: black;
        background-image: url("../img/serverroom.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    
    .b-left .bf-inner{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.2) 100%);
        z-index: 0;
    }
    
      

    .bf-inner .big-o-red{
        position: absolute;
        z-index: 0;
        width: 60%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        left: -40%;
        top: -20%;
    }
    
    
    .bfi-text{
        color: #fff;
        position: absolute;
        z-index: 10;
        height: 70%;
        width: 40%;
        display: block;
        float: left;
        clear: none;
        left: 25%;
        top: 15%;
    }
    
    
    .bfi-text h3{
        font-weight: 700;
    }
    
    .bfi-text p{
        line-height: 1.4em;
    }
    
    
    
    .b-right{
        width: calc(30% - 8em);
        height: calc(100% - 8em);
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: 4em;
    }
    
    
    .b-right .fa-arrow-up{
        font-size: 6em;
        color: #e00000;
        float: right;
        clear: both;
        display: block;
        transform: rotate(45deg);
    }
    
    
    .b-right h2{
        font-size: 3em;
        font-family: 'Montserrat', sans-serif;
        line-height: .9em;
        margin-top: 1em;
        margin-bottom: 12px;
        
    }
    
    
    .b-right p{
        line-height: 1.4em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     .c{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10em 0% auto 10%;
        position: relative;
        z-index: 0;
        overflow: visible;
    }
    
    
    .c-left{
        width: 40%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .c-left h3{
        font-weight: 700;
        
    }
    
    
    
    #c-logo{
        height: 5em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E00000;
        padding: 1em;
        padding-bottom: 2em;
        
    }
    
    
    
    
    .c-circle{
        float: left;
        clear: none;
        display: block;
        width: auto;
        position: relative;
        height: auto;
        margin:  15vh 0em;
           /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        overflow: visible;
        
    }
    
    
    .c-circle #red-arrow{
        position: relative;
        bottom: ;
        width: 14em;
        right: 14em;
        z-index: 40;
        float: left;
        clear: none;
        margin: 0;
        left: 7em;
    }
    
    
    
    
    .c-circle  .wsi-cicle-button{
        width: 25em;
        height: 25em;
        border-radius:12.5em;
        display: block;
        float: right;
        clear: none;
        background-color: white;
        cursor: pointer;
        transition: all .3s;
           position:relative;
           right: auto;
           bottom: auto;
           z-index: 20;
              /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
           font-family: 'Montserrat', sans-serif;
           color: #000;
           font-size: 1em;
           font-weight: 700;
           letter-spacing: 1px;
        margin: 0;
    }
    
    
    
    
    .c .big-o-red{
        position: absolute;
        z-index: 0;
        width: 50%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        right: -15%;
        top: -30%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .d{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 0em 10% auto;
        position: relative;
        z-index: 0;
        overflow: visible;
        
    }
    
    
    
    
    .d-left{
        width: 45%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
        .d-left #red-arrow{
        float: left;
        position: relative;
        left: 0;
        clear: none;
        margin-top: 2em;
        display: inline-block;
        float: left;
    }
    
    
    
    .d-left h1{
        font-family: 'Montserrat', sans-serif;
           color: #5C5C5C;
           font-size: 5em;
           font-weight: 800;
        text-align: left;
        line-height: .9em;
        opacity: 1;
    }
    
    
    .d-left p{
        display:inline-block;
        clear: left;
        clear: none;
        font-weight: 500;
        margin-top: 2em;
        margin-left: 1em;
       
    }
    
    
    
    .d-right{
        width: calc(55% - 6em);
        height: auto;
        display: block;
        float: right;
        clear: none;
        display: grid; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". ."
        ". .";
        margin-top: auto;
    }
    
    
    
    .dr-box{
        background-color: white;
        border-radius: 1em;
        min-height: 6em;
        display: block;
        float: left;
        clear: none;
        padding: 1.25em;
        transition: all .3s;
    }
    
    
    .dr-box i{
        font-size: 3.5em;
        margin: .5em;
        color: #B7B7B7;
    }
    
    
    .dr-box h4{
        font-size: 1.4em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .e{
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: both;
        margin: 10vh 0 0;
    }
    
    
    
    
   .f{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 0 0vh 0;
        background: white;
        padding: 10vh auto;
    }
    
    .f h3{
        font-size: 3em;
        width: 80%;
        margin-left: 10%;
        margin-top: 3em;
        text-align: center;
    }
    
    .f h4{
         font-size: 1.4em;
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }
    

    .f-inner{
        width: 70%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 15% 10vh;
         -webkit-column-count: 5;
  -webkit-column-gap:   5em;
  -moz-column-count:    5;
  -moz-column-gap:      5em;
  column-count:         5;
  column-gap:           5em;  
}


.f-inner img{
	width: 100% !important;
  height: auto !important;
	opacity:1;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    margin: 3em auto;
}

    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {

    
    
    
    
    
    
    
    
    
    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;        
    }
    

    
    .welcome-slde{
        background-color: #F9F9F9;
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        height: 95vh;
        width: 96vw;
        margin: 2.5vh 2vw;
        position: relative;
        overflow: hidden;
    }
    
    
    
    
    
    .swiper-wrapper{
        position: absolute;
        z-index: 100;
    }
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
    }
    
    
      .swiper-button-next, .swiper-button-prev{
        bottom: 10%;
          position:absolute;
          z-index: 1000;
    }
    
    
   
    
    
    
    .ws{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .welcome-slde .big-o-white{
        width: 60%;
        height: auto;
       position: absolute;
        z-index: 0;
        right: -20vw;
        top: -10vh;
    }
    
    
    
    
    
    
    .ws-marquee{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: auto;
        top: -5vh;
        left: 0;
        display: block;
        font-family: "StretchPro";
        font-size: 15em;
        
    }
    
    .ws-marquee marquee{
        margin: 0;
        opacity: 1;
        padding: 0;
        white-space:nowrap; 
        color: #fff;
    }
    
    
    
    .ws-text{
          position: absolute;
        z-index: 10;
        width: 45%;
        height: 40%;
        top: 25%;
        left: 5%;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        color: #676767;
    }
    
    .ws-text i{
        font-size: 4em;
        margin: auto auto .5em auto;
    }
    
    .ws-text h2{
        font-size: 6.5em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: .85em;
        letter-spacing: -.02em;
        color: #000;
    }
    
    
    .ws-text h3{
        color: #000; 
        font-weight: 500;
    }
    
    .ws-text h4{
        color: rgba(224, 0, 0, 1);
        font-weight: 300;
        font-size: 1.8em;
    }
    
    
    .ws-text p{
        font-family: 'Montserrat', sans-serif;
        margin: 2em auto 0 0;
        width: 70%;
    }
    
    
    
    .ws-image{
        position: absolute;
        z-index: 10;
        width: 45%;
        height: 55%;
        bottom: 20%;
        right: 3%;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
       .wsi-cicle-button{
        width: 15em;
        height: 15em;
        border-radius:8.5em;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        cursor: pointer;
        transition: all .3s;
           position:absolute;
           right: 5%;
           bottom: 10%;
           z-index: 20;
              /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
           font-family: 'Montserrat', sans-serif;
           color: #000;
           font-size: 1em;
           font-weight: 700;
           letter-spacing: 1px;
    }
    
    
    .ws-image img{
        position: absolute;
        bottom: -5%;
        left: -10%;
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        z-index: 10;
    }
    
    
    #red-arrow{
        position: absolute;
        bottom: calc(10% + 7em);
        width: 14em;
        right: 16em;
        z-index: 40;
    }
    
    
    
    
    
    
    
    
    
    .redline{
        display: block;
        float: left;
        clear: none;
        width: 15em;
        height: .2em;
        background-color: #fff200;
    }
    
    
    
    .redline-text{
          display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       color: #075148;
        font-family: "StretchPro";
        text-transform: uppercase;
        font-weight: 100;
        font-size: .9em;
        margin: -.3em 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
 
    
    
    
    
    
    
    
    
    
    
    
    
    .b{
        width: 80%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        margin: -5em 10% auto;
        position: relative;
        z-index: 100;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    
    .b-left{
        width: 70%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: black;
        background-image: url("../img/serverroom.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    
    .b-left .bf-inner{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.2) 100%);
        z-index: 0;
    }
    
      

    .bf-inner .big-o-red{
        position: absolute;
        z-index: 0;
        width: 60%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        left: -40%;
        top: -20%;
    }
    
    
    .bfi-text{
        color: #fff;
        position: absolute;
        z-index: 10;
        height: 70%;
        width: 50%;
        display: block;
        float: left;
        clear: none;
        left: 25%;
        top: 30%;
    }
    
    
    .bfi-text h3{
        font-weight: 700;
    }
    
    .bfi-text p{
        line-height: 1.4em;
    }
    
    
    
    .b-right{
        width: calc(30% - 8em);
        height: calc(100% - 8em);
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: 3em;
    }
    
    
    .b-right .fa-arrow-up{
        font-size: 6em;
        color: #e00000;
        float: right;
        clear: both;
        display: block;
        transform: rotate(45deg);
    }
    
    
    .b-right h2{
        font-size: 4.5em;
        font-family: 'Montserrat', sans-serif;
        line-height: .9em;
        margin-top: 1em;
        margin-bottom: 12px;
        font-weight: 100;
        opacity: .6;
        letter-spacing: -.03em;
        
    }
    
    
    .b-right p{
        line-height: 1.4em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     .c{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10em 0% auto 10%;
        position: relative;
        z-index: 0;
        overflow: visible;
    }
    
    
    .c-left{
        width: 40%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .c-left h3{
        font-weight: 700;
        
    }
    
    
    
    #c-logo{
        height: 5em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E00000;
        padding: 1em;
        padding-bottom: 2em;
        
    }
    
    
    
    
    .c-circle{
        float: left;
        clear: none;
        display: block;
        width: auto;
        position: relative;
        height: auto;
        margin:  15vh 0em;
           /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        overflow: visible;
        
    }
    
    
    .c-circle #red-arrow{
        position: relative;
        bottom: ;
        width: 14em;
        right: 14em;
        z-index: 40;
        float: left;
        clear: none;
        margin: 0;
        left: 7em;
    }
    
    
    
    
    .c-circle  .wsi-cicle-button{
        width: 25em;
        height: 25em;
        border-radius:12.5em;
        display: block;
        float: right;
        clear: none;
        background-color: white;
        cursor: pointer;
        transition: all .3s;
           position:relative;
           right: auto;
           bottom: auto;
           z-index: 20;
              /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
           font-family: 'Montserrat', sans-serif;
           color: #000;
           font-size: 1em;
           font-weight: 700;
           letter-spacing: 1px;
        margin: 0;
    }
    
    
    
    
    .c .big-o-red{
        position: absolute;
        z-index: 0;
        width: 50%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        right: -15%;
        top: -30%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .d{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 0em 10% auto;
        position: relative;
        z-index: 0;
        overflow: visible;
        
    }
    
    
    
    
    .d-left{
        width: 50%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .d-left #red-arrow{
        float: left;
        position: relative;
        left: 0;
        clear: none;
        margin-top: 2em;
        display: inline-block;
        float: left;
    }
    
    
    .d-left h1{
        font-family: 'Montserrat', sans-serif;
           color: #5C5C5C;
           font-size: 6em;
           font-weight: 800;
        text-align: left;
        line-height: .9em;
        opacity: 1;
        letter-spacing: -.02em;
    }
    
    .d-left p{
        display:inline-block;
        clear: left;
        clear: none;
        font-weight: 500;
        margin-top: 2em;
        margin-left: 1em;
       
    }
    
    
    
    .d-right{
        width: calc(45% - 6em);
        height: auto;
        display: block;
        float: right;
        clear: none;
        display: grid; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". ."
        ". .";
        margin-top: auto;
    }
    
    
    
    .dr-box{
        background-color: white;
        border-radius: 1em;
        min-height: 10em;
        display: block;
        float: left;
        clear: none;
        padding: 2.5em;
        transition: all .3s;
    }
    
    
    .dr-box i{
        font-size: 5em;
        margin: .5em;
        color: #B7B7B7;
    }
    
    
    .dr-box h4{
        font-size: 1.7em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .e{
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: both;
        margin: 10vh 0 0;
    }
    
    
    
    
     .f{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 0 0vh 0;
        background: white;
        padding: 10vh auto;
    }
    
    .f h3{
        font-size: 3em;
        width: 80%;
        margin-left: 10%;
        margin-top: 3em;
        text-align: center;
    }
    
    .f h4{
         font-size: 1.4em;
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }
    

    .f-inner{
        width: 70%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 15% 10vh;
         -webkit-column-count: 5;
  -webkit-column-gap:   5em;
  -moz-column-count:    5;
  -moz-column-gap:      5em;
  column-count:         5;
  column-gap:           5em;  
}


.f-inner img{
	width: 100% !important;
  height: auto !important;
	opacity:1;
	float:left;
	clear:none;
	background-color:rgba(255,255,255,1);
	  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    margin: 3em auto;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
		
}