.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
  h1,h2,h3,h4,h4{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg-green{
    background-color: #2D6210;
    color: white;
}
.color-green{
    color: #2D6210;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
header .nav-item .nav-link.active{
    color: #2D6210;
}
header .nav-item .nav-link:hover{
    color: #2D6210;
}
header .nav-item .nav-link{
    color: #000000;
}

.btn-green{
    background-color: #2D6210;
    color: white;
    border-radius: 10px;
    padding:12px 20px;
}
.btn-green:hover{
    background-color: white;
    color: #2D6210;
    border: 1px solid #2D6210;
}

.card-box{
  text-align: left;
  justify-content: flex-start;
  padding: 40px;
  background: #2D6210;
  color: white;
  border-style: none;
  border-bottom-style: none;
  border-bottom-width: 8px;
  border-bottom-color: rgba(43, 123, 123, 1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 500ms ease;
}
.card-box:hover{
  transform: translateY(-10px);
}
.card-box-1{
  text-align: left;
  justify-content: flex-start;
  padding-top: 47px;
  padding-right: 40px;
  padding-bottom: 47px;
  padding-left: 40px;
  background: white;
  border-style: none;
  border-bottom-style: none;
  border-bottom-width: 8px;
  border-bottom-color: rgba(43, 123, 123, 1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 500ms ease;
}
.card-box-1:hover{
  transform: translateY(-10px);
}
.position-relative{
  position: relative;
}
.position-absolute-card{
  position: absolute;
  top: -70px;
}
.mt-12{
  margin-top: 12rem;
}
.circle-green-section{
  background-color: #89BA4A;
  border-radius: 50%;
  height: 60px;
  width: 60px;
display: flex;
justify-content: center;
align-items: center;
}
.strip{
  background-image: url('../img/stripe-1.png');
  background-repeat: no-repeat;
  padding: 40px 0px;
}
.flex-direction-column{
  flex-direction: column;
}
.border-right{
  border-right-width: 1px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    border-right-color: rgba(253, 253, 253, 0.2) !important;
    border-right-style: solid !important;
    border-radius: 1px !important;
}
.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  background: #244214;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.project-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
  height: 300px;
}
.project-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-block-one .inner-box .content-box .view-btn {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
}
.project-block-one .inner-box .content-box .view-btn a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  background: #2D6210;
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0);
}
.project-block-one .inner-box .content-box .text-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 40px;
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-one .inner-box .content-box .text-box p {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.project-block-one .inner-box .content-box .text-box h3 {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: white;
}
.project-block-one .inner-box:hover .image-box:before {
  opacity: 0.7;
}
.project-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.project-block-one .inner-box:hover .content-box .text-box {
  bottom: 40px;
  opacity: 1;
}
.project-block-one .inner-box:hover .content-box .view-btn a {
  transform: scale(1, 1);
}
.cursor-pointer{
  cursor: pointer;
}
.owl-prev span {
  font-size: 70px;
  position: absolute;
  top: 80px;
  left: 0px;
  color: #2D6210;
}
.owl-next span {
  font-size: 70px;
  position: absolute;
  top: 80px;
  right: 0px;
  color: #2D6210;
}
.bg-grey{
  background-color: #f7f7f7 !important;
}
.card-offer{
    padding: 40px 32px;
    margin-bottom: 35px;
    box-shadow: 0 2px 57px 0 rgba(210, 210, 210, .35);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}
.feature-box-style-2.feature-list-1 {
  overflow: hidden;
  position: relative
}

.feature-box-style-2.feature-list-1::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -110px;
  width: 200px;
  height: 100px;
  background: rgba(230,230,230,.3);
  border-radius: 100px/50px;
  -webkit-border-radius: 100px/50px;
  -moz-border-radius: 100px/50px;
  transform: rotate(58deg);
  -ms-transform: rotate(58deg);
  -webkit-transform: rotate(58deg);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease
}

.feature-box-style-2.feature-list-1:hover::before {
  right: -80px
}

.feature-box-style-3 .feature-box-icon {
  position: absolute;
  left: auto;
  right: -35px;
  bottom: 0;
  transform: scale(1)
}

.feature-box-style-3:hover .feature-box-icon {
  transform: scale(1.2)
}

.btn-white .btn.link {
  color: #fff
}

.feature-box-style-3 {
  padding: 60px 25px;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden
}

.feature-box-style-3 h6.invisible-number {
  position: relative;
  font-weight: 700;
  font-size: 52px;
  margin-right: 5px
}

.feature-box-style-3>* {
  position: relative;
  z-index: 1
}

.feature-box-style-3.feature-list-2 {
  padding: 36px 40px
}

.feature-list-2:hover .fbox-list-body {
  position: relative
}
.feature-box-style-2.feature-list-1::before {
  background: #6ABE52;
}

.feature-box-wrapper.feature-box-style-4 {
  height: 250px;
  max-width: 250px;
  border-radius: 80% 60% 25% 76%;
  -webkit-border-radius: 80% 60% 25% 76%;
  -moz-border-radius: 80% 60% 25% 76%;
  -ms-border-radius: 80% 60% 25% 76%;
  -o-border-radius: 80% 60% 25% 76%;
  margin: 0 auto;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  position: relative
}

.feature-box-style-4 {
  padding: 50px
}

.feature-box-style-2 {
  padding: 40px 32px;
  margin-bottom: 35px;
  box-shadow: 0 2px 57px 0 rgba(210, 210, 210, .35);
  border-radius: 15px;
}
.vc_custom_1554878408782 {
  background-color: #ffffff !important;
}
.feature-box-style-4 .feature-box-title {
  padding-bottom: 20px
}

span.feature-box-ribbon {
  position: absolute;
  right: 30px;
  top: 0;
  background: #333;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.flip-box-icon {
  line-height: 1;
  transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s
}

.flip-box-wrapper.text-center>.flip-inner .flip-box-icon {
  padding: initial
}

.flip-box-icon.icon-light span {
  color: #fff
}

.flip-box-icon.icon-light span {
  color: #fff
}

.flip-box-wrapper.text-center .flip-box-icon {
  margin-left: auto;
  margin-right: auto;
  padding: 0
}

.flip-box-wrapper.text-right .flip-box-icon {
  margin-left: auto;
  margin-right: 0
}

.flip-box-wrapper .flip-box-title .section-title {
  color: inherit
}

.flip-box-wrapper .flip-front>*,.flip-box-wrapper .flip-back>* {
  margin-bottom: 20px
}

.flip-box-wrapper .flip-front>*:last-child,.flip-box-wrapper .flip-back>*:last-child {
  margin-bottom: 0
}

.flip-box-wrapper .flip-front>div,.flip-box-wrapper .flip-back>div {
  padding: 0 30px
}

.flip-box-wrapper .flip-front>div.flip-box-thumb,.flip-box-wrapper .flip-back>div.flip-box-thumb {
  padding: 0
}

.flip-box-wrapper {
  cursor: pointer;
  display: block;
  overflow: hidden
}

.flip-box-content {
  font-size: 15px
}

.flip-front .section-title {
  position: relative
}

.flip-box-btn a {
  position: relative
}

.vc_toggle_title>h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000
}

.vc_toggle_content h6 {
  color: #000;
  font-weight: 400;
  font-size: 19px
}

.vc_toggle {
  border: 1px solid #eaeaea;
  padding: 10px 25px;
  background: #fafafa
}

.vc_toggle.vc_toggle_active>.vc_toggle_content,.vc_toggle.vc_toggle_active>.vc_toggle_content>p {
  margin-bottom: 0
}

.vc_toggle_color_default.vc_toggle {
  padding: 20px 25px
}

.vc_toggle_color_default .vc_toggle_content {
  margin-bottom: 0
}

.modal-popup-wrapper .modal-close,.modal-box-trigger-img {
  cursor: pointer
}

.text-left .modal-box-trigger-img {
  margin-left: 0
}

.modal-content {
  padding: 10px 15px 0 15px
}

.text-center .modal-box-trigger-img {
  margin: 0 auto
}

.text-right .modal-box-trigger-img {
  margin-right: 0
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}
.feature-box-thumb {
  overflow: hidden;
}
.feature-box-style-2:hover .feature-box-icon,.feature-box-style-2:hover .feature-box-thumb,.feature-box-style-1:hover .feature-box-icon,.feature-box-style-1:hover .feature-box-thumb {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes hvr-pulse {
  25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  75% {
      -webkit-transform: scale(.9);
      transform: scale(.9)
  }
}

@keyframes hvr-pulse {
  25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  75% {
      -webkit-transform: scale(.9);
      transform: scale(.9)
  }
}
.fbox-list img {
  max-width: 80px;
}

.card-white {
  background-color: white;
  box-shadow: 4px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 17px;
  border-radius: 10px;
  margin-top: -20px;
}
.height-250{
  height: 250px;
  border-radius: 5px;
}
.biomass{
  transition: all 500ms ease;
}
.biomass:hover{
  transform: translateY(-10px);
}

.bg-footer {
  background: linear-gradient(to right, #89BA4A, #2D6210);
  padding: 20px;
  color: #fff;
}
footer{
  background: #202020;
  padding: 70px 0 55px 0;
}
footer .widget-content ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .links-widget .links-list li {
  position: relative;
  display: block;
  list-style: none;
    padding: 0px;
    margin: 0px;
}
footer .links-widget .links-list li a {
  display: inline-block;
  /* font-size: 16px; */
  line-height: 40px;
}
footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
footer .widget-title h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.mb_30 {
  margin-bottom: 30px;
}
footer .contact-widget .info-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  padding-left: 30px;
}
footer .contact-widget .info-list li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 21px;
  color: #2D6210;
}
footer .contact-widget .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
footer .contact-widget .social-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 50%;
}
.footer-back{
  background: #2e2e2e;
  padding: 15px 0 13px 0;
}
.widget-content a:hover {
  color: #2D6210 !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 50%;
  background: #2D6210;
}

#myBtn:hover {
background-color: #2D6210;
}

.contact-widget .social-links li a:hover {
  background: #2D6210;
}
/* responsive */
@media (max-width: 1400px){
  .mt-12 {
    margin-top: 17rem;
}
}
@media (max-width: 1024px){
  .position-absolute-card {
    position: revert;
}
.mt-12 {
  margin-top: 0rem !important;
}
.strip {
  background-image: none;
  background-color: #2D6210;
}
.header-fixed{
  position: revert !important;
}
.border-right {
  border-right-width: 1px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  border-right-color: #2D6210 !important;
  border-right-style: solid !important;
  border-radius: 1px !important;
}
}
.header-fixed{
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 999;
  background-color: white;
}

@media (max-width: 1024px) {
  [data-aos] {
    pointer-events: none;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.header-dropdown{
  min-width: 12rem !important;
  padding: 0rem !important;
}
.header-dropdown .dropdown-item{
padding: 15px 10px 15px 10px;
}

.header-dropdown .dropdown-item:hover {
  color: white;
  background-color: #2d6210;
}

.bg-breakcrumb{
  background-image: url('../img/breakcrumb.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}

/* animation mobile view remove */
@media (max-width: 1024px) {
  [data-aos] {
    pointer-events: none;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
   
}

.blog-inner{
    box-shadow: 0 32px 32px 0 rgba(210, 210, 210, .35);
    border-radius: 10px;
    margin-bottom: 30px;
}
.blog-style-2 .blog-inner .post-thumb {
  border-radius: 10px 10px 0 0;
}
 .blog-inner>.post-thumb {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  overflow: hidden;
}
.blog-inner>div {
  padding: 0 30px;
  margin-bottom: 15px;
}
.post-thumb {
  position: relative;
}
.post-thumb-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
 .post-thumb-overlay:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  border: 150px solid rgba(68, 57, 134, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.8s cubic-bezier(.94, .85, .10, .62);
  -webkit-transition: all 0.8s cubic-bezier(.94,.85,.10,.62);
  -o-transition: all 0.8s cubic-bezier(.94, .85, .10, .62);
  -ms-transition: all 0.8s cubic-bezier(.94, .85, .10, .62);
  transition: all 0.8s cubic-bezier(.94,.85,.10,.62);
}
.post-thumb-overlay>a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.blog-inner .post-thumb img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.sticky-date .post-date {
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 0 40px 40px 40px;
  background-color: #6ABE52;
}
.sticky-date .post-date a {
  color: #fff;
  padding: 21px 15px 20px 18px;
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.blog-inner:hover .post-thumb img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1);
}
.card-service {
  position: relative;
}
.card-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(279.09deg, #2d6210, #586851 15.7%, #326713 51.03%, #7fb043 90.95%);
}
.style-two {
  transition: all 500ms ease;
}
.outer_circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 9;
  position: relative;
  top: 41px;
  margin: 0 auto;
  background-color: #32661357;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 96, 255, .1);
}
.inner-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #63963285;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 96, 255, .1);
}
.third_circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ccdfff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 96, 255, .1);
  background-color: #316612;
}

.title-card-inner-hover {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.card-dataanalytics{
  border: none;
  background-color: #ffffff;
}
.style-two:hover {
  transform: translateY(-10px);
}

.box-ser{
  width: 100%;
  border-left: 2px solid #244214;
  padding: 20px;
  background-color: white;
}
.border-bottom-1px{
  border-bottom: 1px solid #244214;

}

/* contact us start */

.contact-info {
  margin-bottom: 30px;
  background: linear-gradient(to right,  #2D6210,#89BA4A);
  padding: 52px 35px 22px;
  border-radius: 15px;
}

.contact-info span {
  color: white;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.contact-info p {
  color: #fff;
  margin-bottom: 20px;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  text-align: center;
  color: #2D6210;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  text-align: left;
}
.contact-info ul li .content a {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #070b3b;
  background-color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 15px;
  font-weight: 500;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block;
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.submit{
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  text-align: center;
  background-color: #070b3b;
  /* border-radius: 53%; */
  text-decoration: none;

}
/* contact us end */

@media (max-width:768px){
  .feature-box-thumb {
    overflow: visible;
}
.bg-mision-vision {
  background-image: none !important;
  padding: 50px 0px;
  background-color: #86bc44;
  background-repeat: no-repeat;
}
.height-250px{
  height: 250px !important;
}
}

footer li a{
  transform: translateX(0);
  display: inline;
  background: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor)) left bottom no-repeat;
  background: -webkit-linear-gradient(currentColor,currentColor) left bottom no-repeat;
  background: linear-gradient(currentColor,currentColor) left bottom no-repeat;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .5s ease 0s;
  transition: background-size .5s ease 0s;
}
footer li a:hover{
  transform: translateX(3px);
  background-size: 100% 1px;
}
.navbar .nav-item .nav-link{
  transform: translateX(0);
  display: inline;
  background: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor)) left bottom no-repeat;
  background: -webkit-linear-gradient(currentColor,currentColor) left bottom no-repeat;
  background: linear-gradient(currentColor,currentColor) left bottom no-repeat;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .5s ease 0s;
  transition: background-size .5s ease 0s;
}
.navbar .nav-item .nav-link:hover{
  transform: translateX(3px);
  background-size: 100% 1px;
}