 :root {
  --brand-green: #a3cc24;
  --dark-green : #59b300;
  --contrast : #002040;
  --brand30 : #8fb320;
 --brand40 : #7a991c;
   
}
.slant-b:before {
  content: '';
  position: absolute;
  left:  0;
  bottom: -36px;
  width: 100%;
  height: 5em;
  background: #fff;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}
.slant-t:before {
  content: '';
  position: absolute;
  left:  0;
  top: -36px;
  width: 100%;
  height: 5em;
  background: #fff;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}

.hero
{
padding-top: 5em !important; 
padding-bottom: 5em !important; 
background: #a3cc24;  /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(rgba(163,204,36,1), rgba(143,179,32,1));
    background: linear-gradient(rgba(163,204,36,1), rgba(143,179,32,1)); /* The least supported option. */
background-size: cover;
background-position: center center;
}
.hero img
{
  opacity: 0.9;
}
.brand-bg
{ 
  background: var(--brand-green);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;  
}
.brand-bg img
{
filter:invert(100%);
opacity : 0.8;    
}
.brand-bg:hover img
{

filter:invert(0%);
opacity : 0.8;

}

h3
{
  color: var(--brand40);
}
h1
{
      font-family: 'Kanit', sans-serif;
      font-weight: 900;      
}
    body
    {
      font-family: 'Kanit', sans-serif;
box-sizing: content-box;
width: 100%;
    }
section
{  
  
}
.pricing
{
  font-size: 1.2em;
  color: #fff;
  display: block;   
font-weight: 300;
}
.navbar-default
{
  position: relative;
  top: 0;
}
.navbar-light, .bg-light
{
/*  background: linear-gradient(225deg, #aeda27, #93b820);*/
/*background : linear-gradient(to bottom,rgba(255,255,255,0.6), rgba(255,255,255,0.5), rgba(255,255,255,0.3), rgba(255,255,255,0));*/
background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0));
position: absolute;
width: 100%;
padding-top: 1em;
padding-bottom: 1em;
}
.bg-green
{
/*  background: linear-gradient(45deg, #5cb800, #6dda00);*/
background: var(--brand-green);
}
.bg-grey
{
/*  background: linear-gradient(45deg, #5cb800, #6dda00);*/
background: #EBECF0;
}
.nform
{
  
background: #fff;
}


footer
{
  background-color: var(--contrast);
}
footer .bf-about
{
  background-color: #000;  
}
footer .bf-link
{
  background-color: #111;  
}
footer .bf-reach
{
  background-color: #222;  
}
footer a
{
color: #fff;
}
footer form
{
border: 1px solid #fff;
padding: 2em;
}
.flinks li
{
width: 50%;
 padding : 0.5em 0;
float: left;
}
.flinks li a
{
  text-transform: uppercase;
  color: #fff;

}
.heroicon
{

  margin: 5px;

  background: var(--contrast);  
  color : #fff;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
border: solid 5px var(--contrast);
width: 30px;
height: 30px;
text-align: center;
line-height: 1.3em !important;
}
ul.hero li
{
  font-size: 1.2em;
}
.services, .review, .blog
{
background: rgba(241, 242, 243,1);
}
.bg-vector
{
  background:linear-gradient(0deg, rgba(235, 235, 235, 0.9), rgba(235, 235, 235, 0.9)), url("img/hexagon.svg");
  background-size:200%;
  background-position: center;
}

.services-outer-frame
{
background: #f9f9f9;
  border-radius: 20px;    
             border : solid #f9f9f9 5px;

  box-shadow:  -10px 10px 30px #d9d9d9, 
             10px -10px 30px #ffffff;

}
.services-inner-frame
{
  
  background: #EBECF0;
  border-radius: 20px;    

box-shadow:  inset -10px 10px 30px #d9d9d9, 
             inset 10px -10px 30px #ffffff;


}
.span-50
{
  width: 50%;
  float: left;
}
p{
  text-align: justify;
}

.btn-outline-primary {
        color: #000;
    border-color: var(--brand-green);

}
.btn-outline-primary:hover {

    color: #fff;
    background-color: var(--brand-green);
    border-color: var(--brand-green);

}
.btn-primary {
    color: #fff;
  background-color: var(--brand-green);
    border-color: var(--brand-green);
}
.btn-primary:hover {
    color: var(--brand-green);
    background-color: #111;
    border-color: #111;
}
.cta
{
  width: 100%;
  background: var(--contrast);
  border : none;
  outline : none;
}
.cta-call
{
  background: var(--contrast);
  color: #fff !important;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}

.bg-img
{
  position: absolute;
  overflow: none;
  width: 100%;
}
.bg-img svg
{
  width: 100%;
}
.text-shadow
{
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.barrel
{
      border-radius: 60px/180px;   
       border : outset 8px var(--brand-green);
    
}
.bg-icon-green
{
  color: transparent;
  text-shadow: 5px 5px 1px rgba(0,0,0,0.1), -5px -5px 1px rgba(0,0,0,0.1);
  position: absolute;  
  opacity: 1;
  z-index: 0;
}
.bg-icon-grey
{
  color: #d2d2d6;
  text-shadow: 5px 5px rgba(255,255,255,0.1), -5px -5px rgba(0,0,0,0.3);
  position: absolute;  
  opacity: 0.8;
}
.bg-icon-white
{
  color: #99bf22;
  text-shadow: 5px 5px 2px rgba(255,255,255,0.1), -5px -5px 2px rgba(0,0,0,0.3);
  position: absolute;  
  opacity: 0.8;
}
section
{
  position: relative;
  overflow : none;
}
@media only screen and (max-width: 768px) {
.bg-overflow
{
position: relative;
 overflow: hidden;
}
}
footer
{
  color : #fff;
}
a{
  color: #99bf22;
}
a:hover
{
  color: #85a61e;
  text-decoration: none;
}
.navbar
{
  z-index: 1000 !important;
}
blockquote:before,
blockquote:after {
  position: absolute;
  color: var(--brand-green);
  font-size: 4rem;  
  font-family: serif;
}

blockquote:before {
  content: '“';
  left: 0.5rem;
  top: 7rem;
}

blockquote:after {
  content: '”';
  right: 2rem;
  bottom: 6rem;
}
.pricing-features .list-group-item
{
  border : none;
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  background: none;
}
.pricing-features .list-group-item:last-child
{
  border-bottom: none;
}

.form-control, .btn, .cta-call, .input-group, .input-group-prepend, .input-group-text {
    border-radius: 0 !important;
}
footer h3
{
  text-transform: uppercase;
}
.navbar-nav li 
{
padding: 0 1em;
}

.services-card svg
{
  fill : #fff;  
  opacity: 0.9;
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, 1));
    -webkit-filter:  drop-shadow( 1px 1px 1px rgba(255, 255, 255, 0.6))
    drop-shadow( 2px 1px 1px rgba(0, 0, 0, 0.6));                  
    height: 5em;
    margin: 1em 0;

}
#hero-svg
{
  width: 100%;
  height: auto;
   -webkit-filter:  
    drop-shadow( 30px 30px 10px rgba(0, 0, 0, 0.5));
}
.services-card h3
{
  color: #fff;
text-shadow: 1px 1px 2px white, 2px 1px 2px #333;
             font-size: 2em;             
             margin-bottom: 0;
             opacity: 1;            
}
h1,h2,h3
{
  font-family: 'Bowlby One SC', cursive;
  letter-spacing: 0.05em;
  font-weight: 500;
}
h4
{
  font-weight: 700;
}
h5
{
  font-weight: 300;
}
.navbar-light .navbar-nav .nav-link
{
  text-transform: uppercase;
  color: #000;
}
.navbar-light .navbar-nav .nav-link
{

}
.brand-bg
{
    background-color: #a3cc24;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%239fc723' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%239bc222' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2397bd22' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2393b821' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%238fb320' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%238bae1f' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2387a91e' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2382a31e' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%237e9e1d' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%237a991c' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;*/
}
.hero
{
background-color: #a3cc24;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%239fc723' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%239bc222' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2397bd22' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2393b821' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%238fb320' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%238bae1f' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2387a91e' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2382a31e' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%237e9e1d' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%237a991c' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;

}

.ribbon-wrapper {
  position: relative;
  z-index: 1;
  margin: 5% auto;
}

.ribbon {
  font-size: 20px!important;  
  width: 90%;
  position: relative;
  background: #002040;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin: 1em auto 2em
}

.ribbon:after,
.ribbon:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #002d59;
  z-index: -1
}

.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent
}

.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent
}

.ribbon .ribbon-inner:after,
.ribbon .ribbon-inner:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #001326 transparent transparent;
  bottom: -1em
}

.ribbon .ribbon-inner:before {
  left: 0;
  border-width: 1em 0 0 1em
}

.ribbon .ribbon-inner:after {
  right: 0;
  border-width: 1em 1em 0 0
}

.services-card
{
 -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.web-development-services svg
{
  height: 100px;
  margin-bottom: 1em;
fill : var(--contrast);
filter: drop-shadow(2px 1px 2px rgba(255,255,255,1)) drop-shadow(3px 1px 2px rgba(0,0,0,1));
}
.ecommerce svg
{
fill : var(--contrast);
filter: grayscale(100%) brightness(500%) drop-shadow(2px 1px 1px rgba(255,255,255,0.6)) drop-shadow(3px 1px 1px rgba(0,0,0,0.6));

}
.dropdown-menu
{
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;     
border-top: 5px solid var(--contrast); 
border-bottom: 5px solid var(--contrast); 

}
@media screen and (min-width: 992px) {

 .dropdown-menu:before {
       border-bottom: 20px solid var(--contrast);
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      content: "";
      height: 0;
      left: 40%;
      position: absolute;
      top: -20px;
      width: 0;
    }
  }
.dropdown-menu .dropdown-item
{
padding: 1em 2em;
}
@media screen and (max-width: 991px) {
.navbar-collapse
{
background: rgba(255,255,255,0.9);
    padding: 1em;
  }
  .navbar-collapse .nav-item
{
    padding: 0.4em;
  }
}

/* The device with borders */
.smartphone {
  position: relative;
  width: 360px;
height: auto;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
  -webkit-box-shadow: 30px 30px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 30px 30px 10px 0px rgba(0,0,0,0.5);
box-shadow: 30px 30px 10px 0px rgba(0,0,0,0.5);
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(34,34,34,0.8);
  border-radius: 10px;

}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: rgba(34,34,34,0.8);
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  width: 100%;
  height: auto;
  background: white;
}

.list-brands
{
  text-align: center;
}
.trusted-brands
{
  filter: grayscale(100%) invert(100%) brightness(300%);
}
.trusted-brands:hover
{
  filter: none;
}
.home.slant-b:before
{
  background: #EBEBEB;
}
@media screen and (max-width: 991px) {
.mobile-star
{
    margin-left : -30%;
}
}
.ebook
{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}


.navbar-expand-lg .navbar-nav .nav-link
{
    padding : 0;
}
.hero h1
{
font-size : 2.5rem;    

}
.hero h2
{
font-size : 2rem;    
}

.hero h3
{
    font-size : 1.6rem;
    font-weight : 500;
    color : #212529;
}
.hero h4
{
    font-size : 1.3rem;
    font-weight : 500;
}
.hero h1, .hero h2, .hero h3, .hero h4, .hero p
{
    padding : 0.4rem;
}
.animated-bg
{
  background: url(img/andril-bg-animated.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
}
.awrap
{
  background: var(--brand-green);
  border-radius: 30%/60%;
  width: 100px;
  height: 100px;
  margin-bottom: 0.3em;
  text-align: center;
}
.awrap.fa-solid, .awrap.fa-brands, .awrap.fa
{
  line-height: 2.1em !important;
  color : #fff !important;
  text-align: center;

  vertical-align: middle ;
}
@media only screen and (max-width: 728px) {
.mb-bg
{
  background : linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0.6), rgba(255,255,255,0.6), rgba(255,255,255,0.6), rgba(255,255,255,0.7));
  -webkit-border-top-right-radius: 60%;
-webkit-border-bottom-right-radius: 30%;
-moz-border-radius-topright: 60%;
-moz-border-radius-bottomright: 30%;
border-top-right-radius: 60%;
border-bottom-right-radius: 30%;
}
}

.heroicon
{
  color: var(--brand-green);
}
.heroicon.fa-crown
{
  color: #DD9900;
}
.list-unstyled .heroicon
{
  margin-right: 0.6em;
}
.why-us-hosting
{
  background: rgba(241, 242, 243,1);
}

.navbar-expand-lg .navbar-nav .nav-link
{
  font-weight: 500;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 2.3em;
}
.navbar-expand-lg .navbar-nav .nav-item
{
  padding: 0 1em 0 0 ;
}
.navbar-expand-lg .navbar-nav .nav-link:hover
{
  background-color : rgba(0,0,0,0.7);
  border-radius : 10px;
color : #fff !important;
}
.cta, .gtm-call, .btn
{
  border-radius: 6px !important;
}