@font-face {
  font-family: "Okra";
  src: url("fonts/Okra-Light.ttf"), /* IE9 Compat Modes */ url("fonts/Okra-Medium.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-SemiBold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-ExtraLight.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-Thin.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Okra-Regular.ttf") format("truetype"); /* Legacy iOS */
}

@font-face {
  font-family: "Century Gothic";
  src: url('fonts/CenturyGothic.ttf');
}


.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 1px 2px 16px 3px #d8dadead;
  border-top: 8px solid #00a651;
  padding: 0px 16px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00a651;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a::before {
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  height: 3px;
  bottom: -4px;
  content: "";
  background-color: #00a651;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-default .navbar-nav > li > a:hover:before {
  left: 15px;
  right: 15px;
}
.dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-top: 1px solid #f1f1f1;
}
.space-top-20 {
  margin-top: 20px !important;
}

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.navbar-btn {
  background-color: #00a651;
  border-color: #00a651;
  border-radius: 60px;
  margin-left: 30px;
  padding: 6px 20px;
}

.navbar-btn:hover {
  background-color: #00a651;
  border-color: #00a651;
  cursor: pointer;
  box-shadow: 0px 8px 15px rgba(34, 202, 232, 0.86);
  transform: translateY(-1px);
}
.top-header {
  width: 100%;
  position: relative;
}
.top-header .nav {
  background: #00a651;
  position: relative;
  border-radius: 0 0 100px 100px;
  margin: -5px 50px 0 50px;
  padding: 0 15px;
  z-index: 1;
  text-align: center;
}
.top-header li.nav-item,
.top-header .nav > li > a {
  display: inline-block;
  color: #fff;
}
.top-header .nav:after,
.top-header .nav:before {
  content: "";
  position: absolute;
  top: -1px;
  width: 74px;
  height: 30px;
  z-index: -1;
}
.top-header .nav:after {
  right: -25px;
  background: url("../images/topbg-right.png") top right no-repeat;
}

.top-header .nav:before {
  left: -27px;
  background: url("../images/topbg-left.png") top left no-repeat;
}

.top-header .nav li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-header .nav > li > a:hover,
.top-header .nav > li > a:focus {
  background-color: transparent;
}
.menu_w_icon {
}
.menu_w_icon a {
  padding: 23px 20px !important;
  border: 1px solid #efefef;
  border-radius: 5px;
  white-space: normal !important;
}
.menu_w_icon a .menu_icon {
  margin-right: 10px;
}
.menu_w_icon .menu_title {
  color: #363a37;
  text-decoration: none;
  border: none;
  background: none;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.menu_w_icon .menu_sub_text {
  margin-top: 10px;
  color: #6b787f;
  font-weight: 400;
  font-size: 13px;
}
.about_details .menu_title {
  color: #ffffff;
  text-decoration: none;
  border: none;
  background: none;
  font-weight: 600;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
.about_details .menu_sub_text {
  margin-top: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
}
.explore_link {
  border-top: 1px solid #efefef;
  margin-top: 20px;
  padding: 20px 0px !important;
  text-align: right;
}
.explore_link:hover {
  background-color: transparent !important;
  color: #00a651 !important;
}
.about_details {
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 4px;
  background-color: #00a651;
}
.about_details {
  background-image: url("../images/ic_menu_bg_green.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 103px;
}
@media only screen and (max-width: 1199px) {
  .top-header .nav .contact a span,
  .top-header .nav li a span {
  /* display: none; */
    font-size:10px;
  }
  .top-header .nav {
    background: #00a651;
    position: relative;
    border-radius: 0 0 110px 110px;
    margin: -5px 0px 0 0px;
    padding: 0 5px;
    z-index: 1;
    text-align: center;
  }
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active {
  background-color: #101a56 !important;
  border-color: #101a56 !important;
  outline: none !important;
}

.mob_logo {
  width: 130px;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    margin-top: -36px;
  }
}

body {
  padding-top: 70px;
  font-family: "Century Gothic", "Okra", sans-serif !important;
  background-image: url("../images/farm-bg.jpg");
}

.notify-row .badge {
  position: absolute;
  right: 4px;
  top: 8px;
  z-index: 100;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: 51px;
  line-height: 21px;
  padding: 7px 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

.wrapper {
  display: inline-block;
  margin-top: 25px;
  padding: 0 0px 0px 0px;
  width: 100%;
}

.mt-10 {
  margin-top: 10px;
}

.p-0 {
  padding: 0px;
}

.big_nu {
  color: #fff;
  display: block;
  font-size: 65px;
  font-weight: bold;
  line-height: 55px;
  text-align: left;
}

.sub_text {
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
  text-transform: uppercase;
}

.inner_box {
  padding: 12px 0px;
}

.login_box {
  width: 58%;
  margin: 90px auto;
}

.login_box .icon_login {
  width: 250px;
}

.login_box .sb_text {
  color: #abb4bc;
  margin: 20px 0px;
  font-size: 14px;
  display: block;
  width: 100%;
}

.login_box .form-group {
  width: 100%;
}

.login_box .form-group .form-control {
  border-color: #add1ef;
  background-color: rgba(255, 255, 255, 0.65);
  height: 45px;
  padding: 6px 15px;
  border-radius: 50px;
}

.login_box .login_btn {
  background-color: #00a651;
  color: #fff;
  width: 100%;
  border-radius: 55px;
  height: 45px;
}

.login_box .login_btn:hover {
  background-color: #00a651;
  box-shadow: 0px 8px 15px rgba(34, 202, 232, 0.86);
  transform: translateY(-1px);
}

.login_box .forget_link {
  color: #00a651;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 30px;
}

.slider_box {
  width: 100%;
}

.slider_box .slider_image {
  height: auto !important;
}

.slider_box .slider_title {
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.slider_box .carousel-caption {
  top: 58%;
  transform: translate(-00%, -58%);
}
.slider_box .slider_sb_text {
  color: #ffffff;
  font-size: 54px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.slider_box .slider_sb_text span {
  color: #f58220;
}
.slider_box .carousel-indicators {
  bottom: 100px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-repeat: inherit;
  opacity: 1;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  background-color: #00a74d;
  color: #fff;
  text-shadow: none;
  border-radius: 30px;
  padding: 15px 0px;
  font-size: 20px;
  text-align: center;
  line-height: 16px;
  width: 45px;
  height: 45px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  background-color: #00a74d;
  color: #fff;
  text-shadow: none;
  border-radius: 30px;
  padding: 15px 0px;
  font-size: 20px;
  text-align: center;
  line-height: 16px;
  width: 45px;
  height: 45px;
}
.carousel-control:hover,
.carousel-control:focus {
  background-image: none;
  background-repeat: inherit;
}
.slider_box .carousel-indicators li {
  background-color: #cacdce;
  border-color: #cacdce;
}

.slider_box .carousel-indicators .active {
  background-color: #00a651;
  border-color: #00a651;
}

.slider_box blockquote {
  padding: 10px 60px;
  border-left: none;
  width: 100%;
  margin: -60px auto;
}

.features_box .f_box_title {
  display: block;
  color: #5a6780;
  text-align: center;
  margin: 20px 0px;
  font-weight: bold;
}

.features_box .f_icon_box {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 1px 2px 16px 3px #d8dadead;
  padding: 20px;
  margin: 20px;
  min-height: 110px;
}

.features_box .f_image img {
  width: 35px;
  vertical-align: unset;
}

.features_box .f_image {
  width: 50px;
}

.features_box .f_b_content {
  width: 80%;
}

.features_box .f_image,
.features_box .f_b_content {
  display: inline-block;
  vertical-align: top;
}

.features_box .f_i_title {
  display: block;
  color: #434b52;
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px;
}

.features_box .f_i_subtext {
  display: block;
  color: #6d6d6d;
  font-weight: lighter;
  font-size: 13px;
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .navbar-collapse {
    padding: 12px 0 !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .slider_box {
    width: 100%;
  }
  .login_box {
    width: 80%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 9px 6px;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1278px) {
  .mob_logo {
    margin-left: 12px;
    margin-top: 0px;
    width: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .slider_box {
    width: 100%;
  }
  .login_box {
    width: 80%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 765px) {
  .dropdown-menu.extended.profile-drop-down,
  .dropdown-menu.extended {
    width: 100% !important;
    border: 1px solid #eee !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .navbar-right {
    margin-right: 0px;
  }
  .slider_box {
    width: 100%;
  }
  .login_box {
    width: 80%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
  }
  .slider_box .slider_title {
    font-size: 8.5px;
  }
  .slider_box .slider_sb_text {
    font-size: 12px;
  }
  .slider_box blockquote {
    width: 100%;
    padding: 51px 20px;
  }
  .navbar-btn {
    margin-left: 11px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .mob_logo {
    margin-left: 12px;
    margin-top: 0px;
    width: 52px;
  }
  .navbar-toggle {
    background-color: #00a651;
    border-radius: 0px;
    border-color: #00a651;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #0ab678;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default {
    background-color: #ffffff;
  }
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px 0 rgba(96, 96, 96, 0.3);
  -moz-box-shadow: 0px 5px 5px 0 rgba(96, 96, 96, 0.3);
  box-shadow: 0px 5px 5px 0 rgba(96, 96, 96, 0.3);
  -webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
  transition: 0.5s all ease;
  text-transform: capitalize;
  border: none;
  top: 100%;
}

.mega-dropdown-menu .dropdown-header {
  padding: 0px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-bottom: 1px solid #ecebeb;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  clear: both;
  line-height: 1.428571429;
  white-space: normal;
  color: #848484;
  font-weight: 500;
  text-transform: initial;
  font-size: 15px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #15995a;
  background: #e3ffef;
}

.mega-dropdown-menu .dropdown-header {
  color: #15995a;
  font-size: 18px;
  font-weight: 700;
}

.our-motto h3,
.welcome h2 {
  color: #ed1c25;
  font-size: 42px;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  margin-top: 18px;
  font-family: "Century Gothic";
}

.bg-1 {
  background: #ebefdd;
  padding: 0px 40px;
}

.our-motto h3 span,
.welcome h2 span {
  color: #666;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 400;
  display: block;
  padding: 0 0 8px 0;
}

.welcome h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;

  top: 0;
}

.welcome ul {
  width: 100%;
  position: relative;
  padding: 0px 0px 0px;
}

.welcome ul li {
  text-align: center;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  border-right: 2px solid #eee;
}

.welcome ul li:last-child {
  border: none;
}

.welcome ul li img {
  margin: 0 auto;
}

.welcome ul li p {
  font-size: 15px;
  padding: 10px 0;
  color: #333b47;
  font-weight: 700;
}

.welcome ul li:hover:after {
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.welcome ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  visibility: visible;
  height: 0;
  top: 0;
  left: 0;
  background: #f8f8f8ed;
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
}

.welcome ul li:hover p {
  color: #ff9400;
}

.our-motto {
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom, #8ac11e 0, #00a74d 75%);
  height: 100%;
  width: 100%;
  padding: 1px 20px 48px 30px;
}

.our-motto h3 {
  padding: 23px 20px 23px 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.our-motto h3 span {
  color: #fff;
  padding: 5px 0;
}

.our-motto p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  padding: 15px 12px;
  letter-spacing: 0.5px;
}

.our-motto a {
  font-size: 15px;
  font-weight: 700;
  border-width: 2px;
  padding: 2px 2px 7px 2px;
  color: #fff;
  margin-left: 12px;
  position: relative;
  border-bottom: solid 2px #fff;
  letter-spacing: 0.5px;
}

.our-motto a:hover {
  text-decoration: none;
  letter-spacing: 2px;
}
.logistic-scssn h4 {
  font-weight: 300;
  color: #00a651;
  font-size: 35px;
  padding: 40px 5px 0 50px;
  line-height: 40px;
}
.logistic-scssn .g {
  color: #f58220;
}
.year h5 strong {
  font-weight: 700;
  color: #f58220;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.our-motto h3 strong {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 400;
  display: block;
  padding: 0 0 8px 0;
}
.year {
  width: 100%;
  padding: 18px 10px 15px 45px;
  margin: 40px 0 50px 0;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.year h5 {
  font-weight: 300;
  font-size: 50px;
  color: #333946;
}

.year h5 span {
  font-weight: 700;
  color: #f58220;
}

.logistic-scssn p {
  padding: 0 60px 15px 45px;
}

.heading h3 {
  color: #00a651;
  font-size: 42px;
  font-weight: 700;
  padding: 20px 0 28px 0;
  position: relative;
}

.heading h3 span {
  color: #666;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 0 0 8px 0;
}

.heading h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  border-top: 5px solid #ff9400;
  top: 0;
}
.welcome h2 strong {
  color: #666;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 400;
  display: block;
  padding: 0 0 8px 0;
}
.welcome p {
  line-height: 28px;
  font-size: 22px;
  color: #666;
  font-weight: 500;
}
.our-motto p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  padding: 15px 12px;
  letter-spacing: 0.5px;
}
.btn-read {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  font-size: 15px;
  font-weight: 700;
  border-width: 2px;
  padding: 2px 2px 7px 2px;
  color: #fff;
  position: relative;
  border-bottom: solid 2px #fff;
  letter-spacing: 0.5px;
}
.btn-read:hover {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #fff;
  border-bottom: solid 2px #fff;
  text-decoration: none;
  letter-spacing: 2px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-expertise {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-expertise {
  padding: 45px 30px;
}
.single-expertise:nth-child(1) {
  background: linear-gradient(to top, #00a845 0, #00a74d 75%);
}
.single-expertise:nth-child(2) {
  background: linear-gradient(to top, #00a845 0, #00a74d 75%);
}
.single-expertise:nth-child(3) {
  background: linear-gradient(to top, #00a845 0, #00a74d 75%);
}
.single-expertise:nth-child(4) {
  background: linear-gradient(to top, #00a845 0, #00a74d 75%);
}
.single-expertise img {
  margin-bottom: 10px;
  height: 80px;
}
.single-expertise h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  padding-top: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: "Roboto";
}
.single-expertise h4 span {
  display: block;
  font-size: 15px;
  color: #deefd4;
}
.single-expertise p {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.single-expertise:hover {
  background: linear-gradient(to bottom, #8ac11e 0, #00a74d 75%);
}

.aboutus-new {
  position: relative;
  background: linear-gradient(to top, #8ac11e 0, #00a74d 75%);
  width: 100%;
  padding: 78px 0 0;
}
.aboutus-new .about_img img {
  display: block;
  margin: 0 auto;
}
.aboutnew-title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 34px;
  text-transform: uppercase;
  letter-spacing: 0.03px;
  font-family: "Roboto";
  font-weight: bold;
}
.year-text {
  font-size: 60px;
}
h3 .lytgreen-head {
  color: #ffd960;
}
.aboutus-new span.lytgreen-head::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  background: none repeat scroll 0% 0% #ffd960;
  width: 55px;
  height: 2px;
}
.aboutus-new::before {
  content: "";
  background: url("../images/about2.jpg") no-repeat;
  min-height: 558px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25%;
  background-size: cover;
}
.aboutus-new-subtext {
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 28px;
  margin-bottom: 28px;
}
.aboutus-new-small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffd960;
  margin-bottom: 5px;
}
.btn-about_us {
  border: 1px solid #ffd960;
  background-color: #ffd960;
  padding: 10px 50px;
  font-family: "Nunito";
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  color: #2d3130;
  border-radius: 2px;
}
.btn-about_us:hover {
  text-decoration: none;
}
.aboutus-new .about_img img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-image {
    position: static;
    width: 100%;
  }
  .aboutus-new {
    position: relative;
    background: #86c200;
    width: 100%;
    padding: 78px 0 78px;
  }
  .slider_box .carousel-caption {
    top: 21%;
    transform: translate(-00%, -21%);
  }
  .welcome ul li {
    border: none;
  }
  .welcome ul {
    width: auto;
  }
  .year-text,
  .country-item .country-content h3 {
    font-size: 32px !important;
  }
}
@media (max-width: 1199px) {
  .aboutus-new::before {
    width: 100%;
    min-height: 560px;
  }
}

.country-area {
  overflow: hidden;
}
.ptb-100 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.country-item .country-content {
  margin-bottom: 25px;
}

.country-item .country-content span {
  color: #ed1c25;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 400;
  display: block;
  padding: 0 0 8px 0;
}

.country-item .country-content h3 {
  font-size: 38px;
  margin: 0px 0 16px;
  color: #00a651;
  font-size: 42px;
  font-weight: 700;
  position: relative;
}

.country-item .country-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.country-item .country-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.country-item .country-list i {
  font-size: 16px;
  margin-right: 4px;
}

.country-item h3 {
  font-size: 25px;
  margin: 0;
  color: #f78200;
  text-transform: uppercase;
  font-weight: 600;
}

.country-item .country-btn {
  margin-top: 30px;
}

.map-img {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  text-align: center;
}
.map-img img {
  width: 100%;
}

.map-img .location {
  position: absolute;
  left: 61%;
  top: 74%;
  width: auto;
  height: auto;
}

.map-img .location a::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: 0px;
  border: 4px solid #00a651;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  background: #fff;
}

.map-img .location a .location-info {
  position: absolute;
  left: -60px;
  bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 102px;
  background: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 3px;
  z-index: 1;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
}

.map-img .location a .location-info::before {
  content: "";
  position: absolute;
  left: 43px;
  bottom: -6px;
  width: 18px;
  height: 18px;
  background: #fff;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.map-img .location a .location-info h5 {
  font-size: 14px;
  margin: 2px 0;
  color: #00a651;
}

.map-img .location.location2 {
  right: 65%;
  left: auto;
  top: 51%;
}

.map-img .location.location3 {
  right: 52%;
  left: auto;
  top: 65%;
}

.map-img .location.location4 {
  right: 45%;
  left: auto;
  top: 50%;
}

.map-img .location.location5 {
  right: 41%;
  left: auto;
  top: 57%;
}

.map-img .location.location6 {
  right: 71%;
  left: auto;
  top: 88%;
}

.map-img .location a:hover .location-info,
.map-img .location a .map-img .location a:focus .location-info,
.map-img .location a .map-img .location a.active .location-info {
  bottom: 40px;
}
.section-rodox {
  background-color: #ebefdc;
  position: relative;
  padding-bottom: 0px;
}
.section-heading {
  position: relative;
  width: 100%;
  margin-bottom: 55px;
  z-index: auto;
}
.section-heading .title {
  color: #00a651;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
.timeline {
  border-left: 1px solid #c8cfb8;
}
.timeline__inner {
  margin-bottom: -30px;
}
.timeline__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
}
.timeline__item:after,
.timeline__item:before {
  content: "";
  position: absolute;
  background-color: #c8cfb8;
}
.timeline__item:before {
  top: 25px;
  left: 0;
  width: 30px;
  height: 1px;
}
.timeline__item:after {
  top: 19px;
  left: -7px;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline__title,
.timeline__year {
  color: #81847c;
  font-weight: 700;
}
.timeline__year {
  line-height: 1;
  font-size: 6rem;
  font-family: Poppins, sans-serif;
}
.timeline__title {
  line-height: 1.3;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .timeline {
    border-top: 1px solid #c8cfb8;
    border-left: none;
  }
  .timeline__item {
    padding-left: 0;
    padding-top: 55px;
  }
  .timeline__item:before {
    top: 0;
    left: 6px;
    width: 1px;
    height: 40px;
  }
  .timeline__item:after {
    top: -7px;
    left: 0;
  }
}

.call-to-action {
  position: relative;
  padding: 30px 0px 15px;
  background: #f78200;
}

.call-to-action .title-col {
  position: relative;
  margin-bottom: 15px;
}

.call-to-action .title-col .inner {
  position: relative;
  padding: 4px 0px;
}

.call-to-action .title-col h4 {
  line-height: 50px;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.call-to-action .info-col {
  position: relative;
}

.call-to-action .info-col ul li {
  position: relative;
  float: left;
  margin: 0 0 10px 20px;
}

.call-to-action .info-col ul li:first-child {
  margin: 0 0 10px;
}

.call-to-action .info-col ul li a {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 14px 25px;
  color: #132728;
  min-width: 224px;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.call-to-action .info-col ul li a:hover {
  color: #ffffff;
  background: #132728;
  text-decoration: none;
}

.call-to-action .info-col ul li:after {
  content: "OR";
  position: absolute;
  left: 100%;
  top: 12.5px;
  margin-left: -7px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background: #f98200;
  border-radius: 50%;
  z-index: 1;
}

.call-to-action .info-col ul li:last-child:after {
  display: none;
}

.call-to-action .info-col ul li a i {
  font-size: 10px;
  padding-left: 5px;
  vertical-align: top;
}
.call-to-action .info-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-footer {
  position: relative;
  background: #132728;
  color: #9a9fa6;
}

.footer-two {
  background: #132728;
}

.main-footer .upper-section {
  position: relative;
  padding: 50px 0px 0px;
  background: #007338;
}

.main-footer .left-image {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.main-footer .right-image {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.main-footer .upper {
  position: relative;
  padding: 0px 0px 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .upper .inner {
  position: relative;
  display: block;
  min-height: 80px;
  padding-left: 290px;
}

.main-footer .upper .inner:before {
  content: "";
  position: absolute;
  left: 260px;
  top: 15px;
  width: 1px;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .upper .logo {
  position: absolute;
  left: 0;
  top: 0;
}

.main-footer .upper .text-box {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 15px;
  max-width: 570px;
}

.main-footer .upper .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.main-footer .upper .text a {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  color: #ffd960;
  font-size: 16px;
  font-weight: 500;
}

.main-footer .upper .text a i {
  position: relative;
  font-size: 11px;
}

.main-footer .upper .social {
  position: relative;
  float: right;
  padding-top: 20px;
}

.main-footer .upper .social li {
  position: relative;
  float: left;
  margin-left: 15px;
}

.main-footer .upper .social li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #00973d;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .upper .social li a:hover {
  color: #ffffff;
  background: #068e44;
}

.main-footer .widgets-section {
  position: relative;
  padding: 0px 0px 00px;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .widget-title {
  position: relative;
  margin-bottom: 25px;
}

.footer-two .widget-title {
  padding-left: 35px;
}

.footer-two .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icons/leaf-seven.html) right top no-repeat;
}

.main-footer .widget-title h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0;
}

.main-footer .newsletter-widget {
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
}

.main-footer .newsletter-form {
  position: relative;
}

.main-footer .newsletter-form form {
  position: relative;
}

.main-footer .newsletter-form .form-group {
  position: relative;
  margin: 0;
  background: #ebefdb;
  padding-right: 270px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"] {
  position: relative;
  float: left;
  width: 50%;
  line-height: 30px;
  padding: 15px 25px;
  height: 60px;
  display: block;
  font-size: 15px;
  background: none;
  font-weight: 400;
  color: #02843a;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: none;
  outline: none;
  border-right: 1px solid rgb(216 212 212);
  font-weight: 600;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
}

.newsletter-form .form-group input::-webkit-input-placeholder {
  color: #ffffff;
}

.newsletter-form .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  border: 0px;
  margin: 0;
  padding: 0;
}

.newsletter-form .form-group .theme-btn .btn-title {
  padding: 15px 20px;
  line-height: 30px;
  border: none;
  text-align: center;
}

.main-footer .links-widget {
  position: relative;
}

.main-footer .services-widget ul li {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .services-widget ul li a {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  min-height: 54px;
  color: #ffffff;
}
.main-footer .services-widget ul li a:hover {
  text-decoration: none;
}
.main-footer a:hover {
  text-decoration: none !important;
  color: #ffffff;
}

.main-footer .services-widget ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  line-height: 54px;
  font-size: 48px;
  color: #24a77e;
}

.main-footer .services-widget ul li .txt {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  color: #d8edef;
  margin-bottom: 3px;
}

.main-footer .services-widget ul li .sub-txt {
  position: relative;
  display: block;
  color: #ffffff;
}

.main-footer .services-widget ul li .sub-txt i {
  position: relative;
  padding-left: 7px;
  font-size: 10px;
  vertical-align: middle;
}

.main-footer .links-widget .widget-content {
  position: relative;
}

.main-footer .links-widget .column {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .links-widget .links li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
}

.main-footer .links-widget .links li a {
  position: relative;
  display: block;
  color: #d8edef;
  line-height: 24px;
  padding-left: 20px;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .links-widget .links li a:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
}

.main-footer .links-widget .links li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.main-footer .info {
  position: relative;
}

.main-footer .info li {
  position: relative;
  line-height: 1.7em;
  color: #d8edef;
  margin-bottom: 18px;
  font-size: 16px;
}

.main-footer .info li a {
  color: #ffffff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .info li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .newsletter-widget .text {
  margin-bottom: 15px;
  line-height: 24px;
}

.main-footer .footer-bottom {
  position: relative;
  background: #00612c;
}

.footer-two .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-footer .services-widget ul li .sub-txt i {
  position: relative;
  padding-left: 7px;
  font-size: 16px;
  vertical-align: middle;
}

.main-footer .footer-bottom .inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 3px 0px 4px;
  line-height: 30px;
}

.footer-two .footer-bottom .inner {
  padding-top: 20px;
}

.main-footer .footer-bottom .copyright {
  position: relative;
 
  color: #9cdab8;
}

.main-footer .footer-bottom .copyright a {
  color: #fff;
}

.main-footer .footer-bottom .bottom-links {
  position: relative;
  float: right;
}

.main-footer .footer-bottom .bottom-links li {
  position: relative;
  float: left;
  margin-left: 30px;
}

.main-footer .footer-bottom .bottom-links li:first-child {
  margin-left: 0;
}

.main-footer .footer-bottom .bottom-links li:before {
  content: "//";
  position: absolute;
  left: -30px;
  width: 30px;
  text-align: center;
  color: #12a24c;
}

.main-footer .footer-bottom .bottom-links li:first-child:before {
  display: none;
}

.main-footer .footer-bottom .bottom-links li a {
  position: relative;
  display: block;
  text-transform: capitalize;
  color: #9cdab8;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .footer-bottom a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .about {
  position: relative;
  max-width: 350px;
}

.main-footer .about .logo {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .about .text-box {
  position: relative;
}

.main-footer .about .text-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.main-footer .about .link {
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}

.main-footer .about .text-box a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #24a77e;
  font-size: 16px;
  font-weight: 500;
}

.main-footer .about .text-box a i {
  position: relative;
  font-size: 11px;
}

.main-footer .about .hours {
  position: relative;
  padding: 0 0 0 70px;
  min-height: 54px;
  color: #ffffff;
  line-height: 27px;
}

.main-footer .about .hours .icon {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 48px;
  line-height: 1em;
  color: #24a77e;
}

.main-footer .subscribe-box {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 20px 50px 20px 30px;
  border: 5px solid rgba(255, 255, 255, 0.07);
}

.main-footer .subscribe-box .text {
  margin-bottom: 15px;
}

.main-footer .subscribe-box .newsletter {
  position: relative;
}

.subscribe-box .newsletter form {
  position: relative;
}

.subscribe-box .newsletter .form-group {
  position: relative;
  margin: 0;
}

.subscribe-box .newsletter .form-group input[type="text"],
.subscribe-box .newsletter .form-group input[type="tel"],
.subscribe-box .newsletter .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  padding: 15px 30px 15px 50px;
  height: 60px;
  display: block;
  font-size: 15px;
  background: #ffffff;
  font-weight: 400;
  color: #132728;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: none;
  outline: none;
}

.subscribe-box .newsletter .form-group input[type="text"]:focus,
.subscribe-box .newsletter .form-group input[type="email"]:focus,
.subscribe-box .newsletter .form-group input[type="tel"]:focus {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  outline: none;
}

.btn-style-three {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-three .btn-title {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 30px;
  background: #068e44;
  border-radius: 0px;
  border: 1px dashed #068e44;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: none;
  outline: none;
}

.btn-style-three.alternate .btn-title {
  background: #132728;
  border-color: #132728;
}

.btn-style-three .arrow {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  font-size: 10px;
}

.btn-style-three:hover .btn-title {
  background: #068e44;
  border-color: #068e44;
  color: #ffffff;
}

.btn-style-three.alternate:hover .btn-title {
  background: #039c4a;
  border-color: #039c4a;
}

.subscribe-box .newsletter .alt-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
  color: #24a77e;
  z-index: 1;
  pointer-events: none;
}

.subscribe-box .newsletter .form-group input::-webkit-input-placeholder {
  color: #585f5f;
}

.subscribe-box .newsletter .form-group .theme-btn {
  position: absolute;
  right: -22px;
  top: 8px;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  background: #24a77e;
  color: #ffffff;
}

.subscribe-box .newsletter .form-group .theme-btn:hover {
  background: #132728;
  box-shadow: 0 0 20px 0px #24a77e;
}

.subscribe-box .follow {
  position: relative;
  margin-top: 20px;
  color: #ffffff;
  line-height: 24px;
}

.subscribe-box .follow li {
  position: relative;
  float: left;
  font-size: 15px;
  margin-right: 31px;
}

.subscribe-box .follow li:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 4px;
  height: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.subscribe-box .follow li:last-child {
  margin-right: 0;
}

.subscribe-box .follow li:first-child:after,
.subscribe-box .follow li:last-child:after {
  display: none;
}

.main-footer .newsletter-form .form-group input::placeholder {
  color: #b2b2b2;
  font-weight: bold;
}
.subscribe-box .follow li a {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.subscribe-box .follow li a:hover {
  color: #24a77e;
}
.main-footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

@media only screen and (max-width: 1199px) {
  .main-footer .upper-section {
    padding: 70px 0 0;
  }
  .main-footer .upper .logo {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .main-footer .upper .text-box {
    width: 100%;
    max-width: none;
  }
  .main-footer .upper .social {
    float: left;
    width: 100%;
  }
  .main-footer .upper .social li {
    margin-left: 0;
    margin-right: 10px;
  }
  .call-to-action {
    padding: 30px 0px 30px;
  }
  .call-to-action .info-col ul {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 991px) {
  .main-footer .upper .inner {
    padding-left: 0;
  }
  .main-footer .upper .text-box {
    padding-top: 0;
  }
  .main-footer .footer-bottom .copyright,
  .main-footer .footer-bottom .bottom-links {
    width: 100%;
    text-align: center;
  }
  .main-footer .footer-bottom .bottom-links li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .main-footer .upper .text .theme-btn {
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
  }
  .main-footer .upper .inner:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .newsletter-form .form-group input[type="text"],
  .main-footer .newsletter-form .form-group input[type="tel"],
  .main-footer .newsletter-form .form-group input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .newsletter-form .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-footer .newsletter-form .form-group {
    padding-right: 0;
  }
  .call-to-action .title-col h4 {
    line-height: 1.4em;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .call-to-action .info-col ul {
    display: block;
    padding-bottom: 10px;
  }
  .call-to-action .info-col ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .call-to-action .info-col ul li:after {
    display: none;
  }
}

.top-footer h4 {
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: normal;
  margin-top: 0px;
}
.top-footer .light-text {
  font-weight: 300;
}

.top-footer p {
  color: #d8edef;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.footer-btns {
  text-align: right;
}
.footer-btns .download-btn {
  background-color: #f0d700;
  color: rgb(0, 0, 0);
  border-radius: 4px;
  border: 1px solid #f0d700;
  position: relative;
  padding: 5px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-btns .download-btn:last-child {
  margin-right: 0px;
}
.footer-btns .download-btn:hover {
  background-color: #068e44;
  color: white;
  border: 1px solid #068e44;
}
.footer-btns .download-btn:hover .d_icon_box {
  background-color: aliceblue;
}
.footer-btns .download-btn .d_icon {
  width: 16px;
  height: 16px;
}
.footer-btns .download-btn .d_icon_box {
  background-color: #d6c109;
  padding: 10px 11px;
  border-radius: 30px;
  line-height: 10px;
  margin-right: 8px;
}
.hr-divider {
  height: 1px;
  border-style: none;
  background: -moz-linear-gradient(left, #ffffff26 100%, #ffffff26 50%, #ffffff26 100%);
  background: -webkit-linear-gradient(left, #ffffff26 100%, #ffffff26 50%, #ffffff26 100%);
  background: linear-gradient(to right, #ffffff26 100%, #ffffff26 50%, #ffffff26 100%);
}
.top-footer {
  padding-bottom: 0px;
}

@media (max-width: 992px) {
  .top-footer,
  .footer-btns {
    text-align: center;
    margin-top: 10px;
  }
  .footer-btns .download-btn {
    margin-top: 5px;
  }
}

.products.owl-theme .owl-controls .owl-buttons div {
  background-color: #efd62f;
  color: #15995a;
  position: absolute;
  top: calc(50% - 15px);
  vertical-align: middle;
  font-size: 17px;
  line-height: 35px;
  border-radius: 20px;
  height: 38px;
  width: 38px;
  font-weight: inherit;
  opacity: 1;
}
.products.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -25px;
}
.products.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -25px;
}
.product-new-section {
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-right: 1px;
}
.product-new-image-box {
  position: relative;
  z-index: 1;
}
.product-new-image-box::after {
  content: "";
  background-color: #008636;
  min-height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  background-size: cover;
  z-index: -1;
}
.product-new-image-box::before {
  content: "";
  background-color: #efd62f;
  min-height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  background-size: cover;
  z-index: -1;
}
.products-box {
  position: relative;
  background-color: #eaeeda;
  padding: 50px 0px;
}
.product-new-box::before {
  content: "";
  background: #009a58;
  min-height: 100%;
  position: absolute;
  right: 0px;
  width: 25%;
  bottom: 0px;
  background-size: cover;
  z-index: 0;
  background-image: url("../images/about-bg-section.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
}
.product-new-image-box .product-img {
  width: 100%;
}
.product-new-details {
  margin: 30px 0px;
  text-align: center;
}
.product-new-details h1 {
  background-color: #008731;
  color: #fff;
  padding: 12px 25px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin: 0px auto;
}
.product-new-details p {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #444;
  line-height: normal;
  font-family: "Roboto";
  font-weight: bold;
}
.product-new-details li {
  font-family: "Nunito";
  font-size: 16px;
  margin-bottom: 8px;
  line-height: normal;
}
.product-new-details .btn-new-product {
  font-family: "Nunito";
  background-color: #f0d700;
  color: #000;
  padding: 10px 34px;
  font-size: 16px;
  border-radius: 0px;
  margin-top: 20px;
}
.product-main-section {
  background-color: #ebefdd !important;
  padding: 100px 0 50px 0;
}
.product-main-section .product-main-title {
  color: #009a58;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: bold;
  text-align: center;
}
.product-main-section .product-main-title span {
  color: #464646;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Roboto";
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.product-main-box {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.product-main-image img {
  width: 100%;
}
.product-main-title-box h1 {
  background-color: #008731;
  color: #fff;
  padding: 12px 25px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin: 0px auto;
}
.product-main-title-box p {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #444;
  line-height: normal;
  font-family: "Roboto";
  font-weight: bold;
}
.product-main-detail-box li {
  font-family: "Nunito";
  font-size: 16px;
  margin-bottom: 8px;
  line-height: normal;
}
.product-main-detail-box .btn-new-product {
  font-family: "Nunito";
  background-color: #f0d700;
  color: #000;
  padding: 10px 34px;
  font-size: 16px;
  border-radius: 0px;
  margin-top: 20px;
}
.product-main-detail-box {
  padding: 40px 0px;
}
.product-main-title-box {
  text-align: center;
  margin-bottom: 20px;
}

.prodcut-main-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.prodcut-main-list li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Nunito";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.prodcut-main-list li b {
  font-weight: bold;
  color: #000;
  width: 32%;
  display: inline-flex;
}
.prodcut-main-list li i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #eafef1;
  color: #00a651;
  border: 1px solid #00a651;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.prodcut-main-list li span {
  width: calc(100% - 42px);
  display: inline-block;
  color: #929292;
  font-size: 14px;
  font-weight: bold;
}

.product-main-box-popup {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
  margin-bottom: 0;
}
.product-main-box-popup .prodcut-main-list li b {
  width: 50%;
}

.feature_all.tp_three {
  position: relative;
  margin-top: 0px;
  background-color: #ebefdc;
  padding: 0px 40px;
}
.feature_all_inner {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
  
}
.feature_all_inner a:hover {
  text-decoration: none;
}
.feature_inner.type_three:hover {
  border-color: #00a651;
}
.feature_inner.type_three {
  position: relative;
  text-align: center;
   /* padding: 50px 40px; */
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  border-bottom: 2px solid #fff;
}
.feature_inner.type_three span.icon {
  font-size: 50px;
  color: #00a651;
  line-height: 50px;
  display: block;
  margin-bottom: 15px;
}
.feature_inner.type_three span.icon img {
  height: 112px;
}
.feature_inner.type_three h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}
.feature_inner.type_three h2 a {
  color: #00a651;
  font-size: 16px;
}
.feature_inner p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
  color: #f78200;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.feature_inner.type_three small {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  bottom: -21px;
}
.feature_inner.type_three .theme_btn {
  border-radius: 50px;
  height: 46px;
  line-height: 46px;
  width: 150px;
  z-index: 40;
  opacity: 0;
}
.feature_inner.type_three .theme_btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.theme_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #00a651;
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  transition: all 0.5s ease;
  text-align: center;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.feature_inner.type_three:hover {
  border-color: #00a651;
  color: #00a651;
}
.feature_inner.type_three:hover .theme_btn {
  opacity: 1;
}
.feature_inner.type_three.mid h3 {
  position: absolute;
  content: "";
  width: 100%;
  text-align: center;
  top: -50px;
  background: #fff;
  left: 0;
  height: 60px;
  line-height: 85px;
  border-radius: 10px;
  font-size: 18px;
  color: #00a651;
  text-transform: uppercase;
  font-weight: 700;
}

.feature_inner.type_three.mid::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background: #e6e6e6;
  left: 0;
  bottom: 35px;
  top: 35px;
}
.feature_inner.type_three.mid::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background: #e6e6e6;
  right: 0;
  bottom: 35px;
  top: 35px;
}

.feature_inner.type_three.mid2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background: #e6e6e6;
  right: 0;
  bottom: 35px;
  top: 35px;
}

.about_type_four {
  position: relative;
  /*padding: 50px 0px 100px;*/
  background-color: #ffffff;
}
.about_inner_fr {
  position: relative;
}
.about_inner_fr .img_one {
  width: 70%;
}
.about_inner_fr .img_two {
  position: absolute;
  right: 65px;
  bottom: -90px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.about_inner_fr .img_two img {
  /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05); */
}
.about_inner_fr .img_two .icon {
  position: absolute;
  top: -45px;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 50px;
  line-height: 90px;
  background: #00a651;
  border-radius: 50px;
  color: #fff;
  right: -45px;
}
.icon-leaf1:before {
  content: "\e987";
}
.about_inner_fr .img_two .icon:after {
  width: 110px;
  height: 110px;
  border: 2px dotted #00a651;
  left: 0;
  position: absolute;
  content: "";
  background: transparent;
  border-radius: 50%;
  left: -10px;
  top: -10px;
}
.about_type_four .heading {
  margin-bottom: 30px;
}
.heading.single {
  text-align: left;
}
.heading {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.heading h2 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: normal;
  color: #ed1c25;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  letter-spacing: 3px;
  font-family: "Century Gothic";
}
.heading h1 {
  line-height: 48px;
  margin-bottom: 20px;
  color: rgb(0, 166, 81);
  font-size: 42px;
  font-weight: 700;
}
.heading h1 span {
  color: #f78200;
}
.about_content p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.pro-box {
  background-color: #ffffff;
  border-top: 10px solid #f78200;
  border-bottom: 10px solid #00a651;
  background-image: url("../images/pro-box-design.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 20px 20px;
  position: relative;
}
.pro-box-image {
  position: relative;
  z-index: 1;
}
.pro-box-image .pro-img {
  width: 100%;
}
.pro-box-image::before {
  content: "";
  background-color: #f78200;
  height: 450px;
  width: 450px;
  background-size: cover;
  z-index: -3;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.pro-box-image::after {
  content: "";
  background-color: #00a74d;
  height: 400px;
  width: 380px;
  background-size: cover;
  z-index: -2;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pro-desc-box {
  padding: 30px 70px 30px 50px;
}
.pro-desc-box .pro-cat {
  font-size: 24px;
  color: #009b55;
  text-transform: uppercase;
  font-weight: 700;
}
.pro-desc-box .pro-cat-titile {
  color: #ef1d1f;
  font-size: 20px;
  font-weight: 800;
  margin: 0px;
}
.pro-desc-box .pro-cat-sub-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: #828282;
}
.pro-desc-box .pro-benefits-box {
}
.pro-desc-box .pro-benefits-title {
  font-size: 18px;
  margin-top: 15px;
  color: #009b55;
  padding-bottom: 5px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #009b55;
}
.pro-desc-box .pro-benefits-list,
.pro-additional-details ul {
  list-style: none;
  padding: 0px;
}
.pro-desc-box .pro-benefits-list li,
.pro-additional-details ul li {
  padding-bottom: 10px;
}
.pro-additional-details ul li i {
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.pro-additional-details {
  position: absolute;
  z-index: -1;
  top: 29%;
  right: -48px;
  background-color: #f88300;
  padding: 10px;
  text-align: center;
  width: 140px;
  color: #fff;
}

.pro-desc-box .pro-benefits-list i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #eafef1;
  color: #209e2e;
  border: 1px solid #209e2e;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.pro-desc-box .pro-btn {
  background-color: #e9fef0;
  color: #00ac59;
  border: 1px solid #00ac59;
  padding: 12px 40px;
  border-radius: 0px;
  transition: all 250ms linear 0s;
  font-size: 16px;
  margin-top: 20px;
}
.pro-desc-box .pro-btn:hover,
.pro-desc-box .pro-btn:focus {
  background-color: #00ac59;
  color: #fff;
  border: 1px solid #00ac59;
  transition: all 250ms linear 0s;
}

@media only screen and (max-width: 767px) {
  .about_inner_fr {
    position: relative;
    margin-bottom: 100px;
  }
  .about_inner_fr .img_two {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .about_inner_fr .img_one {
    width: 100%;
  }
  .pro-additional-details {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }
  .pro-box-image::before {
    content: none;
  }
  .pro-box-image::after {
    content: none;
  }
  .pro-box {
    background-position: right bottom;
  }
  .pro-desc-box {
    padding: 30px 0px;
  }
  .our-motto p {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    padding: 15px 12px;
    letter-spacing: 0.5px;
  }
  .logistic-scssn h4 {
    font-weight: 300;
    color: #00a651;
    font-size: 27px;
    padding: 20px 5px 0 0px;
    line-height: 32px;
  }
  .our-motto h3,
  .welcome h2 {
    font-size: 21px;
  }
  .feature_inner.type_three {
    padding: 20px 20px;
  }
  .feature_all.tp_three {
    padding: 0px 0px;
  }
  .feature_all_inner {
    margin-top: 20px;
  }
  .bg-1 {
    background: #ebefdd;
    padding: 0px 15px;
  }
  .welcome p {
    padding: 0;
  }
  .section-heading {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    z-index: auto;
  }
  .section-heading .title {
    color: #00a651;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .products.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    top: -73px;
  }
  .products.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 58px;
    top: -73px;
    left: auto;
  }
  .slider_box .carousel-indicators {
    bottom: -5px;
  }
  .about_details {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    padding: 20px 0px;
  }
  .menu_w_icon a {
    padding: 10px 10px !important;
    border: 1px solid #efefef;
    border-radius: 5px;
    white-space: normal !important;
    margin-bottom: 5px;
  }
  .menu_w_icon .menu_sub_text {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .about_inner_fr .img_one {
    width: 100%;
  }
  .pro-additional-details {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }
  .pro-box-image::before {
    content: none;
  }
  .pro-box-image::after {
    content: none;
  }
  .pro-box {
    background-position: right bottom;
  }
  .pro-desc-box {
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 100000px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-top: 1px solid #f1f1f1;
  }

  .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 370px;
}
.nav-page-banner {
  background: #ddd;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  z-index: 9;
  background-image: url("../images/nav-page-banner.png");
  padding: 0px 40px;
  justify-content: start;
  align-items: flex-end;
}
.nav-page-title {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.nav-page-banner .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #00ab52;
  border-radius: 0px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.nav-page-banner .breadcrumb i {
  color: #ffffff;
}
.nav-page-banner .breadcrumb > .active {
  color: #ffffff;
}
.infrastructure .infr-section {
  padding: 0px 79px 30px 0px;
  background-image: url("../images/pro-box-design.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.infrastructure .infr-section .infr-img {
  width: 100%;
}
.infrastructure .infr-section h1 {
  font-size: 18px;
  font-weight: 800;
  color: #f98200;
}
.infrastructure .infr-section p {
  font-size: 14px;
  color: #666;
}

.gallery .gallery-section {
  padding: 60px 80px 70px 0px;
  background-image: url("../images/pro-box-design.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.gallery .gallery-section .gallery-img {
  width: 100%;
  height: 270px;
}
.gallery .gallery-section h1 {
  font-size: 18px;
  font-weight: 800;
  color: #f98200;
}
.gallery .gallery-section p {
  font-size: 14px;
  color: #666;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #00ac4e;
}
.navbar-default .navbar-nav > .active > a:before {
  left: 15px;
  right: 15px;
}

.contact-sec {
  display: flex;
  margin-bottom: 20px;
}
.contact-sec i {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 24px;
  background-color: #eafef1;
  color: #209e2e;
  border: 1px solid #209e2e;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.contact-sec .contact-sec-title {
  color: #000000;
  margin: 0;
  margin-top: 4px;
}
.contact-sec .contact-sec-deta {
  color: #7a7b73;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
}
.address-map-box {
  padding: 0px 99px 70px 0px;
  background-image: url("../images/pro-box-design.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.address-map-box .address-map {
  width: 100%;
  height: 400px;
  background-color: rgb(229 232 214);
  padding: 0px 15px 20px 0px;
}
.wrapper-form .col-md-8 {
  margin: auto;
}
.wrapper-form .customize {
  display: block;
  width: 100%;
  padding: 15px 25px;
  height: 60px;
  font-size: 15px;
  font-weight: 400;
  color: #02843a;
  background-color: #ebefda;
  border: 1px solid rgb(216 212 212);
  border-radius: 0rem;
  margin: 5px 0px;
  transition: 0.6s;
  box-shadow: none;
}
.wrapper-form textarea.customize {
  height: 150px;
}
.wrapper-form .customize input::-webkit-input-placeholder {
  color: #ffffff;
}
.with-errors {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: red;
  margin-top: 10px;
  display: none;
}
.has-error .form-control:focus {
  border-color: #f9b2ad;
  box-shadow: none;
}
.btn-send {
  background-color: #00a74d;
  color: #fff;
  border: 1px solid #00ac59;
  padding: 12px 40px;
  border-radius: 0px;
  transition: all 250ms linear 0s;
  font-size: 16px;
  margin-top: 20px;
}
.btn-send:hover {
  color: #ffffff;
  background-color: #008f40;
}
.mt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .address-map-box {
    padding: 0px;
    background-image: none;
  }
  .address-map-box .address-map {
    padding: 0px;
  }
  .infrastructure .infr-section,
  .gallery .gallery-section {
    padding: 0px;
    background-image: none;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    background-color: rgb(0, 167, 77);
    color: rgb(255, 255, 255);
    text-shadow: none;
    border-radius: 30px;
    padding: 6px 0px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    width: 30px;
    height: 30px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    background-color: rgb(0, 167, 77);
    color: rgb(255, 255, 255);
    text-shadow: none;
    border-radius: 30px;
    padding: 6px 0px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 11px 11px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mob_logo {
    width: 96px;
  }
}
@media only screen and (max-width: 1199px) {
  .address-map-box {
    padding: 0px;
  }
}
.pro-desc-box .pro-benefits-list li,
.pro-additional-details ul li {
  border-right: 0px;
  text-align: left;
}
.model-product-details .pro-box-image::after,
.model-product-details .pro-box-image::before {
  content: none;
}
.model-product-details .pro-desc-box {
  padding: 0px;
}
.model-product-details .pro-box {
  background-image: none;
}
.model-product-details .pro-additional-details {
  position: relative;
  z-index: 0;
  left: 0px;
  width: 100%;
  right: 0px;
}
.model-product-details .modal-body {
  padding: 0px;
}
.model-product-details button.close {
  cursor: pointer;
  background: #f98200;
  border: 0;
  opacity: 1;
  color: #fff;
  border-radius: 72px;
  padding: 2px;
  height: 28px;
  width: 28px;
  line-height: 20px;
  z-index: 9999;
}
.model-product-details .quotes-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.product-slider .slider_title,
.product-slider .slider_sb_text {
  text-align: left;
  color: #31a74d;
  text-shadow: none;
}
.product-slider {
  right: 10%;
  left: 10%;
}
.slider-logo {
  width: auto;
}
.logo-text {
  color: #ed1c25;
}
.logo-box {
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 765px) {
  .slider-logo {
    width: 50px;
  }
  .logo-text {
    color: #ed1c25;
    font-size: 8px;
  }
  .logo-box {
    text-align: center;
    display: inline-block;
  }
  .product-slider .slider_title,
  .product-slider .slider_sb_text {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slider-logo {
    width: 100px;
  }
  .logo-text {
    color: #ed1c25;
    font-size: 18px;
  }
  .slider_box .carousel-caption {
    top: 28%;
    transform: translate(-00%, -28%);
  }
  .product-slider .slider_title,
  .product-slider .slider_sb_text {
    font-size: 20px;
  }
}











.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}










.services-area .single-services {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    border: 3px solid #f93131;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-color: green;
}
.mt-30 {
    margin-top: 30px;
}






.services-area .single-services .title {
    font-size: 24px;
    padding-top: 32px;
    padding-bottom: 12px;
}















.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
   
    
    background-clip: padding-box;
 
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}