/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 22, 2016, 11:47:57 AM
    Author     : Vinod
*/

html,
body {
  height: 100%;
  width: 100%;
  
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
.row{
 /* margin-right: 70px !important;
    margin-left: -225px !important;*/
    margin-top: 0px !important;
}
.back{
  background-image: url("../img/background_bamboo1.png") !important;
  padding-bottom: 40px;
}
.tp-margin{
 margin-top:46px;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.head-text{
  font-size:16px;
  text-align: left;

}
.lft-margin{
  padding-left:150px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bg-primary {
  background-color: #fff; //white
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.text-dull{
  
  /*text-align: left !important;*/
  
  font-size:14px;
  padding-left:25px !important;
  padding-right: 20px;
  color:#000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.text-dull-v{
  
  /*text-align: left !important;*/
  
  font-size:14px;
  padding-right: 20px;
  color:#000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
section {
  padding: 30px 0;
  padding-bottom: 0px; 
  scroll-snap-align: start;
}
.card{
   width:100vw;
   height:100vh;
   position:sticky;
   top:20px;
}
aside {
  padding: 50px 0;
}
.logo-mar{
  margin-top: 12px !important; 
  margin-left:-129px !important;
}
.no-padding {
  padding: 0;
}
.green-box{
  background-color: rgba(179,209,149,0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: 258px;
  margin-top:30px !important;
    width: 562px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
 
}
.wht-box{
  background-color: rgba(179,209,149,0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top:30px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
 
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #FFF;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  /*font-weight: 700;*/
  font-size: 15px;
  color: rgb(132,131,131);
  background-color: #476631 !important;
  
  /* border-right: solid 18px #fff !important;
    border-radius: 50px 50px !important;*/
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: rgb(148,184,38) !important;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: rgb(148,184,38) !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.white_back{
  background-color: #fff !important;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: #fff !important;
   /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);*/
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgb(255, 255, 255) !important;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #FFF;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    /*color: #222222;*/
    color:#fff;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
}
/*
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
}*/
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /*header {
    min-height: 100%;
  }*/
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
 border-radius: 6px !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  
  
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

.lft-mar{
  padding-left: 10px;
}
/*added*/

h2{
    color: rgb(148,184,38) !important;
    font-size: 36px !important;
    text-align: left;
}   

#mainNav{
    background-color: white  !important;
}
.menu{
    color: #fff !important;
    font-size: 18pt;
} 

.arrow_box_f:after, .arrow_box_f:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_f:after {
   border-color: rgba(245, 243, 243, 0);
    border-bottom-color: #FEF3F3;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box_f:before {
   border-color: rgba(205, 205, 205, 0);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-width: 11px;
    margin-left: -11px;
}


.arrow_box_s {
    position: relative;
    background: #fff;
}
.arrow_box_s:after, .arrow_box_s:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_s:after {
    border-color: rgba(245, 243, 243, 0);
    border-bottom-color: #FEF3F3;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box_s:before {
    border-color: rgba(205, 205, 205, 0);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-width: 11px;
    margin-left: -11px;
}



.arrow_box_m {
    position: relative;
    background: #fff;
}
.arrow_box_m:after, .arrow_box_m:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_m:after {
    border-color: rgba(245, 243, 243, 0);
    border-bottom-color: #FEF3F3;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box_m:before {
    border-color: rgba(205, 205, 205, 0);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-width: 11px;
    margin-left: -11px;
}




.arrow_box_ms {
    position: relative;
    background: #fff;
}
.arrow_box_ms:after, .arrow_box_ms:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_ms:after {
    border-color: rgba(245, 243, 243, 0);
    border-bottom-color: #FEF3F3;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box_ms:before {
    border-color: rgba(205, 205, 205, 0);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-width: 11px;
    margin-left: -11px;
}
.carousel-dim{
  margin-top: 50px;
  height: 530px;
}
.table-mar{
  margin-left:180px; 
  margin-top:20px;
}

@media  (min-width: 300px) {
.carousel-dim {
    margin-top: 50px;
    height: 200px;
}
.green-box {
  width:340px;
  margin-left:0px;
}
.wht-box{
  width:340px;
  margin-left: 0px;
}
/* .lft-pad{
   padding-left: 20px;
 }*/
#more600{
  display: none;
}
#less600{
  display:block;
}
.bd-curve{
  display: none !important;
}

h2 {
    color: rgb(148, 184, 38) !important;
    font-size: 25px !important;
    text-align: left;
   
}
.logo-mar{
  margin-top: -4px !important; 
  margin-left:-1px !important;
}
}
/*@media  (max-width:376px) and (min-width: 400px) {
.carousel-dim {
    margin-top: 50px;
    height: 220px;
}
.green-box {
  width:460px;
  margin-left:14px;
}
.wht-box{
  width:460px;
  margin-left: 14px;
}
#more600{
  display: none;
}
#less600{
  display:block;
}
.bd-curve{
  display: none !important;
}

h2 {
    color: rgb(148, 184, 38) !important;
    font-size: 25px !important;
    text-align: left;
   
}
.logo-mar{
  margin-top: -4px !important; 
  margin-left:-1px !important;
}
}*/
@media  (min-width: 500px) {
.carousel-dim {
    margin-top: 50px;
    height: 250px;
}
.green-box {
  width:460px;
  margin-left:15px;
}
.wht-box{
  width:460px;
  margin-left: 15px;
}
 .lft-pad{
   padding-left: 20px;
 }
#more600{
  display: none;
}
#less600{
  display:block;
}
.bd-curve{
  display: none !important;
}

h2 {
    color: rgb(148, 184, 38) !important;
    font-size: 28px !important;
    text-align: left;
   
}
.logo-mar{
  margin-top: -4px !important; 
  margin-left:-1px !important;
}
}
@media  (max-width: 620px) and (min-width: 600px) {
  .wht-box{
  width:525px !important;
  margin-left: 30px;
}
}
@media  (min-width: 600px) {
.carousel-dim {
    margin-top: 50px;
    height: 300px;
}
.green-box {
  margin-left:106px;
}
.wht-box{
  width:575px;
  margin-left: 30px;
}
 .lft-pad{
   padding-left: 20px;
 }
#more600{
  display: none;
}
#less600{
  display:block;
}
.bd-curve{
  display: none !important;
}

h2 {
    color: rgb(148, 184, 38) !important;
    font-size: 28px !important;
    text-align: left;
   
}
.logo-mar{
  margin-top: -4px !important; 
  margin-left:-1px !important;
}
}
@media  (min-width: 700px) {
   .logo-mar{
  margin-top: -4px !important; 
  margin-left:-17px !important;
 }
 .carousel-dim {
    margin-top: 50px;
    height: 320px;
}
 .lft-pad{
   padding-left: 20px;
 }
.green-box {
  margin-left:140px;
}
#more600{
  display: none;
}
#less600{
  display:block;
}
.bd-curve{
  display: none !important;
}
}
@media  (min-width: 800px) {
  .back{
  background-image: url("../img/background_bamboo4.png") !important;
  padding-bottom: 70px;
}
 .logo-mar{
  margin-top: -4px !important; 
  margin-left:-50px !important;
 }
 .table-mar{
  margin-left:90px; 
  margin-top:20px;
}
 .lft-mar{
   margin-left: 40px;
 }
  .lft-pad{
   padding-left: 20px;
 }
 .carousel-dim{
  margin-top: 50px;
  height: 396px;
}
.green-box {
  margin-left:180px;
}
#more600{
  display: block;
}
#less600{
  display:none;
}
.bd-curve{
  display: block !important;
}
}
@media  (min-width: 900px) {
  .back{
  background-image: url("../img/background_bamboo4.png") !important;
  padding-bottom: 70px;
}
 .logo-mar{
  margin-top: -4px !important; 
  margin-left:-50px !important;
 }
 .table-mar{
  /*margin-left:43px; original*/
  margin-left:0px; /* for 900px testing*/
  margin-top:20px;
}
 .lft-mar{
   margin-left: -16px;
 }
  .lft-pad{
   padding-left: 20px;
 }
 .carousel-dim{
  margin-top: 50px;
  height: 400px;
}
.green-box {
  margin-left:186px;
}
#more600{
  display: block;
}
#less600{
  display:none;
}
 .bd-curve{
  display: block !important;
} 
h2 {
    color: rgb(148, 184, 38) !important;
    font-size: 36px !important;
    text-align: left;
   
}
}
@media  (min-width: 1000px) {
  .back{
  background-image: url("../img/background_bamboo4.png") !important;
  padding-bottom: 80px;
}
 .logo-mar{
  margin-top: -4px !important; 
  margin-left:-15px !important;
 }
 .table-mar{
  margin-left:90px; 
  margin-top:20px;
}
 .lft-mar{
   margin-left: 40px;
 }
  .lft-pad{
   padding-left: 20px;
 }
 .carousel-dim{
  margin-top: 50px;
  height: 450px;
}
.green-box {
  margin-left:240px;
}
#more600{
  display: block;
}
#less600{
  display:none;
}
 .bd-curve{
  display: block !important;
} 
}
@media (min-width: 1200px) {
 .logo-mar{
  margin-top: -4px !important; 
  margin-left:-50px !important;
 }
 .green-box {
  margin-left:258px !important;
}
 .lft-mar{
   margin-left: 10px;
 }
  .lft-pad{
   padding-left: 20px;
 }
 .bd-curve{
  display: block !important;
} 
 #more600{
  display: block;
}
#less600{
  display:none;
} 
}
@media (min-width: 1100px) {
  .back{
  background-image: url("../img/background_bamboo3.png") !important;
  padding-bottom: 80px;
}
 .logo-mar{
  margin-top: -4px !important; 
  margin-left:-50px !important;
 }
 .green-box {
  margin-left:258px;
}
#more600{
  display: block;
}
#less600{
  display:none;
}
.bd-curve{
  display: block !important;
} 
 .lft-pad{
   padding-left: 20px;
 } 
}
@media (min-width: 1300px) {
  .back{
  background-image: url("../img/background_bamboo3.png") !important;
/*  background-repeat: no-repeat;
  background-size: cover;*/
  padding-bottom: 80px;
};
.table-mar{
  margin-left:180px; 
  margin-top:20px;
}
.green-box {
  margin-left:258px;
}
 .carousel-dim{
  margin-top: 50px;
  height: 530px;
}
 .lft-mar{
   margin-left: 10px;
 }
  .lft-pad{
   padding-left: 20px;
 }
 #more600{
  display: block;
}
#less600{
  display:none;
}
.bd-curve{
  display: block !important;
}  
}
@media (min-width: 1400px) {
  .back{
  background-image: url("../img/background_bamboo2.png") !important;
  padding-bottom: 80px;
}
 .lft-mar{
   margin-left: 10px;
 }
 .lft-pad{
   padding-left: 20px;
 }
 .bd-curve{
  display: block !important;
}  
}
@media (min-width: 1401px) {
  .back{
  background-image: url("../img/background_bamboo1.png") !important;
  padding-bottom: 80px;
}
 .lft-mar{
   margin-left: 10px;
 }
  .lft-pad{
   padding-left: 20px;
 }
.logo-mar{
  margin-top: -4px !important; 
  margin-left:-129px !important;
}
.table-mar{
  margin-left:180px; 
  margin-top:20px;
}
.green-box {
  margin-left:258px;
}
#more600{
  display: block;
}
#less600{
  display:none;
}
.bd-curve{
  display: block !important;
}  
}
@media (min-width: 768px) {

    .arrow_box_f:after, .arrow_box_f:before {  
        left: 37%;
    }
    .arrow_box_s:after, .arrow_box_s:before {  
        left: 89%;
    }
    .arrow_box_m:after, .arrow_box_m:before {  
        left: 63%;
    }
    .arrow_box_ms:after, .arrow_box_ms:before {  
        left: 11%;
    }
  .bd-curve{
  display: block !important;
}  
#more600{
  display: block;
}
#less600{
  display:none;
}
}


.anchor_color {
    font-size: 18px !important;
    color: rgb(138,138,138) !important;
    text-decoration: none !important;
}



.welcomediv{
    background-color: rgb(98,98,98);
    height: 100px;
}
.subheaderclass{
    color: rgb(148,184,38) !important;
    font-size: 20px!important;;
}
.subheadertitleclass{
    font-size: 16px!important;;
    color: rgb(228,228,288)!important;;
}

.welcometext{
    padding-left: 30px!important;    
}

.homeHeadingFirst {
    color: white !important; ; 
    font-size: 36px !important; 
    padding-bottom: 200px !important; 
    text-align: left !important; 
    text-shadow: 2px 2px black !important; 
}
.homeSubHeadingFirst {
    color: white!important; 
    /*font-size: 36px !important; */
    /*padding-bottom: 100px!important; */
    text-align: left !important; 
    font-weight: bold !important; 
    text-shadow: 2px 2px black !important; 
}


h3{
    color: #000 !important;    
    font-size:24px!important; 
    padding-left:0px;/* changed from 40px*/
}
 
#standalonediv,#firstdiv, #seconddiv, #thirddiv{
    background-color: rgb(245, 243, 243)!important;    
    border: 1px solid rgb(205, 205, 205)!important;    
}
.divider{
border-bottom: 1px solid rgb(205,205,205);padding-bottom: 20px;    
}

.footerclass {
    height: 50px;
    background-color: #476631;
 }
 .copytext{
     font-size: 14px!important;    
     color: #ffffff!important; 
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }
 
 .backgr{
  background-color:rgba(179,209,149,0.3) ;
 }
 .help-block{
     color: red;
 }
 .medium-text{
  font-size: 14px !important;
  color:#294118;
  line-height: 1 !important;
  /*padding-left: 30px;*/
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }  
 .medium-text_b{
  font-size: 14px !important;
  color:#294118;
  line-height: 1 !important;
  font-weight:bold;
  /*padding-left: 30px;*/
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }  
  .medium-text-black{
  font-size: 14px !important;
  color:#000;
  line-height: 1 !important;
  /*padding-left: 30px;*/
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }   
 .small-text{
  font-size:14px; 
  color:#294118;
  line-height: 1.4;
  margin-top:12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }    
  .small-text-b{
  font-size:14px; 
  color:#294118;
  line-height: 1.4;
  margin-top:12px;
  font-weight:bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }     
 .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 1;
  padding:0px !important;
  border:none !important;
 }
 .standalone_image1:hover {
   // background-image: url('img/web_inactive.png');
}
.standalone_image1 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/standalone_active.png');
}

 .standalone_image2:hover {
   background-image: url('../img/standalone_active.png');
}
.standalone_image2 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/standalone_inactive.png');
}

  
.web_image1:hover {
    background-image: url('../img/web_active.png');
}
.web_image1 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/web_inactive.png');
}

 
.web_image2 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/web_active.png');
}




.cloud_image1:hover {
    background-image: url('../img/cloud_active.png');
}
.cloud_image1 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/cloud_inactive.png');
}

 
.cloud_image2 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/cloud_active.png');
}

.mobile_image1:hover {
    background-image: url('../img/mobile_active.png');
}
.mobile_image1 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/mobile_inactive.png');
}

 
.mobile_image2 {
    margin:auto;
    display: inline-block;
    height: 134px;
    width: 134px;
    background-image: url('../img/mobile_active.png');
}