*
{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html,body
{
      scroll-behavior: smooth;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    overflow-x: hidden ;
}
body
{
    font-family: 'Roboto', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.pd-50
{
    padding: 50px 0;
}
.back-color
{
    background: #dddada40;
}
.nav-header
{
    background-color: black;
    position: fixed;
    z-index: 10;
    border-top: #306d45 2px solid;
}
.nav-header .navi-color-text li a{
    color: white;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: 0.7px;
    font-size: 17px;
}
.nav-header .navbar-nav li a{
       color: white;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.nvaa
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px 10px 10px;
}
.navi-color
{
    background-color: #306d45;
    padding: 10px;
    clip-path: polygon(1% 0%, 100% 0%, 100% 102%, 100% 100%, 10% 103%, -3% -217%);
}
.navi-color-text
{
    padding-left:100px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    display: flex;justify-content: space-around;
    color: white;
}
.navigation-bar
{
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.logo
{
    /* height: 62px; */
    width: 100%;
}
.logo-div
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-text
{
    margin: 0px 0px;
    text-transform: uppercase;
    color: #000;
    transition: .6s;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 0px;
}
.nav-link
{
    padding: 0.5rem 2rem !important;
}
.main-slider
{
    padding: 0;
    position: relative;
}
.overlay
{
    z-index: 9;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
     /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0.3;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.log-btn
{
    height: 50px;
    width: 120px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.stats-text
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.line
{
    height: 3px;
    width: 5%;
    background-color: orange;
}
.div-stat
{
    /*padding: 10px;*/
    color: #3eb34a;
    font-weight: 700;
}
.abt-text span
{
    color: #3eb34a;
    font-weight: 700;
}
.stats-inner
{
    box-shadow:rgb(0 0 0 / 5%) 0px 4px 8px 0px, rgb(0 0 0 / 0%) 0px 6px 20px 0px;
    background: white;
    /*margin:30px;*/
}
.client-pic
{
    padding-top:10px;
    padding-right:10px;
}
.big-text
{
    font-size: 30px;
    margin: 0;
    margin-top: 10px;
}
.small-text
{
    font-size: 15px;
}
.colored-bg
{
    background-color: #304A43;
    color: white;
    padding: 50px 25px;
}
.imagess
{
    height: 335px;
    object-fit: cover;
    width: 100%;
}
.colored-bg a
{
    color: white;
    text-decoration: none;
}
.colored-bgs a
{
    color: black;
    text-decoration: none;
}
.colored-bgs
{
    background-color: #f3ecec;
    color: black;
    padding: 50px 25px;
}
.imagess:hover
{
    transform: scale(1.01);
}
.service-text
{
   display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}
.business-segment
{
    margin-top: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.business-text
{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients
{
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top:50px;*/
    background-color: #bfddc2;
}
.client-text
{
    font-size: 40px;
    /*padding-bottom: 50px;*/
   display: flex;
   justify-content: center;
}
.client-image
{
    justify-content: space-around;
    align-items:center;
}
.view-more
{
    padding: 30px;
}
.view-more-text
{
    color: black;
    text-decoration: none;
}
.view-more-text:hover
{
    text-decoration: underline red;
    color: red;
}
.disclaimer
{
    background-color: #000;
    color: white;
}
.disclaimer-heading
{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
} 
.broucher-butto
{
    background-color: #3eb34a;
    color: white;
    height: 35px;
    width: 200px;
    font-size: 15px;
    font-weight: 500;
}
.padd
{
    padding: 30px 0;
}
ul
{
    list-style: none;
}
.abc
{
    margin: 0;
    color: white;
    text-decoration: none;
    color: white;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.socialicon i
{
    margin: 0;
    color: white;
    text-decoration: none;
    /*background: #3eb34a;*/
    padding: 6px;
    font-size: 25px;
}
/*.fa-linkedin,.fa-square-facebook,.fa-twitter,.fa-square-instagram*/
/*{*/
/*    color: #ea722b;*/
/*}*/
  .cover-border
  {
    margin-top: 100px;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 10px;
    background-color: white;
  }
  .cover-border-row
  {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .testimonials-clean {
    color:#313437;
    /*background-color:#eef4f7;*/
  }
  .testimonials-clean p {
    color:#fff;
  }
  .testimonials-clean h2 {
    font-weight:bold;
    /*margin-bottom:40px;*/
    padding-top:40px;
    color:inherit;
  }
  @media (max-width:767px) {
    .testimonials-clean h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  .testimonials-clean .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto;
  }
  .testimonials-clean .intro p {
    margin-bottom:0;
  }
  .testimonials-clean .people {
    padding:50px 0 20px;
  }
  .testimonials-clean .item {
    margin-bottom:32px;
  }
  @media (min-width:768px) {
    .testimonials-clean .item {
      /* height:220px; */
    }
  }
  .testimonials-clean .item .box {
    padding:30px;
    background-color: #306d45;
    position:relative;
  }
  .testimonials-clean .item .box:after {
    content:'';
    position:absolute;
    left:30px;
    bottom:-24px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-width:12px 15px;
    border-top-color: #306d45;
  }  .testimonials-clean .item .author {
    margin-top:28px;
    padding-left:25px;
  }
  .testimonials-clean .item .name {
    font-weight:bold;
    margin-bottom:2px;
    color:inherit;
  }
  .testimonials-clean .item .title {
    font-size:13px;
    color:#9da9ae;
  }
  .testimonials-clean .item .description {
    font-size: 17px;
    margin-bottom:0;
    letter-spacing: 0.7px;
    font-weight: 100;
  }
  .testimonials-clean .item img {
    max-width:40px;
    float:left;
    margin-right:12px;
  }
  .dropdown:hover>.dropdown-menu {
    display: block;
    padding: 0 !important;
  }
  .dropdown-item
  {
      border-bottom: 1px solid #dcd5d5 !important;
    padding: 10px !important;
  
  }
  .dropdown-item:hover
  {
      background: #306d45 !important;
        color: white !important;
  }
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
.business-text
{
  /*margin: 80px;*/
  position:sticky;
  top: 0;
  color: #3eb34a;
  font-weight: 600;
  /*padding: 130px;*/
}.linee
{
  height:5px;
  width: 20%;
  background-color: #ea722b;
}
.bbbbtt
{
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  position:sticky;
  top: 0;
  background-attachment: fixed;
}
.img-business
{
    /*display: flex;*/
    margin: 15px;
    box-shadow: 1px 3px 8px -4px gray;
    padding: 20px;
    align-items: center;
    border: 1px solid #3eb34a4d !important;
}
/*.about-us*/
/*{*/
/*  padding: 50px 0;*/
/*}*/
.welcome
{
  font-size: 40px;
  font-weight: 600;
}
.welcome-text
{
  color: #23252d;
    font-weight: 300;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.carousel-caption
{
  bottom: 30% !important;
  left: 10% !important;
}
.banner-text
{
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 30px;
}
.text-align
{
  width: 40%;
}
.colored-bg h2
{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.colored-bg p
{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.colored-bgs p
{
    color: #23252d;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.colored-bgs h2
{
    text-transform: uppercase;
    color: #23252d;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.buss-title
{
    text-transform: uppercase;
    color: #23252d;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.img-business p
{
    color: #23252d;
    font-weight: 300;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.padd li
{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}
.bann-know{
   background: #3eb34a;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.bann-know:hover{
        background: #653998;
}
.ban-text
{
    margin-bottom: 40px;
}
/*===============================================*/
@media (max-width: 1150px){
.stats-inner img
{
    height:60px;
    width:60;
}
.big-text
{
    font-size:15px;
}
.small-text
{
    font-size:8px;
}
.carousel-caption
{
  bottom: 1% !important;
  left: 27% !important;
  padding-top:50px;
}
}
/*===================================*/

@media (max-width: 768px) {
 .navi-color
 {
     display:none;
 }
 .nvaa
 {
     display:none;
 }
 .nav-header
 {
     border-top:none
 }
 .logo
 {
     height:70px;
 }
 .logo-div
{
    display: block;
}
.carousel-caption
{
  bottom: 1% !important;
  left: 27% !important;
  /*padding-top:50px;*/
}.ban-text
{
  font-size: 8px;
margin-bottom:25px;

}
.banner-text
{
  font-weight: 800;
  font-size: 20px;
  margin-bottom:25px;
}
.nav-header
{
    position: static;
}
.stats-inner img
{
    height:60px;
    width:60px;
}
.big-text
{
    font-size:25px;
}
.small-text
{
    font-size:15px;
}
.business-text
{
  /*margin: 80px;*/
  position:static;
  top: 45%;
  color: #3eb34a;
  font-weight: 600;
  /*padding: 130px;*/
}
.bbbbtt
{
    position:static;
}
.stats-inner
{
    margin:10px;
}
.imagess img
{
    min-width:100% !important;
}
}
.pd-60{
    padding:60px 0;
}
.team-nav{
    float: inline-end;
}
.home-services p{
    color: #23252d;
    font-weight: 300;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;  
}
.bread-section{
     margin-top: 6rem;
     background:#403d3d;
}
.aboutpage-sec p{
        color: #23252d;
    font-weight: 300;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.aboutpage-sec h3{
    text-transform: uppercase;
}
.vision-mission h3{
    font-size: 21px;
    font-weight: 700;
}
.vision-mission p{
     color: #23252d;
    font-weight: 300;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.vision-mission li{
list-style: disc;
color: #23252d;
    font-weight: 300;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.vision-mission ul{
    padding: 0 15px;
}
.bread-section .breadcrumb{
        position: absolute;
}
.bread-section .breadcrumb-item a{
    color: white;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}
.bread-section .breadcrumb-item.active{
    color: white;
}
.bread-section .breadcrumb-item+.breadcrumb-item::before{
    color: white;
}
.team-nav .dropdown-menu{
        background: black;
}


.service-pge h3{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.service-pge p{
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.banner-txt{
    text-align: justify !important;
}
.team-form{
    box-shadow: -1px 0px 8px -4px gray;
    padding: 18px;
    border-radius: 12px;
}
.txthomeservice{
        margin-bottom: 30px;
}
.txthomeservice h3{
    margin: 15px 0px;
    text-transform: uppercase;
    color: #23252d;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.txthomeservice a{
    color: #306d45;
    text-decoration: none;
}
.lastfooter{
        background: #306d45;
    padding: 10px 0;
}
.lastfooter{
        color: white;
    text-decoration: none;
    font-size: 17px;
}
.clientpage-sec h3{
text-align: center;
    margin-bottom: 20px;
}
.clientpage-sec ul{
    list-style-type: disc;
}
.clientpage-sec ul li{
        line-height: 35px;
    letter-spacing: 0.6px;
    font-size: 15px;
}
.gallery-sec img{
    margin-bottom: 35px;
     transition: transform .2s; 
}


.gallery-sec img:hover {
 transform: scale(1.1);  }
 
 .clientpage-sec .client-img img:hover {
    box-shadow: 10px 10px 5px 0 rgb(0 0 0 / 6%);
    transform: translate(-5px, -5px);
}
 .clientpage-sec .client-img img{
    padding: 20px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .7s ease;
    width: 100%;
    height: 148px;
    object-fit: contain;
    background:#f5f5f5;
}
.clientpage-sec .client-img img {
    background: #fff;
    box-shadow: 0 0 20px #cdc8c8;
    margin-bottom: 30px;
}
    
    
.gallery_sec{
  width:100%;
  padding:80px 0;
}.gallery_sec{
  width:100%;
  padding:80px 0;
}
.gallery_sec .heading{
  width:100%;
  text-align:center;
}
.gallery_sec .heading h2{
  font-size:30px;
  font-weight:bold;
  border-bottom:2px solid #000;
  padding-bottom:25px;
}
.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  height:250px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}
.pdf-section{
        padding-top: 18px;
    padding-bottom: 14px;
}
.pdf-section .col-md-4{
      padding-bottom:20px;
}







#container {
  position: relative;
  left: 0;
  transition: left 300ms ease;
  display: inline-block;
  width: 100%;
}
#container #content {
  position: relative;
  width: 100%;
  background: #404040;
  z-index: 1;
  float: left;
  overflow: hidden;
}
#container #content .left-burger {
  position: relative;
  width: 50%;
  float: left;
  background: transparent;
  z-index: 100;
}
#container #content .left-burger h2 {
  position: relative;
  z-index: auto;
}
#container #content .left-burger .triangle {
  width: 0;
  height: 0;
  border-top: solid #f1f1f1;
  border-right: solid transparent;
  border-left: none;
  border-bottom: none;
  position: absolute;
}
#container #content .right-slider {
  position: relative;
  width: 50%;
  float: left;
  background: transparent;
}
#container #content .right-slider h2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#main-nav {
  width: 100%;
  /*background: #333;*/
  /*position: fixed;*/
  z-index: 100;
  display: inline-block;
}
#main-nav .logo {
  padding: 20px 50px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity 200ms ease;
  position: relative;
}
#main-nav #bun {
  position: static;
  cursor: pointer;
  right: 10%;
  top: 2%;
  /*background: #404040;*/
  width: 38px;
  height: 38px;
  /*border: 1px solid #444444;*/
  border-radius: 5px;
  /*box-shadow: 0px 0px 0px 1px #1f1f1f;*/
  overflow: hidden;
}
#main-nav #bun .mmm-burger {
  position: relative;
  width: 25px;
  margin: 18px 7px 0;
  height: 3px;
  background: #fff;
}
#main-nav #bun .mmm-burger:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  right: 0;
  top: -8px;
}
#main-nav #bun .mmm-burger:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  right: 0;
  top: 8px;
}
#main-nav #bun:before {
  content: '';
  top: -10px;
  left: -45px;
  width: 30px;
  height: 75px;
  position: absolute;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(25deg);
  transition: left 300ms linear 50ms, opacity 20ms linear;
}
#main-nav #bun:hover:before {
  opacity: 1;
  left: 100px;
}

#sidebar {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 300px;
  background: #404040;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  left: -300px;
  top: 0;
  transition: left 300ms ease;
}
#sidebar #mobile-nav .mobile-logo {
  color: white;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1500ms ease;
}
#sidebar #mobile-nav ul {
  margin: 0;
  padding: 4px 0;
}
#sidebar #mobile-nav ul .nav-item {
  position: relative;
  border-top: 0px solid trandsparent;
  border-bottom: 0px solid trandsparent;
  float: left;
  list-style: none;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #333;
  overflow: hidden;
  cursor: pointer;
  transform: scale(0.75, 0.75);
  opacity: 0;
  transition: left 300ms linear 2s, opacity 100ms ease-in 600ms;
  transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  transition: border-top 40 ease 0ms, border-bottom 40 ease 0ms, box-shadow 150 ms ease-in;
}
#sidebar #mobile-nav ul .nav-item:hover {
  box-shadow: 0 0px 12px 3px #333;
  z-index: 100;
}
#sidebar #mobile-nav ul .nav-item:hover:after {
  color: #fff;
}
#sidebar #mobile-nav ul .nav-item h3 {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding: 15px 25px;
  margin: 0;
  text-shadow: 0px -2px #333;
}
#sidebar #mobile-nav ul .nav-item:first-child {
  border-top: 1px solid #333;
  margin: 0;
}
#sidebar #mobile-nav ul .nav-item:first-child:hover {
  box-shadow: 0 4px 16px 0px #333 !important;
}
#sidebar #mobile-nav ul .nav-item:last-child {
  border-bottom: 1px solid #333;
}
#sidebar #mobile-nav ul .nav-item:last-child:hover {
  box-shadow: 0 -4px 16px 0px #333 !important;
}
#sidebar #mobile-nav ul .sub-nav {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item {
  position: relative;
  float: left;
  list-style: none;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #333;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:hover h4 {
  color: #fff;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item h4 {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  color: #f1f1f1;
  padding: 11px 20px 10px 40px;
  margin: 0;
  text-shadow: 0px -2px #333;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:first-child {
  border-top: none;
}
#sidebar #mobile-nav ul .sub-nav .sub-nav-item:last-child {
  border-bottom: none;
}

.nav-slide {
  left: 0 !important;
}
.nav-slide #mobile-nav .mobile-logo {
  opacity: 1 !important;
}

.body-slide {
  left: 300px !important;
}
.body-slide #main-nav .logo {
  opacity: 0 !important;
}

.item-slide {
  transform: scale(1, 1) !important;
  opacity: 1 !important;
}

.scroll-jam {
  height: 100%;
  overflow-y: hidden;
}

.arrowed:after {
  content: '+';
  width: 25px;
  height: 25px;
  position: absolute;
  color: #fff;
  right: 6px;
  font-size: 26px;
  top: 3px;
}
.sub-nav-item a
{
    color: white;
    text-decoration: none;
}
.selected {
  box-shadow: 0 0 12px 3px #333 !important;
}
.selected:after {
  content: "_";
  width: 25px;
  height: 25px;
  position: absolute;
  color: #f1f1f1;
  right: 4px;
  font-size: 20px;
  top: 4px;
}
#main-nav
{
    display: none;
}
#sidebar #mobile-nav ul .nav-item h3 a
{
    color: white;
    text-decoration: none;
}