
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i");
body {
  padding: 0;
  margin: 0;
  font-display: "Ubuntu", sans-serif;
}

::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #388200;
  height: 10px;
  border-radius: 5px;
  box-shadow: inset 2px 2px 3px rgba(0,0,0,0.5);
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-slides button
	{
	position: inherit !important;	
	}

a {
  display: inline-block;
  outline: 0 !important;
  text-decoration: none !important;
  -webkit-transition: .4s;
  transition: .4s;
}

p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: #999999;
}

.single-box p span {
    color: #388200;
    font-weight: 400;
}

.our-mission h5 span {
    color: #388200;
    font-weight: 400;
}

img {
  max-width: 100%;
}

.bg-f9f9f9 {
  background: #f9f9f9;
}

/*btn*/
.btn {
  font-weight: 600;
  font-size: 15px;
  border: none;
  padding: 10px 33px;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 50px;
}

.btn-primary {
  color: #ffffff;
  background-color: #388200;
  border-color: #388200;
}

.btn-primary:hover, .btn-primary:focus {
  background: #8adb34;
  color: #ffffff;
  border-color: #8adb34;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #388200;
  color: #ffffff;
  border-color: #388200;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  opacity: 1;
  background-color: #388200;
  border-color: #388200;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
  background: #8adb34;
  color: #ffffff;
  border-color: #8adb34;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*owl carousel btn*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 40px;
  top: 45%;
  font-size: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  line-height: 57px;
  margin: 0;
 /* background: rgba(0, 0, 0, 0.5);*/
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #388200;
  color: #ffffff;
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 40px;
}

.owl-theme .owl-nav .owl-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 50px;
}

.owl-theme .owl-dots {
  line-height: .1;
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #d7d7d7;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #388200;
}

/*form control*/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 45px;
  padding: 15px;
  font-size: 15px;
  color: #000000;
  background-color: #eeeeee;
  border: none;
  border-radius: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #eeeeee;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  min-height: 135px;
}

/*section title*/
.section-title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -8px;
  font-family: "Ubuntu", sans-serif;
}

.section-title span {
  color: #388200;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}

.section-title h2 b {
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  max-width: 535px;
  margin: 0 auto;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 22222;
  text-align: center;
}

.preloader-area .sk-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: -65px auto 0;
  top: 50%;
}

.preloader-area .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.preloader-area .sk-circle .sk-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #388200;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.preloader-area .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.preloader-area .sk-circle .sk-circle2::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.preloader-area .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.preloader-area .sk-circle .sk-circle3::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.preloader-area .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.preloader-area .sk-circle .sk-circle4::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.preloader-area .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.preloader-area .sk-circle .sk-circle5::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.preloader-area .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.preloader-area .sk-circle .sk-circle6::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.preloader-area .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.preloader-area .sk-circle .sk-circle7::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.preloader-area .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.preloader-area .sk-circle .sk-circle8::before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader-area .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.preloader-area .sk-circle .sk-circle9::before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.preloader-area .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.preloader-area .sk-circle .sk-circle10::before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.preloader-area .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.preloader-area .sk-circle .sk-circle11::before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.preloader-area .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.preloader-area .sk-circle .sk-circle12::before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 20px 0;
  left: 0;
  top: 0;
  background-color: transparent !important;
  z-index: 999;
}

.navbar.navbar-light.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  background-color: #4d4d4d !important;
  color: #fff;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.9);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-light .navbar-brand {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}

.navbar-light .navbar-brand span {
  font-weight: 700;
  color: #388200;
}

.navbar-light .navbar-brand:hover {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-item {
  padding: 14px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #388200;
}

.navbar-light .navbar-nav .nav-item .nav-link span {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 3px;
  background: #388200;
  right: 0;
  top: -3px;
  -webkit-transition: .4s;
  transition: .4s;
}

.navbar-light .navbar-nav .nav-item .nav-link span::before, .navbar-light .navbar-nav .nav-item .nav-link span:after {
  content: '';
  width: 25px;
  height: 3px;
  background: #388200;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.navbar-light .navbar-nav .nav-item .nav-link span::before {
  top: -7px;
}

.navbar-light .navbar-nav .nav-item .nav-link span::after {
  bottom: -7px;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover span::before, .navbar-light .navbar-nav .nav-item .nav-link:hover span::after {
  width: 35px;
}

.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #388200;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #388200;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light.is-sticky .navbar-brand {
  color: #222222;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
  /* color: #222222;*/
  color: #fff;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover {
  color: #388200;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {
  color: #388200;
}

.navbar-light.is-sticky .navbar-nav .nav-item.active .nav-link {
  color: #388200;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 100vh;
  overflow: hidden;
  background-color: #dddddd;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: -1;
}

.main-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  /*background-image: url(../../assets/img/dots.png);*/
  background-repeat: repeat;
  z-index: -1;
}

.main-banner .scroll_down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 50px;
  width: 30px;
  z-index: 5;
  bottom: 30px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
  outline: none;
}

.main-banner .scroll_down::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
          animation: scroll_down_btn-animation 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-bg-one {
  background-image: url(../images/slider/slider1.jpg);
}

.item-bg-two {
  background-image: url(../images/slider/slider2_2.jpg);
}

.item-bg-three {
  background-image: url(../images/slider/slider3_2.jpg);
}

.hero-content {
  text-align: center;
  max-width: 940px;
  margin: 50px auto 0;
}

.hero-content h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

.hero-content h1 {
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  margin: 15px 0;
  text-transform: uppercase;
}

.hero-content h1 span {
  color: #388200;
}

.hero-content p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}

.hero-content .video-btn {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  margin-left: 7px;
  text-transform: capitalize;
}

.hero-content .video-btn i {
  font-size: 38px;
  position: relative;
  top: 11px;
  margin-right: 7px;
}

.hero-content .video-btn:hover, .hero-content .video-btn:focus {
  color: #388200;
}

.hero-content .btn {
  margin-right: 7px;
}

.creative-box1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.creative-box1::before {
  content: "";
  border-right: 50vw solid #ffffff;
  border-top: 60px solid transparent;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 0;
  width: 0;
}

.creative-box1::after {
  content: '';
  position: absolute;
  border-left: 50vw solid #ffffff;
  border-top: 60px solid transparent;
  bottom: 0;
  height: 0;
  left: 0;
  width: 0;
}

.animation-box1 {
  position: absolute;
  left: 100px;
  bottom: 100px;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

.animation-box2 {
  position: absolute;
  right: 150px;
  top: 150px;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

.animation-box3 {
  position: absolute;
  left: 100px;
  top: 100px;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

.animation-box4 {
  position: absolute;
  right: -260px;
  bottom: -260px;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

.animation-box5 {
  position: absolute;
  right: -150px;
  bottom: -150px;
  z-index: -1;
}

.animation-box6 {
  position: absolute;
  right: 5px;
  bottom: 15px;
  z-index: -1;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

.animation-box7 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: -1;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.wave_box {
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wave_box .wave {
  /*background: url(../../assets/img/wave.png) repeat-x;*/
  position: absolute;
  bottom: 0;
  width: 6400px;
  left: 0;
  height: 90px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.wave_box .wave:nth-of-type(2) {
  bottom: -30px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  background: gainsboro;
  /* background: #388200;
  background-color:rgba(42,97,0,1.00);*/
  padding-top: 50px;
  font-family: "Ubuntu", sans-serif;
  padding-bottom: 50px;
  position: relative;
}

.subscribe-area p {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
}

.subscribe-area form {
  position: relative;
}

.subscribe-area form .form-control {
  background: transparent;
  border: 1px solid #4d4d4d;
  border-radius: 30px;
  color: #000;
}

.subscribe-area form .form-control::-webkit-input-placeholder {
  color: #4d4d4d;
}

.subscribe-area form .form-control:-ms-input-placeholder {
  color: #4d4d4d;
}

.subscribe-area form .form-control::-ms-input-placeholder {
  color: #4d4d4d;
}

.subscribe-area form .form-control::placeholder {
  color: #4d4d4d;
}

.subscribe-area form button {
	/*
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 75px;
	*/
  background: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
	/*
  font-size: 25px;
  line-height: 50px;
	*/
  color: #388200;
}

.subscribe-area form .validation-danger, .subscribe-area form .validation-success {
  color: #ffffff;
  margin-top: 10px;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25px;
  /*background-image: url(../../assets/img/border.png);*/
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}

/*================================================
Welcome Area CSS
=================================================*/
.single-box {
  text-align: center;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px 20px;
  background: #ffffff;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-box i {
  font-size: 50px;
  color: #999999;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-box:hover i {
  color: #388200;
}

.single-box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
}

.single-box p {
  margin-bottom: 0;
}

.single-box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  border-radius: 0 0 5px 5px;
  left: 0;
  background: #388200;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-box:hover::before {
  width: 100%;
}

.single-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-area .row {
  position: relative;
}

.about-area .animation-box2 {
  right: 80px;
  top: 50px;
}

.about-image {
  position: absolute;
  left: -90px;
  top: -50px;
}

.about-title h3 {
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 400;
}

.about-title h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 300;
  margin: 0 0 15px;
}

.about-title h5 span {
  color: #388200;
  font-weight: 400;
}

.about-title p {
  margin-bottom: 0;
}

.our-skill {
  margin-top: 25px;
}

.our-skill .single-progress .progress-title {
  font-size: 16px;
  margin: 0 0 8px;
}

.our-skill .single-progress .progress {
  height: 20px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
  overflow: visible;
}

.our-skill .single-progress .progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  background: #388200;
  border-radius: 10px;
  -webkit-animation: animate-positive 2s;
          animation: animate-positive 2s;
}

.our-skill .single-progress .progress .progress-value {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  font-family: "Ubuntu", sans-serif;
  position: absolute;
  top: -1px;
  right: 2px;
}

.our-skill .single-progress:nth-child(4) .progress {
  margin-bottom: 0;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.our-mission p {
  margin-bottom: 0;
  margin-top: 20px;
}

.why-choose-us {
  text-align: center;
  background: #ffffff;
  margin-top: 20px;
}

.why-choose-us .single-choose {
  padding: 20px 15px;
}

.why-choose-us .single-choose i {
  font-size: 35px;
  color: #777777;
  -webkit-transition: .4s;
  transition: .4s;
}

.why-choose-us .single-choose:hover i {
  color: #388200;
}

.why-choose-us .single-choose h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
}

.why-choose-us .col-lg-4:nth-child(1) .single-choose {
  border-bottom: 1px solid #eeeeee;
}

.why-choose-us .col-lg-4:nth-child(2) .single-choose {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.why-choose-us .col-lg-4:nth-child(3) .single-choose {
  border-bottom: 1px solid #eeeeee;
}

.why-choose-us .col-lg-4:nth-child(5) .single-choose {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 70px;
  background-color: #333;
  /* background-image: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: repeat;
  /*background-color:#ccc;*/
}

.single-services {
  padding: 30px 40px;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services i {
  font-size: 45px;
  color: #999999;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover i {
  color: #388200;
}

.single-services h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
}

.single-services p {
  margin-bottom: 0;
}

.single-services .bg-number {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 54px;
  color: #388200;
  opacity: .25;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-services:hover .bg-number {
  opacity: 1;
}

.single-services:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  position: relative;
  overflow: hidden;
}

.team-area .animation-box4 {
  right: -300px;
  bottom: -300px;
}

.single-team {
  text-align: center;
}

.single-team ul {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  background: #388200;
  position: relative;
  top: -20px;
  padding: 3px 17px;
  border-radius: 30px;
}

.single-team ul li {
  display: inline-block;
}

.single-team ul li a {
  color: #ffffff;
  font-size: 15px;
  margin: 0 -3px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.single-team ul li a:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #388200;
}

.single-team h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.single-team span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}

/*================================================
Portfolio Area CSS
=================================================*/
.portfolio-area {
  padding-bottom: 60px;
}

.single-work {
  margin-bottom: 40px;
}

.single-work .work-image {
  display: block;
  position: relative;
}

.single-work .work-image img {
  width: 100%;
}

.single-work .work-image::before {
  content: '';
  background: #388200;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-work .work-image:hover::before, .single-work .work-image:focus::before {
  width: 100%;
}

.single-work .work-image .popup-btn {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 45px;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.single-work .work-image .popup-btn:hover {
  background: #ffffff;
  color: #388200;
}

.single-work .work-image:hover .popup-btn, .single-work .work-image:focus .popup-btn {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.single-work h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 25px 0 0;
  line-height: 12px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #388200;
}

.features-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: .2;
  width: 100%;
  background: url(../../assets/img/white-waves.png);
}

.features-img img {
  border-radius: 10px;
}

.single-features {
  position: relative;
  margin-bottom: 30px;
  padding-left: 90px;
}

.single-features .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  color: #388200;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-features:hover .icon {
  background: transparent;
  color: #ffffff;
}

.single-features h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}

.single-features p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.single-features:nth-child(3) {
  margin-bottom: 0;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  position: relative;
  overflow: hidden;
}

.single-feedback {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 5px;
  margin-top: 25px;
  z-index: 1;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  min-height: 240px;
}

.single-feedback:hover {
  background: #388200;
}

.single-feedback .client-info {
  position: relative;
  padding-left: 118px;
  margin-bottom: 20px;
}

.single-feedback .client-info .img {
  position: absolute;
  left: 0;
  top: -45px;
  width: 100px;
}

.single-feedback .client-info .img img {
  border-radius: 0 20px 0 0;
}

.single-feedback .client-info h4 {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback .client-info span {
  display: block;
  font-size: 14px;
  color: #828893;
  margin-top: 8px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback p {
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 0;
}

.single-feedback:hover p, .single-feedback:hover .client-info h4, .single-feedback:hover .client-info span {
  color: #fff;
}

.single-feedback i {
  font-size: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #6f8ba4;
  z-index: -1;
  margin-top: -6px;
  margin-left: -70px;
  opacity: .07;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-feedback:hover i {
  color: #ffffff;
  opacity: .14;
}

/*================================================
Pricing Area CSS
=================================================*/
.tab-slider-nav {
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.tab-slider-nav .tab-slider-tabs {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  background: #eeeeee;
}

.tab-slider-nav .tab-slider-tabs::after {
  content: "";
  width: 50%;
  background: #388200;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 35px;
}

.tab-slider-nav .tab-slider-tabs.slide::after {
  left: 50%;
}

.tab-slider-nav .tab-slider-tabs .tab-slider-trigger {
  font-weight: 600;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #686868;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

.tab-slider-nav .tab-slider-tabs .tab-slider-trigger.active {
  color: #ffffff;
}

.tab-slider-container .row {
  width: 100%;
}

.pricing-table {
  text-align: center;
  background-image: url(../images/bg.png);
  padding-bottom: 35px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  border: 1px solid transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-table .pricing-header {
  padding: 40px 20px;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 18px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
}

.pricing-table .price {
  font-size: 34px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #388200;
}

.pricing-table .pricing-features {
  padding: 0;
  margin: 0 0 35px;
  list-style-type: none;
}

.pricing-table .pricing-features li {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 12px;
}

.pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-table .btn-primary {
  background: transparent;
  text-transform: uppercase;
  color: #777777;
  border: 1px solid #388200;
}

.pricing-table .btn-primary:hover, .pricing-table .btn-primary:focus {
  background: #8adb34 !important;
  border-color: #8adb34 !important;
}

.pricing-table.active, .pricing-table:hover {
  border: 1px solid #388200;
}

.pricing-table.active .pricing-header, .pricing-table:hover .pricing-header {
  background: #388200;
  border-color: #388200;
  color: #ffffff;
}

.pricing-table.active .btn-primary, .pricing-table:hover .btn-primary {
  background: #388200;
  color: #ffffff;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  padding-bottom: 70px;
}

.single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .post-thumbnail {
  overflow: hidden;
}

.single-blog-post .post-thumbnail a {
  display: block;
}

.single-blog-post .post-thumbnail a img {
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
}

.single-blog-post:hover .post-thumbnail a img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-blog-post .post-content {
  margin-top: 25px;
}

.single-blog-post .post-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

.single-blog-post .post-content h3 a {
  color: #000000;
}

.single-blog-post .post-content h3 a:hover {
  color: #388200;
}

.single-blog-post .post-content .read-more {
  font-size: 15px;
  color: #777777;
}

.single-blog-post .post-content .read-more:hover {
  color: #388200;
}

/*================================================
Work With Us Area CSS
=================================================*/
.work-with-us {
  background-color: #388200;
  z-index: 1;
  text-align: center;
  position: relative;
}

.work-with-us::before {
  content: '';
  position: absolute;
  left: 0;
  opacity: .2;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/regal.png);
  z-index: -1;
}

.work-with-us h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  margin-top: -7px;
}

.work-with-us span {
  font-size: 20px;
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}

.work-with-us .btn-primary {
  color: #388200;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.work-with-us .btn-primary:hover, .work-with-us .btn-primary:focus {
  color: #ffffff;
  background: transparent;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.partner-area .item a {
  display: block;
  position: relative;
  z-index: 1;
}

.partner-area .owl-carousel .owl-item img {
  width: 140px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-box {
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  padding-left: 115px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.contact-box .icon {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  color: #388200;
  border: 1px solid #388200;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-box:hover .icon {
  background: #388200;
  color: #ffffff;
}

.contact-box h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-box p {
  margin: 0;
  line-height: 25px;
  font-weight: 400;
}

.contact-box p a {
  color: #777777;
}

.contact-box p a:hover {
  color: #388200;
}

.get-in-touch {
  margin-top: 40px;
}

.get-in-touch h3 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.get-in-touch p {
  margin-bottom: 20px;
}

.get-in-touch ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.get-in-touch ul li {
  display: inline-block;
}

.get-in-touch ul li a {
  color: #388200;
  margin-right: 5px;
}

#contactForm {
  margin-top: 40px;
}

#contactForm .form-control {
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

#contactForm .list-unstyled li {
  color: red;
}

#contactForm #msgSubmit {
  margin: 0;
}

#contactForm #msgSubmit.text-left {
  margin-top: 20px;
  font-size: 18px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  padding: 30px 0;
  background: #4d4d4d;
}

.footer-area p {
  font-size: 14px;
  margin-bottom: 0;
  color: #d5d5d5;
}

.footer-area ul {
  text-align: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-area li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-left: 17px;
}

.footer-area li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  background: #ffffff;
  width: 2px;
  height: 12px;
}

.footer-area li:first-child::before {
  display: none;
}

.footer-area li a {
  color: #d5d5d5;
}

.footer-area li a:hover {
  color: #388200;
}

/*================================================
Right Side Modal CSS
=================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 520px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.right .modal-dialog .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
}

.modal.right .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.modal.right .modal-dialog .modal-content .modal-body p {
  margin-top: 20px;
}

.modal.right .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info {
  margin-top: 30px;
  margin-bottom: 20px;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  margin-bottom: 25px;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info li b {
  display: block;
}

.modal.right .modal-dialog .modal-content .modal-body .modal-contact-info li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 35px;
  color: #388200;
}

.modal.right .modal-dialog .modal-content .modal-body .social-links li {
  display: inline-block;
}

.modal.right .modal-dialog .modal-content .modal-body .social-links li a {
  color: #388200;
  margin-right: 5px;
}

.modal.right .modal-dialog .modal-content .modal-body .logo a {
  color: #283a5e;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
}

.modal.right .modal-dialog .modal-content .modal-body .logo a span {
  color: #388200;
}

.modal.right .modal-dialog .modal-content .modal-header {
  border-bottom-color: transparent;
  background-color: transparent;
  padding: 20px 30px 0;
}

.modal.right .modal-dialog .modal-content .modal-header .close {
  color: #000000;
  font-size: 35px;
  outline: 0 !important;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 0;
  border: none !important;
  z-index: 9;
}

.modal.right .modal-dialog .modal-content .modal-header .close:not(:disabled):not(.disabled):focus, .modal.right .modal-dialog .modal-content .modal-header .close:not(:disabled):not(.disabled):hover {
  color: #388200;
  text-decoration: none;
  opacity: 1;
}

.modal.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/*================================================
Got Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  font-size: 20px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.go-top:hover {
  color: #ffffff;
  background: #388200;
}
/*# sourceMappingURL=style.css.map */