@import 'https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:400,600,700';
img {
    object-fit:cover
}
a {
    text-decoration:none
}
ul,
ol {
    list-style-type:none
}
img {
    border:none
}
body {
    color:#838383;
    font-family:open sans,sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:600;
    color:#333;
    font-family:poppins;
    margin-bottom:0
}
p {
    color:#777;
    font-family:open sans,sans-serif;
    margin-bottom:0;
    font-size:15px;
    font-weight:400
}
a {
    color:#2aa536;
    text-decoration:none;
    font-family:open sans,sans-serif
}
a:hover {
    text-decoration:none;
    color:#2aa536
}
section {
    padding:70px 0
}
.custom-btn {
    display:inline-block;
    background-color:#2b6e29;
    color:#fff;
    display:inline-block;
    text-align:center;
    font-weight:600;
    margin-right:10px;
    margin-top:30px;
    padding:12px 32px;
    font-size:15px;
    border-radius:3px;
    text-transform:uppercase;
    position:relative;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s
}
.custom-btn:before {
    position:absolute;
    content:" ";
    bottom:0;
    left:0;
    width:100%;
    height:0%;
    background:rgba(255,255,255,.15);
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s
}
.custom-btn:hover:before {
    height:100%
}
.custom-btn:hover {
    color:#fff
}
.title-section {
    padding-bottom:20px
}
.title {
    padding-bottom:10px;
    letter-spacing:1px;
    font-size:30px;
    font-weight:700;
    text-transform:uppercase
}
.secondary-title {
    text-transform:capitalize;
    padding-bottom:25px;
    position:relative;
    color:#252525;
    font-size:36px;
    font-weight:700;
    line-height:1.5em;
    display:block
}
.title-section p {
    text-transform:capitalize;
    color:#777;
    font-family:open sans,sans-serif;
    font-size:16px;
    line-height:1.75rem;
    display:block
}
.hovereffect {
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    cursor:default
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    width:100%;
    height:100%
}
.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2)
}
#topbar {
    padding:0;
    position: relative;
}
.header2 {
}
.topbar {
    background:#2b6e29;
    padding:10px 0 0
}
.contact-info {
    font-size:16px
}
.contact-info ul {
    padding-left:0
}
.contact-info li {
    color:#fff;
    display:inline-block;
    font-size:14px
}
.contact-info a {
    text-decoration:none;
    color:#fff;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s;
    letter-spacing:.5px
}
.contact-info li:first-child:after {
    content:"|";
    font-size:16px;
    padding:0 7px 0 8px;
    color:#fff
}
.contact-info i {
    font-size:16px;
    color:#fff;
    margin-right:7px
}
.social ul {
    padding-left:0;
    text-align:right;
    position:relative;
    right:0;
    margin:0
}
.social li {
    display:inline-block
}
.social i {
    color:#fff;
    padding:0 5px;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s
}
.header2 .topbar:first-child {
    background:#d0d4dc47;
    padding:13px 0!important
}
.header2 .topbar:nth-child(2) {
    background:0 0;
    padding:12.5px 0
}
.header2 ul.navbar-nav li:first-child {
    margin-left:0
}
.header2 .social li:first-child:after {
    content:"|";
    padding:0 7px 0 8px;
    color:#333
}
.header2 .social li a,
.header2 .social li i {
    color:#333
}
.header2 .navbar {
    background:#302e31db
}
.header2 nav .navbar-nav li a {
    color:#fff
}
.header2 .contact-info .call-us,
.header2 .contact-info .mail-us {
    margin-top:10px;
    width:230px;
    float:right
}
.header2 .contact-info i {
    background:#2b6e29;
    border:#2b6e29;
    color:#fff;
    padding:10px 12px;
    border-radius:5px;
    font-size:22px;
    float:left
}
.header2 .contact-info .call-us ul,
.header2 .contact-info .mail-us ul {
    list-style:none;
    padding:0;
    margin:0 0 0 10px;
    float:left;
    overflow:hidden;
    display:block
}
.header2 .contact-info li,
.header2 .contact-info li strong a {
    color:#333!important
}
.header2 .contact-info li {
    display:block
}
.header2 .contact-info li:after {
    display:none
}
.navbar-brand,
.navbar-brand:hover {
    color:#000
}
nav {
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s
}
nav.custom-nav {
    background:rgba(255,255,255,.1)
}
nav.sticky {
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    background:#fff;
    -webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.3);
    -moz-box-shadow:0 3px 7px 0 rgba(0,0,0,.3);
    -ms-box-shadow:0 3px 7px 0 rgba(0,0,0,.3);
    -o-box-shadow:0 3px 7px 0 rgba(0,0,0,.3);
    box-shadow:0 3px 7px 0 rgba(0,0,0,.3)
}
nav.sticky .navbar-toggler {
    padding:10px 15px 10px 0;
    color:#000
}
nav.sticky .navbar-nav li a {
    color:#000;
    padding:15px 0!important
}
nav.sticky .navbar-brand {
    color:#000;
    padding:0!important
}
nav.sticky .navbar-brand img {
    padding:0!important
}
nav.sticky li.active a,
nav.sticky li a:hover,
nav.sticky li a:focus,
nav.sticky li a:target {
    color:#2aa536
}
.navbar-nav .dropdown-menu li a {
    background-color:#004420s;
    background-clip:padding-box;
    border-radius:0;
    border:none;
    transition:.8s;
    line-height:50px;
    color:#000;
    font-size:16px;
    font-weight:400!important;
    text-transform:capitalize
}
.dropdown-item {
    padding:8px 20px;
    font-weight:bolder;
    color:#000!important;
    font-size:16px;
    line-height:10px!important
}
.dropdown-menu li a li.active a,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:target {
    color:#004420!important
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    color:#007bff!important;
    text-decoration:none;
    background-color:transparent!important
}
.dropdown-menu {
    border-radius:0;
    padding:0;
    margin-top:.5px;
    border-top:transparent
}
.dropdown-menu.show {
    background:#2b6e29;
    position:relative;
    width:100%
}
.dropdown .fa {
    font-size:9px;
    position:relative;
    bottom:0;
    left:1px
}
.dropdown-menu.show ul li a {
    padding:13px 18px !important;
    line-height:16px;
    color:#fdfdfd!important;
    font-size:15px;
    font-weight:600!important;
    text-transform:capitalize;
    letter-spacing:0;
    font-weight:700;
    font-size:15px;
    opacity:1;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease
}
.dropdown-menu.show ul li:hover {
    background:#2aa536
}
.dropdown-menu.show li {
    margin-left:0!important;
    position:relative;
    width:100%;
    padding:5px !important;
    border-bottom:1px solid #fff
}
.dropdown-menu.show li:last-child {
    border-bottom:none
}
.dropdown-menu.show li a {
    text-align:unset!important
}
.dropdown-menu.show ul {
    padding:0;
    display:block!important
}
.navbar {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:auto;
    z-index:99999;
    padding:0
}
.navbar-brand {
    font-size:30px;
    font-family:poppins;
    color:#000;
    font-weight:700
}
.navbar-toggler {
    padding:10px 15px 10px 0;
    color:#2aa536
}
.navbar-toggler:not(:disabled):not(.disabled) {
    outline:0
}
.navbar-nav li.active a,
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:target {
    color:#2aa536
}
.owl-theme .owl-nav [class*=owl-] {
    color:#000!important;
    font-size:20px!important;
    margin:0!important;
    background:0 0!important
}
nav .navbar-nav li a {
    position:relative;
    display:block;
    /*    padding:30px 0;*/
    color:#252525;
    text-align:center;
    line-height:30px;
    letter-spacing:0;
    font-weight:600;
    font-size:16px;
    text-transform:capitalize;
    opacity:1;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease
}
ul.navbar-nav li {
    position:relative;
    float:left;
    padding:0;
    margin-left:30px
}
li.nav-item.dropdown a {
    padding-left:0!important;
    padding-right:0!important
}
#slider {
    padding:0
}


    HTML CSS 

    Result 

EDIT ON

/* 
The container box is relative so we can position stuff inside of it 
*/
.image-box {
  position: relative;
}


.image-box__background,
.image-box__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* 
The background image div sizes and positions the background itself.
It's also at the bottom-most position in our "div stack" (z-index 1)

We set the image url via a CSS custom property, that's set via the style attribute in our HTML
*/
.image-box__background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: var(--image-url);

  z-index: 1
}

/* 
The overlay div is just a colored element with some opacity.
It's above the background image in our stack, so it appears to 
darken the image 
*/
.image-box__overlay {
  background: rgba(0, 0, 0, 0.8);

  z-index: 2;
}

/* 
The content div is at the top of our stack. 
We'd probably add some padding or flexbox properties here as well, 
to place the content appropriately
*/
.image-box__content {
  position: relative;

  z-index: 3;
  
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* just for the demo */
html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
h1 {
  font-size: 30px;
}


.slide-caption {
    padding:150px 25px;
    position:relative;
    top:2%
}
.slide-caption .slider-inner {
    max-width:850px;
    margin:0 auto;
    position:relative;
    text-align:center
}
.slide-caption .slider-inner h1 {
    color:#fff;
    font-size:40px;
    font-weight:700;
    line-height:140%;
    text-transform:capitalize
}
.slide-caption p {
    color:#fff;
    font-size:17px;
    line-height:25px
}
#slider .owl-prev,
#slider .owl-next {
    color:#fff!important;
    font-size:30px;
    margin-top:-20px;
    position:absolute;
    top:50%;
    text-align:center;
    line-height:30px;
    border:2px solid #fff;
    width:40px;
    height:40px;
    border-radius:50%
}
#slider .owl-prev:hover,
#slider .owl-prev:focus,
#slider .owl-next:hover,
#slider .owl-next:focus {
    color:#dbdbdb;
    border-color:#dbdbdb;
    background:#2aa536!important
}
#slider .item:hover .owl-next {
    right:2%;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s;
    opacity:1
}
#slider .item:hover .owl-prev {
    left:2%;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s;
    opacity:1
}
#slider .owl-prev {
    left:10%;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s
}
#slider .owl-next {
    right:10%;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s
}
#slider .owl-item.active .slider-inner h1 {
    animation:2s .5s fadeInUp both
}
#slider .owl-item.active .slider-inner p {
    animation:3s .1s fadeInUp both
}
#slider .owl-item.active .slider-inner a {
    animation:4s .15s flipInX both
}
#slider .owl-caraousel .animated {
    animation-duration:10000ms
}
.banner {
    padding:50px 0;
    position:relative;
    z-index:0;
    width:100%;
    height:100%;
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:1
}
.banner::after,
#contact .bg:after {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index:-1;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.banner-content {
    position:relative;
    height:auto;
    padding:50px 0
}
.banner-content h1 {
    color:#fff;
    font-size:40px;
    font-weight:700;
    text-transform:capitalize;
    letter-spacing:2px;
    padding:0 0 5px
}
.banner-content p {
    font-size:13px;
    color:#fdfdfd;
    text-transform:uppercase;
    letter-spacing:1.4px
}
#banner.banner ul {
    font-size:13px;
    padding:0
}
.banner ul li,
.banner ul li a {
    display:inline-block;
    color:#fdfdfd
}
/*
#about .title-section {
padding-bottom:50px;
}
*/
#about .about-caption h3 {
    text-transform:capitalize;
    font-weight:600;
    color:#fff;
    padding-bottom:15px;
    font-size:17px;
    text-transform: uppercase;
}
#about .about-caption p {
    line-height:1.8;
    color: #fff;
    min-height: 300px
}
#about .items {
    text-align:left;
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s;
    border-radius:5px;
    /*    border:1px solid #f4f6f8*/
}
/*
#about .items:hover {
margin-top:-10px
}
*/
#about .about-caption {
    padding:30px 20px;
    text-align: center;
}
.service-item {
    transition:.3s;
    cursor:pointer;
    display:block;
    padding:44px 25px;
    border-radius:5px;
    background:#fff;
    box-shadow:0 10px 20px 0 rgba(0,0,0,.05);
    position:relative;
    margin-top:30px;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s;
    min-height: 310px;
}
.service-item:after {
    position:absolute;
    content:" ";
    bottom:-2px;
    left:0;
    width:100%;
    height:4px;
    background:#2b6e29;
    opacity:0;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -ms-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s
}
.service-item:hover {
    box-shadow:0 10px 20px 0 rgba(0,0,0,.21);
    background:#fff
}
.service-item:hover::after {
    opacity:1
}
.service-item > a{
    line-height: 0; 
    font-size: 0;
    color: transparent; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#service {
    padding-bottom:100px
}
#service .service-item .fas,
#service .service-item .far {
    font-size:42px;
    display:inline-block;
    color:#333;
    margin-bottom:35px
}
#service .service-item h3 {
    font-weight:600;
    color:#333;
    padding-bottom:15px;
    font-size:20px
}
#service .service-item p {
    padding-bottom:15px
}
#service-details {
    padding:100px 0
}
#service-details .service-caption img {
    padding:0 0 30px;
    width:100%;
    min-height:280px;
    max-height:350px
}
#service-details .service-caption h3 {
    font-weight:600;
    color:#333;
    padding-bottom:15px;
    font-size:22px
}
#service-details .service-caption p {
    padding-bottom:15px;
    line-height:1.8
}
#service-details .service-caption ul {
    padding:10px 20px
}
#service-details .service-caption ul li {
    font-size:14px;
    display:blok;
    padding:3px 0
}
#service-details .service-caption ul li .fa {
    float:left;
    margin-right:10px;
    margin-top:7px;
    color:#333
}
#service-details .service-caption ul li span {
    overflow:hidden;
    display:block;
    margin-top:3px;
    color:#333
}
#who-we-are {
    background:#f4f6f8;
    padding:90px 0
}
#who-we-are .left-side {
    position:relative
}
#who-we-are .left-side .overlay {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:1;
    background: none;
}
#who-we-are .left-side .popup-youtube {
    position:absolute;
    width:70px;
    height:70px;
    text-align:center;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    border-radius:50%
}
#who-we-are .left-side .popup-youtube i {
    color:#fff;
    font-size:25px;
    line-height:70px;
    padding-left:7px
}
#who-we-are .left-side .popup-youtube:before {
    content:"";
    position:absolute;
    z-index:0;
    display:block;
    width:70px;
    height:70px;
    background:#2b6e29;
    border-radius:50%;
    animation-name:pulse;
    animation-duration:1.5s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    z-index:-1
}
#who-we-are .caption {
    padding-left: 20px;
}
#who-we-are .caption p {
    padding:10px 0 6px
}
#counter.banner {
    padding:131px 0 141px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    position:relative;
    z-index:1
}
#counter.banner:before {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#2d2d2d;
    content:"";
    opacity:.8
}
#counter .counter-item i {
    font-size:36px;
    line-height:normal;
    color:#fff
}
#counter .counter-item h3 {
    font-size:28px;
    line-height:normal;
    margin:0 auto;
    padding-bottom:7px;
    padding-top:20px;
    color:#fff;
    border-bottom:2px solid #fff;
    width:30%
}
#counter .counter-item h4 {
    color:#fff;
    font-size:17px;
    font-weight:600;
    padding-top:14px
}
#testimonial {
    padding:90px 0
}
#testimonial .title-section {
    padding-bottom:40px
}
#testimonial .testimonial-carousel .item {
    padding:0 30px
}
#testimonial .testimonial-carousel .item i {
    display:inline-block!important;
    margin-bottom:20px;
    font-size:24px;
    line-height:normal
}
#testimonial .testimonial-carousel .item p {
    line-height:28px;
    margin:0 auto 30px
}
#testimonial .testimonial-carousel img {
    display:inline-block;
    width:auto;
    border-radius:50%!important;
    border:1px solid #dee2e6;
    width:100px;
    height:100px
}
#testimonial .testimonial-carousel h4 {
    font-size:16px;
    line-height:normal;
    letter-spacing:1px;
    margin-bottom:0;
    padding-top:20px
}
#testimonial .testimonial-carousel b {
    color:#2e77f3;
    font-weight:500;
    letter-spacing:2px;
    font-size:11px;
    line-height:14px;
    text-transform:uppercase;
    margin:0;
    display:block
}
.testimonial-block {
    position:relative
}
.mt-40 {
    margin-top:40px!important
}
.testimonial-block .inner-box {
    position:relative;
    text-align:center
}
.testimonial-block .inner-box .image-outer img {
    position:relative;
    width:150px;
    height:150px;
    margin:0 auto
}
.owl-carousel-testi-page .testimonial-block .inner-box .image-outer .image {
    position:relative;
    width:100%;
    height:100%;
    border-radius:0%;
    overflow:hidden;
    margin:0 auto
}
.testimonial-block .inner-box .quote.quote-left {
    left:0;
    right:auto
}
.testimonial-block .inner-box .quote {
    position:absolute;
    left:0;
    top:28px;
    right:0;
    font-size:28px;
    color:#08a6e8
}
.owl-carousel-testi-page .testimonial-block .inner-box .text {
    position:relative;
    font-size:22px;
    color:#222;
    font-style:italic;
    line-height:1.5em;
    margin-top:30px;
    padding-left:20px;
    padding-right:20px;
    text-align:left
}
.testimonial-block .inner-box .quote.quote-right {
    right:0;
    left:auto
}
.testimonial-block .inner-box .quote {
    position:absolute;
    left:0;
    top:28px;
    right:0;
    font-size:28px;
    color:#08a6e8
}
.testimonial-block .inner-box h3 {
    position:relative;
    color:#222;
    font-size:18px;
    font-weight:700;
    margin-top:30px;
    margin-bottom:0;
    line-height:1.2em;
    text-align:right
}
.testimonial-block .inner-box .location {
    position:relative;
    color:#222;
    font-size:14px;
    font-weight:400;
    margin-top:4px;
    text-align:right
}
.image img {
    border-radius:50%
}
.owl-theme .owl-dots .owl-dot span {
    width:12px;
    height:12px;
    margin:5px 5px 0;
    background:0 0;
    cursor:pointer;
    display:block;
    border:1px solid #3b3b3c;
    -webkit-backface-visibility:visible;
    -moz-backface-visibility:visible;
    -o-backface-visibility:visible;
    border-radius:30px;
    transition-duration:.3s;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    -o-transition-duration:.3s
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background:#2e77f3;
    border:1.5px solid #2b6e29!important;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    -o-transition-duration:.3s;
    transition-duration:.3s
}
.owl-theme .owl-dots {
    display:inline-block;
    z-index:1;
    margin-top:20px
}
#plans {
    padding:80px 0 100px;
/*    background:#f4f6f8*/
}
#plans .title-section {
    padding-bottom:50px
}
#plans .plans-item {
    padding:0 0 40px;
    border-radius:4px;
    background:#fff;
    margin:0 0 40px
}
.plans-item h3 {
    padding:20px;
    background:#2b6e29;
    font-size:15px;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    color:#fff
}
.plans-item .pricing {
    text-align:center;
    padding:30px
}
.plans-item .pricing span {
    color:#333;
    font-size:40px;
    font-weight:900;
    text-transform:uppercase
}
.plans-item .pricing span em {
    font-size:13px;
    font-weight:600;
    text-transform:capitalize;
    font-style:normal;
    color:#666
}
.plans-item .pricing span i {
    padding-right:0px
}
.plans-item ul {
    padding:10px 20px 20px
}
.plans-item ul li:first-child {
    border-top:1px solid #f1e2e2
}
.plans-item ul li {
    padding:10px 0;
    border-bottom:1px solid #f1e2e2;
    list-style:none;
    font-size:14px
}
.plans-item .custom-btn {
    padding:7px 20px
}
.plans-item.pi-bg .custom-btn {
    background:0 0;
    border:2px solid #2e77f3;
    color:#333
}
.plans-item.pi-bg .custom-btn:hover {
    background:#2e77f3;
    border:2px solid #2e77f3;
    color:#fff
}
.plans-item.pi-bg h3 {
    color:#fff;
    background:#2aa536
}
#team {
    padding:90px 0
}
#team .title-section {
    padding-bottom:50px
}
#team .single-team {
    border:1px dashed #2d9100;
    border-radius:10px;
    background:#fff;
    position:relative;
    transition:all .3s ease 0s;
    padding:25px;
    margin-bottom:30px
}
#team .single-team img {
    padding:6px;
    background:rgba(45, 145, 0, 0.4);
    border-radius:50%;
    width:120px;
    height:120px;
    max-width:150px;
    max-height:150px;
    margin: 0 auto;
    margin-bottom:20px
}
#team .single-team h3 {
    font-size:16px;
    line-height:normal;
    letter-spacing:1px;
    margin-bottom:0;
    padding-bottom:4px
}
#team .single-team span p{
    color:#007b08;
    font-weight:600;
    letter-spacing:2px;
    font-size:12px;
    line-height:14px;
    text-transform:capitalize;
    margin:0;
    display:block;
    padding-bottom:15px;
    letter-spacing:1px
}
#team .single-team .team-social {
    padding:20px 0 6px
}
#team .single-team .team-social i {
    color:#2b6e29
}
#team .single-team .team-social a {
    padding:5px
}
#project .filter-title ul li {
    display:inline-block
}
#project .filter-title ul li:first-child {
}
#project .filter-title ul li a {
    padding:7px 15px;
    color:#333;
    font-size:15px;
    font-weight:600;
    border:3px solid #f7f7f7;
    display:inline-block;
    margin:5px;
    text-transform: capitalize;
}
#project .filter-title ul li a:hover,
#project .filter-title ul li a.current {
    border:3px solid #3e7020;
    color:#333
}
#project .filter-title ul li a.current {
    border:3px solid #3e7020;
    color:#333
}
#project .filter-title {
    text-align:left;
    display:block;
    padding:10px 15px 30px
}
#project .filter-title ul {
    padding:0
}
#project .portfolioContainer {
    margin-left:0;
    margin-right:0
}
#project .categories {
    padding:3px
}
#project .project-item {
    overflow:hidden;
    position:relative;
    padding:0;
    vertical-align:middle;
    text-align:center;
    min-height: 180px;
    margin-bottom: 20px;
/*
    margin-right: 20px;
    
*/
    /*    max-height: 180px*/
}
/*
.project-item:hover .project-overlay {
    opacity: 1;
}
.project-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(62, 112, 32, 0.8);
}
*/
.project-item h4 a{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
/*
.project-info {
transition:.5s ease;
opacity:0;
position:absolute;
top:45%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
text-align:center;
width:100%;
padding:30px
}
*/
/*
.project-item:hover .project-info {
opacity:1
}
.project-item:hover .project-overlay {
opacity:1;
background:rgba(62, 112, 32, 0.8);!important
}
*/
/*
#project .project-item img {
height:270px;
width:100%
}
*/
/*

.project-item h4 a:hover{ 
background: red;
}
*/

.project-item a i {
    background:#154da9;
    color:#fff;
    font-size:18px;
    border-radius:50%;
    padding:10px;
    margin-bottom:10px
}
.project-item p {
    color:#fdfdfd;
    font-size:14px;
    line-height:1.8;
    padding-top:10px
}
#project.in-front {
    padding:80px 0 70px
}
#project.in-front .title-section {
    padding-bottom:50px
}
#blog {
    padding:90px 0 50px
}
#blog .title-section {
    padding-bottom:50px
}
#blog .blog-list-item {
    box-shadow:0 2px 15px rgba(0,0,0,.13);
    border:0 solid #eee;
    background-color:#fdfdfd;
    padding:25px;
    border-radius:6px;
    margin-bottom:60px;
    overflow:hidden
}
#blog .blog-list-item img {
    width:100%;
    height:250px;
    max-height:250px;
    padding:0
}
#blog .list-grid .blog-list-item img {
    padding-bottom:20px
}
#blog .blog-caption {
    padding:0;
    border:none
}
#blog .blog-caption h3 {
    font-size:23px;
    margin-bottom:18px;
    color:#2b6e29
}
#blog .blog-caption p {
    text-align:left;
    max-width:100%;
    font-size:15px;
    line-height:27px;
    margin:0 0 15px
}
#blog .blog-caption ul {
    font-size:13px;
    padding-left:0
}
#blog .blog-caption ul li {
    margin:0 15px 0 0;
    color:#9c9c9c;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
    border-right:1px solid #ccc;
    padding-right:16px;
    display:inline-block
}
#blog .blog-caption ul li:last-child {
    border:none
}
#blog .blog-caption ul li i {
    padding-right:10px;
    color:#2b6e29
}
#blog .blog-caption ul li span {
    color:#333
}
#blog .blog-caption .link {
    color:#2b6e29;
    font-weight:600;
    font-size:15px;
    padding:10px 0
}
.blog-lists {
    padding:70px 0 100px
}
.blog-lists .blog-items {
    box-shadow:0 2px 15px rgba(0,0,0,.13);
    border:0 solid #eee;
    background-color:#fdfdfd;
    border-radius:6px;
    margin-bottom:60px;
    overflow:hidden
}
.blog-lists .blog-items img {
    border-radius:6px;
    width:100%;
    height:250px;
    max-height:250px
}
.blog-lists .blog-list-item .blog-caption {
    padding:0;
    border:none!important
}
.blog-details {
    background:0 0!important;
    padding:100px 0 30px!important
}
.blog-details .blog-box img {
    width:100%;
    height:330px!important
}
.blog-details blockquote:before {
    content:open-quote
}
.blog-details blockquote:after {
    content:close-quote
}
.blog-details blockquote {
    padding:10px 20px;
    font-size:15px;
    border-left:5px solid #ddd;
    background:#f5f6f8;
    font-style:italic;
    margin:20px 30px
}
.blog-details form input,
.blog-details form textarea {
    width:100%;
    border:none;
    border:1px solid #dfdfdf;
    border-radius:0;
    outline:none;
    box-shadow:none;
    font-size:13.5px;
    margin-bottom:5px;
    color:#000
}
.blog-details form#contact_form {
    padding:30px 0
}
.sidebar .popular-posts {
    padding:30px;
    border:1px solid #f4f6f8;
    margin-bottom:40px
}
.blog-details .blog-caption h3 {
    font-size:20px;
    font-weight:600;
    color:#333;
    position:relative;
    letter-spacing:.8px;
    margin:10px 0!important;
    text-transform:capitalize
}
.blog-details h3.secondary-title {
    margin-bottom:50px;
    margin-top:20px;
    color:#333;
    font-size:23px;
    font-weight:700;
    position:relative;
    letter-spacing:1px;
    text-transform:capitalize
}
.blog-details h3.secondary-title:after {
    left:2px
}
.blog-details .blog-caption .blog-rf ul {
    padding:0 0 20px
}
.sidebar ul {
    margin:0;
    padding:0
}
.sidebar ul li {
    margin-bottom:8px
}
.popular-posts.search form input {
    background:#fff;
    border:1px solid #f4f4f4;
    color:#333;
    display:block;
    font-size:14px;
    font-weight:500;
    height:50px;
    letter-spacing:1px;
    padding-left:15px;
    padding-right:55px;
    position:relative;
    -webkit-transition:all 500ms ease 0s;
    transition:all 500ms ease 0s;
    width:90%
}
.popular-posts.search form button {
    background:#2b6e29 none repeat scroll 0 0;
    color:#fff;
    display:block;
    height:50px;
    padding:12px 0;
    position:absolute;
    right:8%;
    text-align:center;
    top:3.7%;
    -webkit-transition:all 500ms ease 0s;
    transition:all 500ms ease 0s;
    width:50px
}
.popular-posts.search form button b {
    display:none
}
.popular-posts.rs ul li {
    padding-bottom:20px;
    display:block;
    overflow:hidden
}
.popular-posts.rs ul li img {
    float:left;
    top:0;
    height:70px;
    width:80px;
    overflow:hidden;
    margin-right:20px
}
.popular-posts.rs ul li:before {
    display:none
}
.popular-posts.rs .recent-post-caption {
    font-size:14px;
    color:#333;
    display:block;
    overflow:hidden;
    position:relative;
    top:5px
}
.popular-posts.rs .recent-post-caption h4 a {
    position:relative;
    font-size:14px;
    line-height:24px;
    font-weight:600;
    color:#333
}
.popular-posts.rs .recent-post-caption span,
.popular-posts.rs .recent-post-caption span i {
    position:relative;
    display:inline-block;
    font-size:10px;
    line-height:20px;
    color:#555;
    font-weight:400;
    padding-right:3px;
    margin-right:3px;
    font-style:normal
}
.popular-posts.rs .recent-post-caption span i:after {
    left:5px;
    position:absolute;
    font-size:12px;
    line-height:20px;
    color:#555;
    font-weight:400;
    content:"/"
}
.popular-posts.tags ul li {
    display:inline-block;
    border:1.5px solid #000;
    border-radius:0;
    display:inline-block;
    margin:3px 0;
    padding:7px 20px;
    background-color:transparent;
    font-size:12px;
    text-transform:capitalize;
    color:#333
}
.popular-posts.tags ul li:before {
    display:none!important
}
.popular-posts.tags ul li:hover {
    background:#0073ad;
    border:1.5px solid #0073ad;
    transition:.6s ease-in-out;
    cursor:pointer;
    color:#fff!important
}
.popular-posts.tags ul li:hover a {
    color:#fdfdfd!important
}
.sidebar ul li:before {
    content:"\f054";
    font-family:FontAwesome;
    color:#999;
    font-size:9px;
    margin-right:10px;
    float:left;
    position:relative;
    top:5px
}
.sidebar ul li a {
    font-size:13.5px;
    font-weight:500;
    color:#777;
    display:block;
    overflow:hidden
}
.comment-item {
    position:relative;
    padding-left:100px;
    padding-bottom:27px;
    border-bottom:1px solid #e7e4e4;
    margin-bottom:25px
}
.comment-item:last-child {
    border:none!important
}
.blog-details .comment-item img {
    width:80px!important;
    height:80px!important;
    position:absolute;
    left:0;
    top:0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%
}
.comment-item h5 {
    font-size:14px;
    margin-bottom:10px
}
.comment-item span {
    display:inline-block;
    margin-top:5px;
    margin-bottom:10px;
    color:#c9c9c9;
    font-weight:400;
    font-size:12px
}
.comment-item p {
    font-size:13px;
    color:#777
}
.middel-item {
    margin-left:50px
}
.form-control {
    height:45px;
    margin-bottom:30px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0
}
textarea.form-control {
    height:auto
}
.form-area {
    width:100%
}
.contact-form {
    padding:10px 20px!important
}
.contact-form h3 {
    margin-bottom:10px
}
.form-area p {
    margin-bottom:20px;
    font-size:13px;
    color:#666
}
.contact-form .custom-btn {
    margin-left:15px
}
.blog-sidebar .blog-caption h3 {
    margin:0 0 10px!important
}
.blog-sidebar h3.secondary-title {
    color:#333;
    font-size:23px;
    font-weight:700;
    position:relative;
    letter-spacing:1px;
    text-transform:capitalize
}
.blog-sidebar h3.secondary-title:after {
    top:35px;
    left:4px
}
.pagination {
    overflow:hidden;
    border-radius:0;
    margin:0
}
.pagination>ul {
    box-shadow:none;
    list-style:none;
    padding:0;
    margin:0
}
.pagination>li {
    display:inline-block;
    border:1px solid #2b6e29
}
.pagination>li>a,
.pagination>li>span {
    font-size:14px;
    color:#3b3b3b;
    font-weight:700;
    display:inline-block;
    padding:8px 15px
}
.pagination>.active>a,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    background:#2aa536 none repeat scroll 0 0;
    color:#fff!important;
    text-decoration:none
}
#who-we-are.about {
    background:0 0
}
#who-we-are.about .title {
    text-align:left
}
#vision-and-mission {
    padding:80px 0 90px
}
#vision-and-mission .vam-content .title {
    padding-bottom:15px;
    text-align:left
}
.vam-content p {
    line-height:1.8;
    padding-bottom:10px
}
#vision-and-mission ul {
    padding:45px 0 20px
}
.vam-content {
    text-align:left
}
#vision-and-mission ul li {
    padding:6px 0;
    display:block;
    overflow:hidden
}
#vision-and-mission ul li .fa {
    font-size:15px;
    padding-right:12px;
    color:#2b6e29;
    float:left
}
#vision-and-mission ul li span {
    font-size:14px;
    color:#333;
    display:block;
    overflow:hidden
}
#vision-and-mission .custom-btn {
    margin-top:10px
}
#faq .title-section {
    padding-bottom:50px
}
.panel.panel-default {
    border:none!important;
    margin:0
}
.panel-heading {
    border:0;
    transition:all .3s ease 0s
}
.panel-heading a {
    letter-spacing:.5px;
    color:#6f6f6f;
    display:block;
    padding:15px 20px;
    border:1px dashed #e0e0e0;
    border-bottom:transparent!important
}
.panel-heading a:last-child {
    border-bottom:1px dashed #e0e0e0!important
}
.panel-heading span {
    float:left;
    top:0;
    padding:3px 8px;
    overflow:hidden;
    margin-right:13px;
    color:#333;
    border:1px solid #333;
    background:#fdfdfd;
    border-radius:50%;
    font-weight:700;
    font-size:14px
}
.panel-heading h4 {
    vertical-align:middle;
    color:#333;
    font-size:14px;
    display:block;
    overflow:hidden;
    line-height:1.7
}
.bgcolor .panel-heading a {
    background:#2b6e29;
    color:#fff;
    border:none
}
.bgcolor .panel-heading span {
    color:#2b6e29;
    background:#fdfdfd;
    border:none
}
.bgcolor .panel-heading h4 {
    color:#fdfdfd
}
.bgcolor .panel-body {
    padding:15px 20px 25px;
    line-height:2;
    font-size:14px;
    color:#444
}
#enquiry {
    padding:100px 0;
    margin:40px 0 0
}
#enquiry .title-section {
    padding:0 0 30px
}
#enquiry .title-section h2,
#enquiry .title-section p {
    color:#fff
}
#enquiry.banner:after {
    background:rgba(0,0,0,.9)
}
#enquiry .rcb-content h2 {
    font-size:34px;
    padding-bottom:20px;
    color:#fff;
    line-height:1.4
}
#enquiry .rcb-content p {
    color:#fdfdfd;
    font-size:16px;
    padding-bottom:20px
}
#enquiry .contact-form input,
#enquiry .contact-form textarea {
    width:100%;
    border:none;
    border:1px solid #dfdfdf;
    border-radius:0;
    outline:none;
    box-shadow:none;
    font-size:13.5px;
    margin-bottom:5px;
    color:#000
}
#enquiry.req-call-back {
    padding:100px 0 0;
    margin:100px 0 0
}
#enquiry.req-call-back .bg-image {
    position:relative;
    margin-top:-35%;
    top:0
}
#enquiry.req-call-back .title-section h2 {
    color:#fff;
    text-align:left
}
#our-client .client .item img {
    width:75%!important
}
#call-to-action {
    background:#2b6e29;
    padding:60px 0!important
}
#call-to-action h3 {
    padding:7px 0 10px;
    text-transform:capitalize;
    color:#fff;
    line-height:1.5
}
#call-to-action p {
    font-size:15px;
    color:#fff
}
.call-to-action-btn {
    padding:0;
    float:right
}
#call-to-action .custom-btn {
    margin-top:14px;
    border:2px solid #fff
}
#call-to-action .custom-btn:hover {
    color:#fff
}
section#contact {
    padding:70px 0 80px
}
#contact form {
    padding:50px 0 80px
}
#contact .title-section p {
    text-align:center;
    width:80%;
    margin:0 auto
}
#contact form input,
#contact form textarea {
    width:100%;
    border:none;
    border-bottom:1px solid #dfdfdf;
    border-radius:0;
    outline:none;
    box-shadow:none;
    font-size:16px;
    padding:0 0 12px;
    margin-bottom:23px;
    color:#333
}
#contact .custom-btn {
    margin-left:15px;
    margin-top:20px
}
.contact-info p.address {
    padding:5px 0 20px
}
.contact-info p.address:last-child {
    border-bottom:none
}
.contact-info .address i {
    float:left;
    font-size:16px;
    margin-right:15px;
    margin-top:6px;
    color:#333
}
.contact-info .address span {
    overflow:hidden;
    display:block;
    padding:0 70px 0 0
}
.contact-info .address label {
    font-size:15px;
    font-weight:600;
    display:block;
    color:#333
}
.contact-info p.address span a {
    display:table;
    color:#444;
    line-height:25px;
    overflow:hidden
}
#access-denied {
    padding:100px 0
}
.ad-caption h2 {
    font-size:150px;
    font-weight:900;
    margin-top:0;
    margin-bottom:0;
    margin-left:-12px;
    color:#0e0e0e;
    text-transform:uppercase;
    letter-spacing:-10px
}
.ad-caption h3 {
    font-size:42px;
    font-weight:700;
    color:#0e0e0e;
    text-transform:uppercase;
    letter-spacing:13px;
    margin:0
}
#login {
    padding:100px 0
}
#login .login-form {
    border-radius:10px;
    overflow:hidden;
    padding:55px 55px 37px;
    background:-webkit-linear-gradient(top,#2b6e29,#0a2a5f);
    background:-o-linear-gradient(top,#2b6e29,#0a2a5f);
    background:-moz-linear-gradient(top,#2b6e29,#0a2a5f);
    background:linear-gradient(top,#2b6e29,#0a2a5f)
}
#login .login-form form {
    width:100%
}
#login .login-form form .login-header {
    font-size:60px;
    text-align:center;
    color:#333;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    width:120px;
    height:120px;
    border-radius:50%;
    background-color:#fff;
    margin:0 auto
}
#login .login-form form .login-header i {
    color:#2b6e29;
    font-size:35px;
    -webkit-animation:pulse 2s infinite;
    -o-animation:pulse 2s infinite;
    animation:pulse 2s infinite;
    transition:1s ease
}
#login .login-form form h3 {
    color:#fff;
    line-height:1.2;
    padding-top:10px;
    font-size:26px;
    text-transform:uppercase
}
#login .login-form form input {
    width:100%;
    border:none;
    border-bottom:1px solid #dfdfdf;
    border-radius:0;
    outline:none;
    box-shadow:none;
    font-size:15px;
    padding:0 0 12px;
    margin-bottom:23px;
    color:#fdfdfd;
    background:0 0
}
#login .login-form form .file input {
    border-bottom:transparent
}
#login .login-form form .form-group a {
    color:#fdfdfd;
    padding:0 15px
}
#login .login-form form .login .custom-btn {
    font-weight:600;
    padding:12px 29px;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1px
}
#login .login-form form input::placeholder {
    color:#fdfdfd;
    opacity:1
}
#login .login-form form input:-ms-input-placeholder {
    color:#fdfdfd
}
#login .login-form form input:-ms-input-placeholder {
    color:#fdfdfd
}
#faq.short-codes .title-section {
    padding-bottom:30px
}
#heading .typography-items {
    padding:10px 15px 15px
}
#heading .typography-items p {
    padding-top:10px;
    width:75%
}
#lists {
    background:#f4f6f8
}
#lists h3.title {
    padding:10px 20px;
    letter-spacing:.5px;
    text-align:left;
    font-size:20px;
    font-weight:600;
    text-transform:capitalize;
    text-decoration:underline
}
#lists ul {
    padding:10px 20px
}
#lists ul li {
    font-size:14px;
    display:block;
    padding:3px 0
}
#lists ul li .fa {
    float:left;
    margin-right:10px;
    margin-top:7px;
    color:#333
}
#lists ul li span {
    overflow:hidden;
    display:block;
    margin-top:3px;
    color:#333
}
#buttons {
    background:#f4f6f8
}
#buttons button {
    margin:0 7px
}
#buttons button.btn-xs {
    padding:2px 7px;
    font-size:13px
}
.careers-heading label {
    font-size:17px;
    font-weight:600;
    color:#222;
    position:relative;
    top:35%
}
.careers-info .row {
    position:relative;
    border-bottom:1px solid #f6f1f1;
    z-index:1;
    background-color:#f7faff;
    padding:0 15px
}
.careers-item {
    border-right:1px solid #f1eded;
    padding:20px 0
}
.careers-heading .careers-item {
    padding:21px 0
}
.careers-heading .col-md-4.col-lg-3.col-sm-12.col-xs-12 {
    padding:21px 37px
}
.careers-item h3 {
    font-size:16px;
    letter-spacing:.7px;
    padding-bottom:12px
}
.careers-item h3 {
    font-size:17px;
    letter-spacing:.7px;
    padding-bottom:12px
}
.careers-item p {
    width:80%
}
.careers-item p i {
    float:left;
    color:#555;
    overflow:hidden;
    margin-right:10px;
    position:relative;
    top:4px;
    font-size:16px
}
.careers-item p span {
    font-size:14px;
    color:#333;
    display:block;
    overflow:hidden
}
.careers-info .row .salary b {
    font-size:15px;
    font-weight:500;
    vertical-align:middle;
    position:relative;
    top:35%;
    text-align:center;
    display:block;
    color:#333
}
.careers-info .row .salary {
    border-right:1px solid #f1eded
}
.careers-info .row .apply-btn:last-child {
    border:none
}
.careers-info .row .apply-btn .custom-btn {
    padding:10px 20px;
    font-size:14px;
    position:relative;
    left:0%
}
#coming-soon {
    width:100%;
    min-height:100vh
}
#coming-soon-counter {
    display:inline-block;
    text-align:center;
    padding-bottom:35px
}
#coming-soon-counter span {
    font-size:36px;
    font-weight:700;
    line-height:normal;
    position:relative;
    color:#fdfdfd
}
#coming-soon-counter>div {
    border-right:2px solid #8a8a8a;
    display:inline-block;
    padding:0 33px;
    text-align:center;
    font-weight:900
}
#coming-soon-counter>div:last-child {
    border:none
}
#coming-soon-counter p {
    font-size:12px;
    font-weight:500;
    margin:0;
    padding:0;
    text-transform:uppercase;
    color:#fdfdfd
}
.cs-overlay p.text-center {
    color:#fdfdfd;
    font-size:15px;
    line-height:1.5;
    letter-spacing:1px
}
.cs-overlay {
    background-color:rgba(0,0,0,.5);
    padding:100px 20px
}
.cs-overlay h1.title {
    color:#fdfdfd;
    padding-bottom:40px
}
footer {
    background:#1d1d1d
}
footer .footer-wedget,
footer .recent-post {
    position:relative;
    padding:60px 0
}
footer .footer-wedget h3 {
    position:relative;
    font-size:18px;
    font-weight:500;
    color:#fff;
    line-height:30px;
    padding-left:25px;
    margin-bottom:45px
}
footer .recent-post h3 {
    position:relative;
    font-size:18px;
    font-weight:500;
    color:#fff;
    line-height:30px;
    padding-left:0px;
    margin-bottom:45px
}
footer .footer-wedget:first-child p {
    position:relative;
    font-size:15px;
    line-height:160%;
    color:#f4f4f4;
    font-weight:400;
    padding-top:9px
}
footer .recent-post ul {
    padding:0 27px
}
footer .recent-post ul li {
    padding-bottom:20px;
    display:block;
    overflow:hidden
}
footer .recent-post ul li img {
    float:left;
    top:0;
    height:70px;
    width:80px;
    overflow:hidden;
    margin-right:20px
}
footer .recent-post-caption {
    font-size:14px;
    color:#333;
    display:block;
    overflow:hidden
}
.recent-post-caption h4 a {
    position:relative;
    font-size:14px;
    line-height:24px;
    font-weight:600;
    color:#fdfdfd
}
.recent-post-caption h4 a:hover {
    color:#2aa536!important
}
.recent-post-caption h4 {
    margin-top:-7px;
    line-height: 100% !important;
}
.recent-post-caption span,
.recent-post-caption span i {
    position:relative;
    display:inline-block;
    font-size:10px;
    line-height:20px;
    color:#f4f4f4;
    font-weight:400;
    padding-right:3px;
    margin-right:3px;
    font-style:normal
}
.recent-post-caption span i {
    padding-left:15px
}
.recent-post-caption span i:after {
    left:5px;
    position:absolute;
    font-size:12px;
    line-height:20px;
    color:#f4f4f4;
    font-weight:400;
    content:"/"
}
footer .footer-wedget .pd ul {
    padding-left:27px
}
footer .footer-wedget .pd ul li {
    position: relative;
    display: block;
    padding-left: 24px;
    margin-bottom: 16px;
    padding-top: 0px;
}
footer .footer-wedget .pd ul li a:hover {
    color:#2aa536!important
}
footer .footer-wedget .pd ul li:before {
    position:absolute;
    left:0;
    top:0;
    height:20px;
    font-size:13px;
    line-height:20px;
    color:#fff;
    font-weight: bold;
    content: "\f054";
    font-family:"Font Awesome 5 Free";
}
.pd ul li a {
    position:relative;
    display:block;
    line-height:20px;
    font-size:14px;
    color:#f4f4f4;
    font-weight:400;
    -webkit-transition:all 200ms ease;
    -moz-transition:all 200ms ease;
    -ms-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    transition:all 200ms ease
}
footer .footer-wedget.pd {
    padding-left:15px;
    padding-right:15px
}
footer .pd ul.social {
    padding:30px 0 20px;
    margin:0
}
footer ul.social li {
    margin-right:10px
}
footer ul.social li a {
    position:relative;
    display:block;
    font-size:16px;
    line-height:30px;
    color:#fff;
    font-weight:400;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease
}
footer .fab,
footer .fa {
    border:2px solid #fdfdfd;
    color:#fdfdfd;
    padding:8px 11px;
    border-radius:8%
}
footer ul.social i.fab.fa-facebook-f {
    padding:8px 15px
}
footer .fab:hover,
footer .git p a:hover .fa {
    background:#004420;
    border:2px solid #004420;
    color:#fff
}
footer .footer-wedget.git h3 {
    padding-left:0
}
footer .git p {
    padding:0 0 20px;
    font-size:15px;
    line-height:25px
}
footer .git p i {
    float:left;
    margin-right:10px
}
footer .git p a {
    color:#fff
}
footer .git p span {
    font-size:14px;
    line-height:25px;
    display:block;
    overflow:hidden;
    position:relative;
    bottom:7px;
    color:#fff;
    padding:0 20px 0 0
}
footer .git p a {
    position:relative;
    top:4px
}
.copyright {
    background:#2b6e29;
    padding:30px 0
}
.copyright-text p {
    position:relative;
    line-height:150%;
    font-size:13px;
    color:#f4f4f4;
    font-weight:700
}
.copyright-text p a {
    position:relative;
    line-height:150%;
    font-size:13px;
    color:#f4f4f4;
    font-weight:700
}
.copyright-text p a:hover {
    text-decoration:underline;
}
.scroll-top {
    position:fixed;
    bottom:-60px;
    right:20px;
    width:50px;
    height:50px;
    line-height:47px;
    font-size:19px;
    border-radius:50%;
    color:#fff;
    text-align:center;
    cursor:pointer;
    background:#2b6e29;
    -webkit-animation:pulse 2s infinite;
    -o-animation:pulse 2s infinite;
    animation:pulse 2s infinite;
    transition:1s ease;
    border:1px solid #fff;
    z-index:10
}
.scroll-top:hover {
    background:#2aa536
}
.scroll-top.open {
    bottom:30px
}
button:focus {
    outline:1px dotted;
    outline:none;
    box-shadow:none!important
}
button {
    border:none;
    cursor:pointer
}
@media(max-width:992px) and (min-width:320px) {
    #menu .container {
        max-width:100%;
        padding:0
    }
    #menu ul.navbar-nav {
        padding:10px 50px 20px;
        border-top:1px solid #f7f1f1;
        margin:20px 0
    }
    nav .navbar-nav li a {
        line-height:10px
    }
    .navbar {
        padding:5px 0!important
    }
    nav .navbar-nav li a {
        text-align:left;
        padding:20px 0!important
    }
    a.navbar-brand {
        margin-left:40px
    }
    button.navbar-toggler {
        margin-right:25px;
        margin-top:24px;
    }
    .dropdown-menu {
        padding:5px 35px;
        border:none
    }
    .dropdown-menu.show {
        background:0 0;
        border:none;
        padding:0
    }
    .dropdown-menu.show li {
        border-bottom:none
    }
    .dropdown-menu.show a {
        padding:14px 30px!important
    }
    .dropdown-menu.show ul li a {
        color:#000!important
    }
    .dropdown-menu.show ul li a:hover {
        color:#957231!important
    }
    .dropdown-menu.show ul li:hover {
        background:0 0!important
    }
    ul.navbar-nav li {
        margin-left:0
    }
    #who-we-are .caption {
        padding-top:30px!important
    }
    #who-we-are .title {
        text-align:left
    }
    #counter .counter-item {
        margin-bottom:40px
    }
    .popular-posts.search form button b {
        display:inline-block
    }
    .popular-posts.search form button i {
        margin-left:10px;
        font-size:13px;
        position:relative;
        top:1px
    }
    .popular-posts.search form button {
        position:inherit;
        width:50%;
        margin:12px 0
    }
    .popular-posts.search form input {
        width:100%
    }
    #contact .contact-two-bg {
        padding-top:50px
    }
}
@media(max-width:767px) {
    .blog-lists .blog-list-item .blog-caption {
        padding-top:20px!important
    }
    .testimonial-block .inner-box .quote.quote-left {
        left:20px
    }
    .testimonial-block .inner-box .quote.quote-right {
        right:20px
    }
    .owl-carousel-testi-page .testimonial-block .inner-box .text {
        padding-left:50px;
        padding-right:40px
    }
}
@media(max-width:770px) and (min-width:575px) {
    .topbar .contact-info li {
        display:block;
        margin:10px 0
    }
    .topbar .contact-info li:first-child:after {
        display:none
    }
}
@media(max-width:992px) and (min-width:770px) {
    .pagination>li>a,
    .pagination>li>span {
        font-size:15px;
        padding:7px 15px
    }
    .pagination {
        padding:0 0 50px;
        margin:0
    }
    footer .footer-wedget,
    footer .recent-post {
        position:relative;
        padding:60px 0 10px
    }
    footer .git p {
        margin:6px 0 5px
    }
    footer .recent-post h3,
    footer .recent-post ul {
        padding-left:0
    }
}
@media(max-width:770px) and (min-width:320px) {
    .topbar .social ul {
        text-align:unset;
        right:0;
        margin:5px 0 20px
    }
    .navbar {
        padding:10px 0!important
    }
    .call-to-action-btn {
        margin:30px 0 0
    }
    /*
    #about .items img {
    height:250px;
    width:100%
}
    */
    #counter.banner {
        padding:100px 0
    }
    #counter .counter-item h3 {
        width:20%
    }
    #counter .counter-item h4 {
        padding-top:20px
    }
    #blog .blog-caption ul li {
        margin:9px 15px 1px 0;
        border-right:none;
        display:block
    }
    .pagination {
        margin:0 0 50px
    }
    .careers-info .row .salary {
        border-right:none
    }
    .careers-info .row .salary b {
        top:0;
        left:5px;
        text-align:left
    }
    .careers-info .row .apply-btn {
        text-align:left!important
    }
    .careers-item {
        border-right:none
    }
    .careers-info .row {
        padding:10px 15px 40px
    }
    .careers-heading {
        display:none
    }
    footer .footer-wedget .pd ul,
    footer .footer-wedget.pd,
    footer .recent-post ul {
        padding-left:0
    }
    footer .footer-wedget h3,
    footer .recent-post h3 {
        padding-left:0;
        margin-bottom:25px
    }
    footer .git p span {
        width:80%
    }
    footer .footer-wedget {
        padding:30px 0 0
    }
    footer .recent-post {
        padding:30px 0 70px
    }
    footer .footer-wedget.pd {
        padding:70px 0 0
    }
}
@media(max-width:1100px) and (min-width:320px) {
    #topbar ul {
        padding:0
    }
    .slide-caption .slider-inner {
        right:0
    }
    .slide-caption {
        text-align:center
    }
    #slider .owl-dots {
        position:absolute;
        right:0;
        bottom:4%;
        left:0;
        z-index:15;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:center;
        justify-content:center;
        padding-left:0;
        margin-right:15%;
        margin-left:15%;
        list-style:none
    }
    #slider .owl-theme .owl-dots .owl-dot span {
        width:11px;
        height:11px;
        margin:0 4px;
        border:1.5px solid #fcfcff
    }
    #slider .owl-prev {
        left:3%
    }
    #slider .owl-next {
        right:3%
    }
    #enquiry.req-call-back .bg-image {
        display:none
    }
    #enquiry.req-call-back {
        padding:100px 0 80px
    }
    .blog-details h3.secondary-title {
        margin-bottom:10px
    }
    .form-area .secondary-title {
        padding-bottom:0
    }
}
@media(max-width:575px) and (min-width:320px) {
    .pagination>li>a,
    .pagination>li>span {
        font-size:13px;
        padding:6px 11px
    }
    .pagination {
        margin:0
    }
    .blog-sidebar .pagination {
        margin:0;
        padding-bottom:50px
    }
    .banner-content {
        padding:70px 20px
    }
    #project .filter-title ul {
        padding:10px 0px 30px;
        margin:0
    }
    #service-details .service-caption img {
        min-height:220px;
        max-height:250px
    }
    #blog .blog-caption h3 {
        font-size:18px
    }
    #contact .title-section p {
        width:100%
    }
    .ad-caption h2 {
        font-size:150px
    }
    .ad-caption h3 {
        font-size:25px;
        margin:0 auto;
        letter-spacing:5px;
        padding:0 0 16px
    }
    .cs-overlay {
        padding:80px 0;
        margin:0 auto
    }
    #counter>div {
        padding:0 25px
    }
    #counter span {
        font-size:30px
    }
    .cs-overlay p.text-center {
        padding:0 35px
    }
    footer .footer-wedget {
        padding:30px 15px 0
    }
    footer .footer-wedget.pd {
        padding:60px 15px 0
    }
    footer .recent-post {
        padding:30px 15px 60px
    }
}
@media(max-width:400px) and (min-width:320px) {
    .title {
        font-size:25px
    }
    .title-section p {
        font-size:14px
    }
    #call-to-action h3 {
        font-size:23px;
        letter-spacing:1px;
        line-height:1.5
    }
    .topbar .contact-info li {
        display:block;
        margin:5px 0
    }
    .topbar .contact-info li:first-child:after {
        display:none
    }
    .custom-btn {
        font-weight:600;
        padding:10px 20px;
        font-size:14px
    }
    .banner-content h1 {
        font-size:30px
    }
    #blog .blog-items img {
        height:200px
    }
    .blog-details blockquote {
        margin:10px;
        font-size:13px;
        line-height:1.7
    }
    #login .login-form {
        padding:55px 30px 50px
    }
    #login .login-form form .login .custom-btn {
        padding:10px 20px;
        font-size:13px
    }
    .cs-overlay {
        padding:60px 0;
        margin:0 auto
    }
    #counter>div {
        padding:0 17px
    }
    #counter span {
        font-size:21px
    }
    #counter p {
        font-size:10px
    }
    .pagination>li>a,
    .pagination>li>span {
        font-size:12px!important;
        padding:6px 9px!important
    }
    .pagination {
        margin:0
    }
}
@media(max-width:1199px) and (min-width:992px) {
    footer .footer-wedget.pd {
        padding-left:0
    }
    footer ul.social li {
        margin-bottom:10px
    }
}
@media only screen and (min-width:1201px) {
}
#overlay img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#overlay img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
#contact form .button {
    display: inline-block;
    background-color: #2b6e29;
    color:#ffffff !important;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 30px;
    padding: 15px 36px !important;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
footer form textarea {
    background: transparent
}
footer form .button {
    width: 100%;
    background-color:#2b6e29;
    color:#ffffff !important;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border: none;
}
.overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.7)}

.path-front-page #topbar {
    position: relative;
}
.path-frontpage #topbar header {
    position: absolute;
top: 50px;
left: 0;
right: 0;
z-index: 99;
}
.path-frontpage #topbar header .region.region-primary-menu nav .navbar-nav li a {
    color: #fff
}
.path-frontpage #topbar header .region.region-primary-menu nav .navbar-nav li a:hover  {
    color: #2aa536;
}
.path-frontpage #topbar header nav.sticky .navbar-nav li a {
color: #252525 !important;
}
.path-frontpage #topbar header nav.sticky .navbar-nav li a:hover {
color: #2aa536 !important;
}