body {
background-color: #ffffff!important;
margin: 0;
padding: 0;
height: 100%;
  font-family: "Baloo 2", cursive, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Ubuntu, Arial, sans-serif;
color: #001022;
/*overflow:hidden;*/
}

textarea,
select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;

}

.glass-cursor-pointer {cursor: pointer;}

.announce-holder { 

width: 100vw; 
text-align: center; 
font-weight: bold; 
position: fixed; 
top:0;z-index:1001;    
    
    
}

ul.gl-plan {
    padding-left: 20px;
}


ul.gl-plan li {
    font-size: 0.9rem;
}

.main-popup-holder {
 
 display: block; 
 margin: 0 auto; 
 width: 50%; 
 min-height: 35vh; 
 padding: 40px; 
 border-radius: 5px;  
    
}

.announce  {

max-width: 250px; 
margin: 0 auto; 
background: #ABFCBE; 
padding: 5px 5px; 
border-bottom-right-radius: 10px; 
border-bottom-left-radius: 10px;
    
}

.announce-link { 

color:#015415; cursor: pointer; font-size: 1rem;
    
}

a {color: #001022; text-decoration: none;}

a:hover { text-decoration: none!important; }

a:active, a:focus, a:hover {color: #4DB256!important;}

.sm-btn:hover, .sm-btn:active, .sm-btn:focus { color: #fff!important;  }


.site-wrapper {
/*overflow:hidden;*/
/*background: red;*/
width: 100%;
height: 100%;

top: 0;
}



.site-container {
padding: 0px 0px 0px 0px;
background-color: rgba(255,255,255,1);
height: inherit;
background-size: cover;
background-position: top right;
background-repeat: no-repeat;
/* background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1)), url('https://images.unsplash.com/photo-1520621312529-567168fbf786?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=111cf37f2060e3377efaa4a00d6b2341&auto=format&fit=crop&w=634&q=80'); */
background-attachment: fixed;

overflow:hidden;
/*max-height: 500vh;*/

}


.close-btn {

padding: 30px; display: block; text-align: right;
    
    
}

.glass-bg-green {
    
    background:#3E8F45!important;
}


.glass-overlay {

position:fixed; 
z-index: 1100; 
top:0; 
bottom: 0; 
right:0; 
left:0; 
width: 100%; 
height: 100%; 
background: rgba(0,0,0,0.8); 
overflow: hidden; 
    
    
}

.glass-video-frame {

height: 100%;
display: block;

    
}

.glass-video {

    width: 853px;
    height: 480px;
    border-radius: 5px;
}

.main-logo {

width: 120px;




}

.logo-container {

    margin: 10px;
}

.logo-holder {

    padding: 10px;
    display: inline-block;
}


.social-icon { padding: 10px; }
.menu-burger-icon { height: 20px; }

@media only screen and (max-width: 1400px) {

.site-container {
background-image: none!important;

}


}

.site-container:hover {
/*background-image: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0.5)), url('https://www.uniluxltd.com/wp-content/uploads/2016/07/techguy.jpg');*/
}

.menu-wrapper {
width: 100%;
min-height: 25px;
background: rgba(255,255,255,0);  /* fallback for old browsers */

/*
background: -webkit-linear-gradient(to left, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to left, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


box-shadow: 2px 2px 2px rgba(200,200,200,.0);

color: #000;
position: fixed;
left: 0;
top: 0;
margin-bottom: 20px;
padding: 45px 20px 0px 20px;
z-index: 1000;


/* box-shadow: 0px 5px rgba(0,0,0,0.1); */

}


.footer-wrapper {
width: auto;
min-height: 25px;
background: rgba(0,0,0,.9);  /* fallback for old browsers */

/*
background: -webkit-linear-gradient(to left, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to left, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


color: #fff;
position: relative;
left: 0;
bottom: 0;
padding: 30px 20px 15px 20px;


}

.download-logo {  width: 12rem; cursor: pointer; display: inline-block; }

.partner-box { 

display: block; 
background: rgba(230,230,230,.2); 
margin: 20px 0px; 
padding: 20px;
min-height: 150px;
border-radius: 5px;
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
    
    
}

.partner-excerpt-holder { 
    
 width: 60%;  
 display: inline-block;
 font-weight: 800!important;
    
}

.partner-logo-holder { 
 width: 20%;
 display: inline-block; 
 float: right;
 padding-top: 10px;
    
}

.partner-logo { 
float: right;
 vertical-align: middle;
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
 }

.partner-logo:hover, .partner-logo:active, .partner-logo:focus, .partner-box:hover, .partner-box:active, .partner-box:focus  { 
    
    transition-delay: .1s;
    -webkit-transition: filter .2s ease-in;
    -moz-transition: filter .2s ease-in;
    -ms-transition: filter .2s ease-in;
    -o-transition: filter .2s ease-in;
    
 -webkit-filter: none; /* Safari 6.0 - 9.0 */
 filter: none;
    
}


.glass-mini-menu {
position: fixed;
max-height: inherit;
min-height: inherit;
padding: inherit;
background: rgba(0,0,0,.2);
font-size: 14px;
overflow:hidden;
top: 0;
right: 0;
z-index: 1;
width: auto;

}


.glass-menu-list {

  list-style-type: none;
  margin: 0;
  padding: 0;
  right: 0;
  position: relative;
  line-height: 25px;
  text-align: right;
  margin-right: 10%;

}

.glass-menu-list li {
  display: inline;
  margin-right: 0px;
  line-height: 25px;
  padding: 12px 5px;
    margin-bottom:0px;
}

 .glass-menu-list li:hover { color: #4DB256; }

 .glass-menu-list li a:hover,
 .glass-menu-list li button:hover { color: #4DB256; }

 .glass-menu-list li a, 
  .glass-menu-list li button {
text-decoration: none;
color: rgba(0,0,0,.9);
font-weight: 600;
letter-spacing: 1.5px;
line-height: 20px;
padding: 12px;

  }

  .glass-action-icons {

      max-width: 30px!important;
      padding: 5px;
  }


  .glass-section-scroll {

width: 100%;
overflow:hidden;

  }


.glass-section-img-2 {

    background: #4DB156;
    /*background: url('https://images.unsplash.com/photo-1517816743773-6e0fd518b4a6?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=4a41b5c0a117d8755515651254366c7a&auto=format&fit=crop&w=1350&q=80');
    */background-size: cover;
    position: center center;
    background-repeat: no-repeat;


}



.glass-section-img-agent {
    
    background:linear-gradient( rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1)100%),url('https://greenlite.com.ng/home/assets/img/beard2.png');
    background-size: contain;
    background-position: -30% bottom;
    background-repeat: no-repeat;

}

.glass-section-img-agentvid {
    
    background:linear-gradient( rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 1)100%),url('https://greenlite.com.ng/home/assets/img/agentvid.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.glass-section-img-discount {
    
    background:linear-gradient( rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1)100%),url('https://greenlite.com.ng/home/assets/img/discount-slide.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}


.glass-section-img-points {
    
    background:linear-gradient( rgba(241, 254, 244, 1) 100%, rgba(241, 254, 244, 1) 100%),url('https://greenlite.com.ng/home/assets/img/laptoppoints.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

}

.glass-section-img-community {
    
    background:linear-gradient( to bottom, rgba(241, 254, 244, 0) 10%, rgba(241, 254, 244, 0) 11%, rgba(241, 254, 244, 0) 30%, rgba(241, 254, 244, 0) 100%),url('https://greenlite.com.ng/home/assets/img/selema.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.glass-section-img-home {
    
    background:linear-gradient( to bottom, rgba(241, 254, 244, 0) 10%, rgba(241, 254, 244, 0) 11%, rgba(241, 254, 244, 0) 30%, rgba(241, 254, 244, 0) 100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}



/*

.glass-section-img-1 {
    
    background:linear-gradient( rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 1)100%),url('https://images.unsplash.com/photo-1495859924594-78f3c793dc81?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=9ce647733d0114db82c389cecea1c15b&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;

}






.glass-section-img-design {

    background: url('https://greenlite.com.ng/caseconcepts/v3/assets/img/glass.png');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}

.glass-section-img-quality {

    background: url('https://images.unsplash.com/photo-1518600654093-2a24cddafa38?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=96238af4ac6e58d17d362d5b8b846eb4&auto=format&fit=crop&w=1417&q=80');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}


.glass-section-img-cost {

    background: url('https://images.unsplash.com/photo-1495841020177-1919ede29bd8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=187ecb5bf5322582d590169c49b5692d&auto=format&fit=crop&w=2081&q=80');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}

.glass-section-img-logistics {

    background: url('https://greenlite.com.ng/caseconcepts/v3/assets/img/wings.png');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}

.glass-section-img-pack {

    background: url('https://greenlite.com.ng/caseconcepts/v3/assets/img/packs.png');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}

.glass-section-img-imports {

    background: url('https://greenlite.com.ng/caseconcepts/v3/assets/img/import.png');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}

.glass-section-img-minerals {

    background: url('https://greenlite.com.ng/caseconcepts/v3/assets/img/conflict.png');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}

.glass-section-img-whyus {


    background: url('https://greenlite.com.ng/caseconcepts/v3/assets/img/backpack2.png');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;


}

*/


.glass-section-img-home {

    background:linear-gradient(to right, rgba(200, 200, 200, 0.1) 0%, rgba(100, 100, 100, 0.1) 100%),url('');
    background-size: cover;
    position: center center;
    background-repeat: no-repeat;
}







.glass-section {
/*background-image: linear-gradient(to right, rgba(235,235,235,.6),rgba(249,249,249,0.5));*/
min-height: 50vh;
/*max-height: 100vh;
overflow-x: hidden;
overflow-y: scroll;*/
padding: 20px 0px 20px 20px;
width: 100%;
/*margin-top: 40px;*/
display: block;
}

.glass-section-header {
font-weight: 700;
padding: 10px 50px;
color: rgba(120,120,120,1);
}

.centered-text { text-align: center; }
.gray-text { color: rgba(0,0,0,.5); }
.slim-text { font-weight: 400; }
.slim-m-text { font-weight: 600; }
.currency-icon { font-size: 1rem; }
.margin-top { margin-top: 50px!important; }
.centered-x { padding-top: 1%; }
.cross-out { text-decoration: line-through; opacity: 0.5; }

ul.custom-pricing {
  list-style: none;
}

ul.custom-pricing li:before {
  content: '✓';
  padding-right: 10px;
}

.glass-sub-title {
  line-height: 0;
  font-size: 10px;

 }

 .glass-title {

   font-size: 2.5rem;
   margin: 20px auto;
   color: rgba(0,0,0,.8);

  }

  .glass-content {
  font-size: 16px;
  line-height: 2;

  }

  .glass-content-intro {
   
   padding: 20px 0px;

  }

  .glass-content-holder {


  }

  .glass-content-header {

   border-bottom: 1px solid #f1f1f1;
   font-weight: 700;
   display: block;
   padding: 5px 10px;
   width: auto;
   margin-top: 30px;
  }

  .blog-header { margin-bottom: 0px!important;}
  .blog-meta-box {
background: rgba(5,5,20,.1);
height: 40px;
overflow:hidden;
padding: 2px 10px;
  }

  .blog-meta-description {
font-size: 10px;
letter-spacing: 1px;
padding: 0px;
display: inline-block;
margin: 0;
margin-right: 10px;
}

.blog-meta-title { font-weight:700; }
.blog-meta-id {
  background: #23c186;
  color: #fff;
  padding: 2px 5px;
  font-weight: 700;

 }

  .glass-content-box {
  padding: 20px;
  top: 0;
  position: relative;
  }

.glass-content-table th { color: rgba(0, 0, 0, 0.8);}
  .glass-content-table th, .glass-content-table td {
    text-align: left;
    font-size: 16px;

   }



     .glass-content-table th { font-size: 16px; }
     
     .glass-content-table td > h4 { font-weight: 400; }



   .glass-box-alert {
      background: #002A5C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #002A5C, #456488);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #002A5C, #456488); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      border-radius: 5px;
      color: #fff;
   }

   .glass-status {
   border: 2px solid rgba(0,0,0,0);
   border-radius: 30px;
   display: inline-block;
   margin: 10px auto;
   padding: 3px 10px;
   font-size: 0.9rem!important;
   letter-spacing: 1px;
      background: #4DB256;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4DB256, #4B9F62);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4DB256, #4B9F62); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   color: #fff;
   font-weight: 700;
    cursor: pointer;
    opacity: 0.9;
   }

   .glass-status:hover {

       box-shadow: 0px 5px 5px rgba(0,0,0,.2);
       border: 2px solid rgba(0,0,0,0);
       opacity: 1;
       color: white!important;

   }

.pending {
background: #F89A27!important;

}


   .glass-status-date {
color: rgba(255,255,255,.7);
font-size: 8px;
   }

.glass-section-content {
overflow: hidden;
min-height: 50%;
-ms-overflow-style: none;
}

.glass-section-content::-webkit-scrollbar {
display: none;
}

.glass-row {
width: 100%;

}

.glass-col-sm-100 { width: 100%; }

.glass-col-50 {
width: 47%;
/*background-image: linear-gradient(to right, rgba(249,249,249,.5),rgba(249,249,249,0.5));*/
background: #ffffff;
display: inline-block;
margin-right: 2%;
  border: 0px solid #e6e6e6;
  margin-bottom: 2%;
  min-height: 100px;
  vertical-align: top;
  box-shadow: 1px 2px 5px 2px rgba(100,100,100,.1);
  border-radius: 5px;
}

.glass-col-25 {
width: 27%;
background-image: linear-gradient(to right, rgba(250,250,250,1),rgba(250,250,250,1));
display: inline-block;
margin-right: 2%;
  border: 0px solid #e6e6e6;
  margin-bottom: 2%;
  min-height: 100px;
  vertical-align: top;
   border-radius: 5px;
     box-shadow: 1px 2px 5px 2px rgba(100,100,100,.1);
}


.glass-col-20 {
width: 18%;
background-image: linear-gradient(to right, rgba(250,250,250,1),rgba(250,250,250,1));
display: inline-block;
margin-right: 2%;
  border: 0px solid #e6e6e6;
  margin-bottom: 2%;
  min-height: 100px;
  vertical-align: top;
   border-radius: 5px;
     box-shadow: 1px 2px 5px 2px rgba(100,100,100,.1);
}

.green-text {

color: #4DB256;

}

.glass-col-3 { 
    
 padding-left: 10%;   
}

.glass-col-2 { 
    
 padding-left: 5%;   
}

.centered-content { 

text-align: center;  

}


.glass-box-content {
padding: 40px;
min-height: 25%;


}

.glass-form-holder {

width: 100%;
padding: 10px 5px;
font-size: 14px;
}

.glass-form-label {
    display: block;
    margin: 10px auto;
    color: rgba(0,0,0,.7);

}

.glass-form-input {

width: 99%;
padding: 10px 0px 10px 10px;
display: block;
margin-bottom: 5px;
border-radius: 2px;
  border: 1px solid rgba(0,0,0,.3);
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.glass-form-input:active, .glass-form-input:focus, .glass-form-input:hover  {

border: 1px solid #5EB769;
outline: none;
    
    
}

.glass-button {

  width: 97%;
  padding: 20px 0px 20px 10px;
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid rgba(255,255,255,0);
  font-size: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  font-weight: 600;

  color: #11998e;  /* fallback for old browsers */
  color: -webkit-linear-gradient(to left, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
  color: linear-gradient(to left, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.glass-button:hover {
  background: #11998e;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;

}


.mini-btn {
width: auto;
padding: 2px 10px 2px 10px;
margin-top: 0px;
font-size: 14px;
display: inline-block;
margin: 0;
cursor: pointer;
color: #fff;
font-weight: 700;
}

.skill-meter-holder {
background: rgba(255,255,255,.8);
border-radius: 2px;
padding: 10px;
min-height: 50px;

}

.skill-meter-box {
background: #e6e6e6;
border-radius: 10px;
}

.skill-meter {
  background: #23c186;
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 10px;
  overflow:hidden;
  border-radius: inherit;
}

.skill-meter-grade {
border: 4px solid #e6e6e6;
border-radius: 50%;
display: inline-block;
margin: 10px auto;
padding: 10px;
font-size: 12px;
letter-spacing: 1px;
background: #23c186;
color: #fff;
font-weight: 700;

}

.skillometer {

background-color:red;
max-height: 50px;
overflow:hidden;
padding: 0px 10px 0px 10px;
text-align: right;
color: #fff;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
width: auto;
margin: 0 auto;
float: right;

}

.mobile-menu {
width: 60%;
padding: 20px 0px;
cursor: pointer;
float: right;
}

.mobile-menu-icon {
  display:none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color:#fff;

}

.menu-scroller {

    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    background: rgba(255,255,255,1);
    padding: 15px 20px 0px 20px;
    transition-delay: .1s;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
    
    
}

.mobile-menu-icon:focus { outline: none; }

.mini-slider-holder {

width: 100%; 
margin-top: -5rem;
    
}

.mini-slider { 

width: 100%; border-radius: 10px; box-shadow: 1px 3px 5px rgba(0,0,0,.2);

}

.gt-m-0 { margin: 0; padding: 0; margin-top: -20px; }
.gt-m-5 { margin-top: -50px; }

@media only screen and (max-width: 1023px) {

  .glass-box-content {
    padding: 20px;
    min-height: 25%;
}




}



@media only screen and (max-width: 1256px) {

  .glass-col-100-medium {
  width: 100%;
  background-image: linear-gradient(to right, rgba(249,249,249,.5),rgba(249,249,249,0.5));
  display: inline-block;
  margin-right: 2%;
    border: 0px solid #e6e6e6;
      margin-bottom: 2%;
  }
  

  

  
  .glass-col-3 { 
    
 padding-left: 0%;   
}

.glass-col-2 { 
    
 padding-left: 0%;   
}

.giant-header-txt { font-size: 2rem!important }

.giant-left { text-align: center!important; }

.glass-col-padding { padding: 20px; }


.glass-section {
/*background-image: linear-gradient(to right, rgba(235,235,235,.6),rgba(249,249,249,0.5));*/
min-height: 50vh;
/*max-height: 100vh;
overflow-x: hidden;
overflow-y: scroll;*/
padding: 20px 0px 20px 0px;
width: 100%;
margin-top: 0px;
display: block;
}


}

@media only screen and (max-width: 1480px) {

.mobile-menu {
  min-width: 176px;
  max-width: 200px;
  padding: 40px 5px 30px 5px;
  max-height: 0px;
  overflow:hidden;
  margin-top: -10px;
  margin-left: -30px;
  display: none;
 }

.mobile-menu-icon {
  display: block;
  padding: 30px 5px 30px 5px;
  float: right;
  margin-right: 10%;
  cursor: pointer;
}

.glass-menu-list {
padding-top: 20px;
padding-bottom: 10px;
background: rgba(255,255,255,.1);
margin-top: 11px;
}

.glass-menu-list li a {
padding: 2px 20px 2px 5px;
 }
/*
.mobile-menu:hover, .mobile-menu:focus, .mobile-menu:active {
  background: #002A5C;
  display: block;
  max-height: 100%;
  overflow:hidden;
  z-index: 1;
  box-shadow: 0px 4px 4px rgba(0,0,0,.1);
  position: fixed;
  right: 0;
}

*/

}

.top-space {

padding: 80px;
} 

.top-margin { 
 
 margin-top: 20vh;   
    
}

.glass-form-textarea {
    
    width: 99%; 
      font-family: "Baloo 2", cursive, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Ubuntu, Arial, sans-serif;
    resize: none;
}

.glass-sub {
    
    opacity:0.8; 
    font-weight: 400; 
    font-size: 13px;
}

@media only screen and (max-width: 760px) {

.main-logo {

  width: 100px!important;

}

.mini-slider-holder {

width: 100%; 
margin-top: -1rem;
    
}

.footer-wrapper {

padding: 30px 5px 15px 5px;
    
}

.glass-section-header {
font-weight: 700;
padding: 0px 25px;
color: rgba(120,120,120,1);
}

.logo-container {

    margin: 5px;
}

.logo-holder {

    padding: 5px;
    display: inline-block;
}



.mobile-menu-icon {
  display: block;
  padding: 20px 5px 10px 5px;
  float: right;
  margin-right: 10%;
  cursor: pointer;
}

.slider-header {

font-size: 22px;

}



}

.white-text { color: rgba(255,255,255,1)!important; }
.white-status { background: rgba(255,255,255,0)!important; }
.white-status:hover {
    background: rgba(255,255,255,1)!important;
    color: #133A68!important;


}

.show-menu {

    display: block!important;
}

.no-shadow { box-shadow: 0px 0px 0px 0px rgba(100,100,100,0); background: rgba(255,255,255,0); }
.centered { position: relative; padding-top:10%; display: block; }
.centered-sm { position: relative; padding-top:5%; display: block; }
.slider-header { font-weight: 400; }
.slider-sub-header { font-weight: 400; font-size: 20px; }
.big-btn {
    color: #fff!important;
    font-size: 20px!important;
    font-weight: 400;
    padding: 10px 20px;}
.big-btn:hover {color: #fff!important;}
.centered-text { text-align: center; }








/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #333;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #c00;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  left: -200px;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left 0.3s ease,
              box-shadow 0.3s ease;
  z-index: 999;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5);
     -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5);
          box-shadow: -8px 0 8px rgba(0,0,0,.5);
  min-height: 100%;
  width: 200px;
  background: #ffffff;
  padding-top: 35px;
}

.main-menu a {
  display: block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #001022;
  text-decoration: none;
  border-bottom: 0px solid #383838;
}

.main-menu li:first-child a {
  border-top: 0px solid #383838;
}

.main-menu a:hover,
.main-menu a:focus {
  background: rgba(0,0,0,0)!important;
  text-decoration: none;
}

.main-menu .menu-close {
  position: absolute;
  left: 0;
  top: 30px;
  color: #46925A;
  background: white;
}

.main-menu a.menu-close:hover {
  background: white!important;
    text-decoration: none;
}

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
  overflow: hidden;
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/*
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0,0,0,.85);
  cursor: default;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
    overflow: hidden;
  }
}

/*
 Larger screen styling
 Horizontal menu
*/

.subMenuToolBar { padding: 20px; float: right; }
#closeSubMenu {margin: 0; padding: 0; font-weight: 800; opacity: 0.6; cursor: pointer;}

.floatsubMenuList { list-style: none;  }
ul.floatsubMenuList > li { line-height: 2.5rem; font-weight: 600; opacity: 0.9; }

.light-header { font-weight: 400; padding-left: 20px; color: #4DB256; }

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

ul li > ul.sub-menu {

display: none;

}

.floatingSubMenu { 
    
position: fixed;
width: 40vw;
min-height: 200px;
background: rgba(255,255,255,.9);
box-shadow: 1px 2px 5px rgba(0,0,0,.1);
top: 60px;
right: 50px;
border-radius: 3px;
z-index: 99;
display:none;
    
}

.floatingSubMenuInner { padding: 40px 20px; }
  .menu-toggle,
  .main-menu .menu-close {
    display: none;
  }
  
  .top-space {
     
     padding: 20px;
      
  }

  /* Undo positioning of off-canvas menu */
  .main-menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    overflow: hidden;
  }

  .main-menu ul {
    display: flex;

    /* Undo off-canvas styling */
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    height: auto;
    width: auto;
    background: none;
  }

  .main-menu a {
    color: rgba(0,0,0,.9);
    border: 0 !important; /* Remove borders from off-canvas styling */
  }

  .main-menu a:hover,
  .main-menu a:focus {
    background: none; /* Remove background from off-canvas styling */
    color: rgba(255,255,255,.8);
  }
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

header {
  padding: 0px;
  display: flex;
  align-items: baseline;
  float: right;
}

article {
  padding: 30px;
  width: 55em;
  font-size: 16px;
  line-height: 1.5em;
}

article h2 {
  font-weight: 500;
  font-size: 28px;
}

.logo {
  margin: 0 30px 0 10px;
  font-size: 1.5em;
}

.drop-down-one {
width: 300px;
position: absolute;

}

.drop-down-one-switch:hover { display: block; color: red; }

ul li ul {
 visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  top: 60px;
  line-height: 1em;
  display: none;


}

.sub-menu {

}

ul.glass-menu-list li.has-sub-menu:hover {

    font-size: 0.9em;
    padding: 2px auto;
      transition: all 0.5s ease;
      cursor: pointer;

}


ul.sub-menu li {

 font-weight: 400;
 margin-top: -20px;


}

ul li > ul.sub-menu {

float: none;





}

ul li > ul.sub-menu > li {


}



ul li:hover > ul.sub-menu {

background: rgba(255,255,255,.1);


}

ul li ul:hover {

  visibility: visible;
  opacity: 1;
  display: block;
  font-size: 1em;

}

ul li:hover > ul {

  visibility: visible;
  opacity: 1;

}

.stat-text { font-weight: 400; opacity: 0.8; }
.lead-counter-text { font-weight: 400; opacity: 0.4; position: absolute; bottom: 5px; right: 10px; }

.lead-header-text { font-weight: 500; margin: 0; font-size: 1.1rem; display: inline-block; padding: 5px 20px; background: rgba(150,150,150,.2); color: rgba(0,0,0,.6); border-radius: 2rem; }

.lead-sub-header { font-weight: 400; opacity: 0.9; margin-top: 0; }
.glass-xs-info { font-size: 0.6rem; font-weight: 500; opacity: 0.6; }

@media only screen and (max-width: 1024px) {
    
.floatingSubMenu { 
    
position: fixed;
width: 100vw;
min-height: 100vh;
background: rgba(255,255,255,1);
box-shadow: 1px 2px 5px rgba(0,0,0,.1);
top: 0;
right: 0;

border-radius: 3px;
z-index: 99;
display:none;
    
}

.floatingSubMenuInner { padding: 40px 20px; }

    ul li:hover > ul, ul li:focus > ul, ul li:active > ul  {

  visibility: visible;
  opacity: 1;
  display: block;

}

ul li ul {
 visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  top: 20px;
  line-height: 1em;
  display: none;

}

ul.sub-menu li {

 font-weight: 400;
 margin-top: -20px;

}


ul.glass-menu-list li:hover {

    font-size: 1em;
      transition: all 0.5s ease;
      cursor: pointer;

}

}

ul li ul li {
  clear: both;
  width: 100%;
}

.glass-table-holder {

    background: rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    padding: 10px;
}

.glass-table {
    width: 100%;
    background: rgba(255,255,255,.9);
    border-radius: 3px;
    padding: 20px;


}

table.glass-table th, table.glass-table td  {
    text-align: left;
    padding: 5px 10px 10px 10px;

}

table.glass-table tr.header-row {

        background: rgba(100,100,100,.1);
    border: 0px solid rgba(0,0,0,.2);
}

select.glass-table-select {
    min-width: 50%;
    border: 0px solid rgba(0,0,0,0);
    background: rgba(255,255,255,.2);
    margin-right: 5%;
    cursor: pointer;

}

input.glass-table-checkbox {

    cursor: pointer;

}

.title-holder {
    
    margin-top: 20px; position: absolute; bottom: 0; right: 9rem;
}

.title-inner-holder {

display: block; background: rgba(4,4,4,0); padding: 2px 20px; border-radius: 10px;    
    
    
}
.title-name {

color: rgba(0,0,0,.5); font-weight:700; font-size: 1.5rem; margin: 0;    
    
    
}

.title-designation {

color: rgba(0,0,0,.5); font-weight:400; font-size: 1.5rem; margin: 0;    
    
    
}
.glass-form-input-err { 
    
  border: 1px solid red;
  outline: red;
}

.glass-form-input-err-msg { 

color: white;
background: red;
font-weight: 600;
text-align: center;
margin-top: 10px;
}
.glass-form-input-ghost {

display: none;
    
}


.big-input { 
 
 padding: 10px 0px; 
 border: 0; 
 font-size: 20px; 
 border-bottom: 1px solid #4BA161; 
 width: 100%;  
 letter-spacing: 2px;
 margin: 10px auto;
 background: rgba(255,255,255,0);
    
}

.card-img {

width:100%; 
border-top-right-radius:5px;
border-top-left-radius:5px;

}

.card-img-container { 
 
 margin-top: -200px;  
 width: 100%;
    
}

.card-img-holder {

overflow: hidden; 
height: 200px;
border-top-right-radius:5px;
border-top-left-radius:5px;
cursor:pointer;

}

.card-img-holder:hover .card-img {
 
 transform: scale(1.1);  
 transition: all .3s ease-in-out;
    
}

.card-opacity-none {
    
    background-color: rgba(255,255,255,0);
position: relative;
z-index: 0.8;
border-top-right-radius:5px;
border-top-left-radius:5px;
width: 100%;
cursor:pointer;
    
}



.card-opacity { 

background-color: rgba(0,0,0,.4);
height:200px;
max-height: 200px;
position: relative;
z-index: 0.8;
border-top-right-radius:5px;
border-top-left-radius:5px;
width: 100%;
cursor:pointer;
}

.card-opacity:hover { 

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

}


.card-opacity-light { 

background-color: rgba(0,0,0,0.6);
height:200px;
max-height: 200px;
position: relative;
z-index: 0.8;
border-top-right-radius:5px;
border-top-left-radius:5px;
width: 100%;
cursor:pointer;
padding-top: 80px;

}

.play-btn {
display: block;
margin: 0 auto;
box-sizing: border-box;
border-width: 20px 0px 20px 40px;
border-color: transparent transparent transparent rgba(50,205,50,1);
border-radius: 2px;
width: 40px;
height: 40px;
background: rgba(4,4,4,0);
cursor: pointer;
box-shadow: -25px 0px 20px -10px rgba(0,0,0,.4);

}

.play-btn:active, .play-btn:focus, .play-btn:visited { outline: none; }

.card-img-holder:hover .card-opacity-light { 
    
    z-index: 800;
    background: rgba(0,0,0,.6);
     transition: all .3s ease-in-out;
}

.card-img-holder:hover .card-opacity-light > .play-btn { 
    
    border-width: 25px 0px 25px 50px;
width: 50px;
height: 50px;
    border-color: transparent transparent transparent rgba(50,205,50,1);
     transition: all .3s ease-in-out;
     
}

.card-opacity-light:hover { 

/* background-color: rgba(0,0,0,.2); */

}

.red-card-opacity { 
    background: rgba(217, 30, 24, 0.4);
height:200px;
max-height: 200px;
position: relative;
z-index: 0.8;
border-top-right-radius:5px;
border-top-left-radius:5px;
width: 100%;
cursor:pointer;}
.red-card-opacity:hover { background: rgba(217, 30, 24, 0.3); }


.green-card-opacity { 
    background: rgba(77, 178, 86, 0.4);
height:200px;
max-height: 200px;
position: relative;
z-index: 0.8;
border-top-right-radius:5px;
border-top-left-radius:5px;
width: 100%;
cursor:pointer;}
.green-card-opacity:hover { background: rgba(77, 178, 86, .3) }

.big-input:focus {
    
    outline: none;
    color: #fff!important;
}

.big-input:active {
    
    outline: none;
    background: #fff!important;
}

.glass-status:focus {  color: #ffffff!important;  }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.giant-header-txt {
    
font-size: 3.5rem;
    
    
}

.giant-sub-header {

font-weight: 400;
    
}


.giant-left { text-align: left; }

.medium-btn {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 400;
    padding: 5px 25px;}
.medium-btn:hover {color: #fff!important;}


.slider-img {

width: 40vw;  

    
}

.giftcard-img { width: 516px; }

.rc-icon { margin-top: -40px; }


@media only screen and (max-width: 1400px) {
    
   #ad-video { padding: 0; }
.close-btn { padding: 0; padding-right: 30px; }
.glass-video-frame {margin-top: -40px; }
.title-holder { right: 3rem; }
.title-name, .title-designation {color: rgba(0,0,0,.8)!important; font-size: 0.9rem; }
}

@media only screen and (max-width: 1300px) {

  .glass-col-sm-100 { width: 29%; margin-right: 2%; margin-left: 2%; margin-bottom: 4%; }
  .card-img-holder { height: 200px; }
  
  .glass-col-3 { padding-left: 1%; }
  .glass-col-25 { width: 30%; }
  
  .mobile-qc-header { font-size: 1.8rem; margin: 0; padding: 0; line-height: 0.2rem; padding: 0; margin: 0;}
  
  .glass-title { line-height: 2.3rem; margin-top: 0rem; font-size: 1.9rem; }
  
  .custom-pricing { padding-left: 0px; font-size: 0.9rem; }
  
  .capita { text-transform: lowercase!important; text-transform: capitalize!Important; font-size: 12px!important; }
.glass-box-content-center { text-align: left; }

.lead-header-text { font-size: 1.2rem;}

#ad-video { padding: 0; }
.close-btn { padding: 0; padding-right: 30px; }
.glass-video-frame {margin-top: -40px; }

.slider-sub-header { font-size: 1.4rem; }

.title-holder { right: 6rem; }

.main-popup-holder {
 
 display: block; 
 margin: 0 auto; 
 width: 70%; 
 min-height: 35vh; 
 padding: 10px; 
 border-radius: 5px;  
    
}

#ad-video { margin-top: -10vh; }

  
}

@media only screen and (max-width: 1256px)  {
    
    .title-holder { right: 6rem; background: rgba(255,255,255,0.3); padding: 10px; border-radius: 10px; }
} 

@media only screen and (max-width: 1028px)  {
    
    .title-holder { display: none; }
    
.glass-box-content-center { text-align: center; }
.slider-sub-header { font-size: 1.4rem; }
    
  .glass-col-sm-100 { width: 46%; margin-right: 2%; margin-left: 2%; margin-bottom: 4%; }
    
.top-margin { 
 
 margin-top: 0vh;   
    
}

  .glass-col-3 { padding-left: 1%; }
  .glass-col-25 { width: 100%; }
  
   .glass-section-img-community {
    
    background:linear-gradient( to bottom, rgba(241, 254, 244, 1) 10%, rgba(241, 254, 244, 1) 11%, rgba(241, 254, 244, 1) 30%, rgba(241, 254, 244, 1) 100%),url('https://greenlite.com.ng/home/assets/img/selema.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.glass-section-img-agent {
    
    background:linear-gradient( rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1)100%),url('https://greenlite.com.ng/home/assets/img/beard2.png');
    background-size: contain;
    background-position: -30% bottom;
    background-repeat: no-repeat;

}

.glass-section-img-discount {
    
    background:linear-gradient( rgba(241, 254, 244, 1) 0%, rgba(241, 254, 244, 1)100%),url('https://greenlite.com.ng/home/assets/img/beard2.png');
    background-size: contain;
    background-position: -30% bottom;
    background-repeat: no-repeat;

}


}

@media only screen and (max-width: 992px) {
    
    .glass-col-100 {
  width: 100%;
  display: inline-block;
  margin-right: 2%;
    border: 0px solid #e6e6e6;
      margin-bottom: 2%;
  }
  
  .glass-col-12 {
    
        flex: 0 0 100%!important;
    max-width: 100%!important;
}
  
  .main-popup-holder {
 
 display: block; 
 margin: 0 auto; 
 width: 100%; 
 min-height: 35vh; 
 padding: 10px; 
 border-radius: 5px;  
    
}
    
    
}



@media only screen and (max-width: 768px) {
  .glass-col-sm-100 { width: 100%; margin-bottom: 10%; margin-left: 0; }
  
  .glass-pt-5-x {padding: 2rem 0.5rem!important;}
  
    .glass-display-4 { font-size: 2.5rem!important;}
  
  .announce-holder { 

width: 100vw; 
text-align: center; 
font-weight: bold; 
position: absolute; 
top:0;z-index:1001;    
    
    
}

.announce  {

max-width: 350px; 
margin: 0 auto; 
background: #ABFCBE; 
padding: 5px 5px 5px 5px; 
border-bottom-right-radius: 10px; 
border-bottom-left-radius: 10px;
    
}

.announce-link { 

color:#015415; cursor: pointer; font-size: 0.9rem;
padding: 0;
margin: 0;
    
}
  

  
  .card-img-holder { height: 250px; }
  
    .glass-title { margin-top: 2rem; }
    .glass-video-frame {margin-top: -20px; }
  
  .capita { text-transform: lowercase!important; text-transform: capitalize!Important; font-size: 16px!important; }
  
}

@media only screen and (max-width: 768px)  { 
    
.top-margin { 
 
 margin-top: 5vh;   
   
}

  .custom-pricing { padding-left: 25px; font-size: 0.9rem; }

  .glass-col-3 { padding-left: 3%; padding-right: 3%;}
  .glass-col-25 { width: 100%;  padding-bottom: 3%;  }
  

.mobile-qc-header { font-size: 1.2rem; margin: 0; padding: 0; line-height: 0.2rem; padding: 0; margin: 0;}

.glass-title { line-height: 1.8rem; }

.mobile-header { font-size: 1.6rem; margin: 0; padding: 0; line-height: 1rem;}



.rc-icon { margin-top: 0px; }


.glass-video { width: 640px; height: 380px; }
.glass-video-frame { margin-left: 2%; }
    
.partner-excerpt-holder { 
    
 width: 100%;  
 display: inline-block;
 font-weight: 800!important;
  text-align: center;
    
}

.partner-logo-holder { 
 width: 100%;
 display: inline-block; 
 float: none;
 padding-top: 10px;
 text-align: center;
    
}

.partner-logo { 
float: none;
 vertical-align: middle;
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
 }
    
 .slider-img {

width: 65vw;    
    
}

.p-xs-1 { padding: 1px!important; }
.p-xs-5 { padding: 25px 10px!important; }

.h1-xs { font-size: 2rem; }

.giftcard-img { width: 90vw; }
.top-space { padding: 0px; }

.hide-image, .hide-section { display: none; }
   
    
}

/*
@media only screen and (max-width: 1300px) {
  .glass-col-sm-100 { width: 100%; }
  .card-img-holder { height: 200px; }
  
}

*/


@media only screen and (max-width: 400px)  { 
.glass-video { width: 340px; height: 216px; }
.glass-video-frame { margin-left: -3%; }
.menu-toggle { padding: 0.3rem 5px 0rem 5px; zoom: 1.5; }
.main-logo { margin-left: -10px; }
#footer { margin-left: -1.2rem; }
.download-logo {  width: 10rem; cursor: pointer; display: inline-block; margin-left: -1rem; }

}



.no-background { background-color: rgba(255,255,255,.0)!important; background-image: linear-gradient(to right, rgba(249,249,249,0),rgba(249,249,249,0))!important; }

.hide-overlay { 
    
display: none!important; 

}

.overlay-close-btn { cursor: pointer; margin: 0 auto; padding: 0 auto;}

.capita { text-transform: lowercase!important; text-transform: capitalize!Important; }




.showMenu { display: block; }   

.lite-txt { opacity: 0.4; font-weight: 400; }


.filter-holder { 
 
 display: inline-block;
 margin-right: 20px;
 
   }
   
   .filter-holder-right { float: right; }

.filter-select { border-radius: 2rem; cursor: pointer; padding: 14px 20px; background: rgba(200,200,200,.2); opacity: .8; text-align: center; font-weight: 600;}
.filter-select:active,.filter-select:focus  { outline: none; box-shadow: none; }

.hide-filter {display: none;}


.small-text { font-size: 0.8rem; }

.col-min-25 { min-height: 55vh!important; }

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

.main-menu {   -webkit-box-shadow: -8px 0 8px rgba(0,0,0,0);
     -moz-box-shadow: -8px 0 8px rgba(0,0,0,0);
          box-shadow: -8px 0 8px rgba(0,0,0,0); }
          
          .main-menu:target, .main-menu[aria-expanded="true"] {
    left: 0;
    outline: none;
    -moz-box-shadow: 3px 0 12px rgba(0,0,0,.0);
    -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.0);
    box-shadow: 3px 0 12px rgba(0,0,0,.0);
    overflow: hidden;
}
    
}

    
