@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
body {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  background-color: #fff;
}
.mt-product h5,.mt-objective__item .read-more, .mt-news-media__wrapper h4 a{
color:#333 ;
}
.mt-product__item:hover h5,.mt-objective__item .read-more:hover,.mt-news-media__wrapper h4 a:hover{
color: #00a651;
}
h3 {
  font-size: 40px;
  color: #00a651;
  font-weight: 600;
}

h5 {
  font-size: 26px;
  color: #141b1a;
  font-weight: 600;
}

a {
  display: inline-block;
  color: #000;
}

a:hover {
  color: unset;
  text-decoration: none !important;
}

img {
  width: 100%;
  max-width:100%;
  height:auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.mt-padding__lg--tb {
  padding-top: 125px;
  padding-bottom: 125px;
}

.mt-padding__lg--t {
  padding-top: 125px;
}

.mt-padding__lg--b {
  padding-bottom: 125px;
}

.mt-padding__md--tb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-padding__md--t {
  padding-top: 80px;
}

.mt-padding__md--b {
  padding-bottom: 80px;
}
.mt-padding__sm--tb {
  padding-top: 50px;
  padding-bottom: 40px;
}

.mt-padding__sm--t {
  padding-top: 40px;
}

.mt-padding__sm--b {
  padding-bottom: 40px;
}

.btn {
  padding: 12px 35px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  color: #00a651;
}

.btn__primary {
  border-radius: 50px;
  border: 2px solid #00a651;
}

.btn__primary:hover {
  color: #fff !important;
  background-color: #00a651  !important;
}

.btn__secondary {
  color: #929292;
  border: 1px solid #929292;
  border-radius: 2px;
  font-size: 15px;
  text-transform: capitalize;
}

.btn__secondary:hover, .btn__secondary.active {
  border-color: #00a651;
  color: #00a651;
}

.btn__tertiary {
  background-color: #00a651;
  border: 2px solid #00a651;
  color: #fff;
  border-radius: 0;
}

.btn__tertiary:hover, .btn__tertiary.active {
  color: #00a651;
  background-color: transparent;
}

.btn__tertiary.active:hover {
  background-color: #00a651;
  color: #fff;
}

.slider {
  position: relative;
}

.slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slick-dots button {
  font-size: 0;
  height: 0;
  outline: none;
  border: 0;
  background-color: transparent;
  margin-right: 10px;
  position: relative;
}

.slider .slick-dots button:after {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background-color: #00a651;
}

.slider button.slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
    transform: translateY(-50%);
  width: 100px;
  border: 0;
  outline: none;
  background-color: transparent;
}

.slider button.slick-arrow:before {
  content: "\f107";
  color: #00a651;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 80px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slider button.slick-next {
  right: 15%;
  z-index: 0;
}

.slider button.slick-next:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slider button.slick-prev {
  left: 15%;
}

.slider .slick-dots .slick-active button:after {
  width: 20px;
  left: 0;
  border-radius: 5px;
}
.mt-overlay {
  background-color: rgba(0, 168, 81, 0.85);
}

.form-wrapper input {
  border-radius: 30px;
  outline: none;
  border: unset;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form-wrapper__menu-search .mt-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.form-wrapper__menu-search .mt-input-wrapper input {
  border-radius: 6px;
}

.form-wrapper__menu-search .mt-input-wrapper input[type=text] {
  width: 150px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #007f3e;
  font-size: 14px;
  padding: 3px 6px;
  color: #fff;

}

.form-wrapper__menu-search .mt-input-wrapper input[type=submit] {
  width: 25px;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.form-wrapper__menu-search .mt-input-wrapper input[type=submit]:hover ~ span.icon {
  background-color: #fff;
}

.form-wrapper__menu-search .mt-input-wrapper span.icon {
  display: block;
  background-color: #b0cdc5;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #00a651;
  width: 25px;
  margin-left: -25px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form-wrapper__menu-search .mt-input-wrapper span.icon:before {
  content: "\f002";
  position: absolute;
  top: 5px;
  left: 5px;
}

.form-wrapper__newletter .mt-input-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 2fr;
      grid-template-columns: 5fr 2fr;
  max-width: 700px;
  margin: auto;
}

.form-wrapper__newletter input {
  height: 60px;
}

.form-wrapper__newletter input[type=email] {
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-wrapper__newletter input[type=submit] {
  background-color: #00467c;
  color: #8b8e91;
  font-weight: 500;
  font-size: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 30px;
}

.form-wrapper__newletter input[type=submit]:hover {
  color: #fff;
}
.mt-header {position:relative; z-index:99;}
.mt-header_fixed .header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 14;
}

.mt-lang {
  font-size: 16px;
}

.mt-lang .mt-current-lang {
  display: block;
  border: 1px solid #FFFFFF;
  color: #959595;
  cursor: pointer;
  padding: 8px 0px;
  position: relative;
  display: none;
}

.mt-lang .mt-current-lang:before {
  content: "\f107";
  position: absolute;
  right: -14px;
  top: 12px;
}

.mt-lang .mt-current-lang:hover .mt-list {
  opacity: 1;
  visibility: visible;
}

.mt-lang .mt-list {
  opacity: 0;
  visibility: hidden;
  padding: 3px 8px;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  border-radius: 3px;
  background: #00a651;
  position: absolute;
  z-index: 1;
  width: 45px;
}

.mt-lang .mt-list li a {
  color: #fff;
}

.mt-main-logo {
  max-width: 320px;
  min-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mt-customer-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mt-customer-icon li {
  margin-right: 20px;

    color: #959595;
}

.mt-customer-icon li:last-of-type {
  margin-right: 0;
}
.mt-customer-icon li:last-of-type a{

    display: inline-block;
    margin-left: 4px;
    background-color: #959595;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}
.mt-customer-icon li:last-of-type a:hover{
background-color:#00a651;}
.mt-customer-icon a.js-loginjs{background-color:transparent !important;}
.mt-customer-icon li span.sell {
  display: inline-block;
  margin-left: 4px;
  background-color: #959595;
  padding: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

.mt-customer-icon img {
  height: 20px;
  width: auto;
  -webkit-filter: invert(63%) sepia(14%) saturate(14%) hue-rotate(338deg) brightness(91%) contrast(96%);
          filter: invert(63%) sepia(14%) saturate(14%) hue-rotate(338deg) brightness(91%) contrast(96%);
}

.mt-customer-icon a:hover span.sell {
  background-color: #00a651;
}

.mt-customer-icon a:hover img, .mt-customer-icon .active img {
  -webkit-filter: invert(48%) sepia(66%) saturate(4245%) hue-rotate(126deg) brightness(92%) contrast(104%);
          filter: invert(48%) sepia(66%) saturate(4245%) hue-rotate(126deg) brightness(92%) contrast(104%);
}

.mt-header__top {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  height: 100px;
  background-color: #fff;
}
.mt-header__top .container:before,.mt-header__top .container:after,.mt-header__top .row:before,.mt-header__top  .row:after{display:none;}
.mt-header .ham-menu {
  display: none;
}

.mt-header .ham-menu__ham-line {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mt-header .ham-menu__ham-line:last-of-type {
  margin-bottom: 0;
}

.mt-header__menu-bar {
  background-color: #00a651;
  box-shadow:0 0 5px rgba(0,0,0,0.1);
}

.mt-header__menu-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1170px;
  margin: auto;
}

.mt-header__menu-bar li {
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.mt-header__menu-bar li:hover > a, .mt-header__menu-bar li.current-menu-item > a, .mt-header__menu-bar li.current-menu-item .sub_toggle i:before {
  color: #002c15;
}

.mt-header__menu-bar li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-left: unset;
  margin-left: 0;
  padding-left: 15px;
}

.mt-header__menu-bar li:hover .sub_toggle i:before {
  color: #002c15;
}

.mt-header__menu-bar .menu-item-has-children {
  margin-right: 5px;
  position: relative;
}

.mt-header__menu-bar .menu-item-has-children .sub_toggle {
  position: absolute;
  right: -18px;
  top: 15px;
  display: inline-block !important;
  font-size: 11px;
  -webkit-transform: translate(-3px, 0px);
          transform: translate(-3px, 0px);
  color: #fff;
  margin-right: 15px;
  cursor: pointer;
}

.mt-header__menu-bar .menu-item-has-children .sub_toggle i:before {
  content: "\f0dd";
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
}

.mt-header__menu-bar .menu-item-has-children:hover:before {
  color: #002c15;
}

.mt-header__menu-bar a {
  color: #fff;
  font-size: 15px;
}

.mt-header__menu-bar .sub-menu {
  display: block;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  background: #00a651;
  border-radius: 0 0  8px 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  padding: 10px 0;
}

.mt-header__menu-bar .sub-menu li .sub-menu {
    left:100%;
    top:0;
    border-radius:0 8px 8px 0;
    background:#007f3e;
    opacity:0;
    visibility:hidden;
}
.mt-header__menu-bar .sub-menu li:hover .sub-menu {
    opacity:1;
    visibility:visible;
}
.mt-billboard-item {
  position: relative;
  height: 86vh;
  max-height: 750px;
  min-height: 650px;
  width: 100%;
  overflow: hidden;
}
.mt-billboard-item.mt-no_banner {height:200px; min-height:0; background:#141b1a;}
.mt-billboard-item.mt-no_banner:before {display:none;}
.mt-billboard-item.mt-no_banner h1 {color:#00a651 !important; font-size:60px; font-weight:700;}
.mt-billboard-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.mt-billboard-item img {
height:100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;

min-height:650px;
}

.mt-billboard-content {
  position: absolute;
  top: 50%;
  left: 25vw;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  max-width: 610px;
  color: #fff;
  z-index: 2;
  transition:all 0.5s ease-in-out 0s;

}
.slick-current .mt-billboard-content {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          opacity:1;
}
.mt-billboard-content h2 {
  font-size: 65px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.mt-billboard-content p {
  font-size: 22px;
  line-height: 1.4;
}

.mt-billboard-content .btn__primary {
  background-color: transparent;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.mt-billboard-content .btn__primary:hover {
  background-color: #00a651;
}

.mt-small-banner .mt-billboard-item {
  height: 300px;
  min-height:0;
}

.mt-small-banner .mt-billboard-item img {
  max-height: 400px;
}

.mt-small-banner .mt-billboard-content {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mt-small-banner .mt-billboard-content h1, .mt-small-banner .mt-billboard-content .mt-page_title  {
  text-transform: capitalize;
  color: #fff;
}
.mt-less_content .read-more, .mt-full_content .read-more {display:table; margin-top:20px; border-bottom-width:1px; border-bottom-style:solid;}
.mt-less_content .read-more:hover, .mt-full_content .read-more:hover {border-bottom:none;}
.mt-milestone .mt-less_content .read-more, .mt-milestone .mt-full_content .read-more, .mt-business-service .mt-less_content .read-more, .mt-business-service .mt-full_content .read-more {color:#fff;}
.mt-business-service .mt-less_content .read-more, .mt-business-service .mt-full_content .read-more {display:table; margin-left:auto; margin-right:auto;}
.mt-full_content {display:none;}

/* about section */
.mt-about {
  background-color: #fff;
}

.mt-about h5 {
  margin-top: 8px;
  margin-bottom: 15px;
}

.mt-about p {
  color: #141b1a;
}
.mt-about-content .btn {display:table; margin:50px 0 0;}
.mt-about-page .mt-about-content-img {
   margin-right:30px;
}
.mt-about-content-img img, .mt-student img {
  border-radius: 50px;
}
.mt-about-page .mt-collobration{
    background-color: #f4f4f4;margin-top:-1px}
/* milestone section */
.mt-milestone {
  background-image: url(../img/milestone-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.mt-milestone__content h5 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

.mt-milestone__content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.mt-milestone__content p {
  font-size: 16px;
}

/* objective section */
.mt-objective {
  background-color: #f1f2f2;
}

.mt-objective .slider-text p {
  font-weight: 500;
}

.mt-objective__targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt-objective__item {
  width: calc(50% - 100px);
  margin-right: 30px;
  margin-left: 70px;
  margin-bottom: 30px;
  position: relative;
}

.mt-objective__item:last-of-type {
  margin-bottom: 0;
}

.mt-objective__item img {
  width: 55px;
  position: absolute;
  top: 10px;
  left: -70px;
}

.mt-objective__item h4 {
  font-weight: bold;
  font-size: 20px;
  color: #00a651;
}

.mt-objective__item span {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-bottom: 6px;
}

.mt-objective__item p {
  font-size: 16px;
}

.slider-text p {
  margin-top: -15px;
}

.objective-slider .slick-dots {
  bottom: -35px;
}

/* products section */
.mt-product__item {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  position: relative;
 height: calc(100% - 30px);
    
  background-color: #f5f5f5;
}


.mt-product__item figure{margin: 0;position:relative;
    pointer-events: none;
    }
.mt-product__item figure:before{content:"\f00e"; position:absolute;top: 50%;left: 50%;transform:translate(-50%, -50%);z-index: 2;
    display: inline-block;pointer-events:none;
    font: normal normal normal 40px/1 FontAwesome; color:#fff;opacity:0;transition: all .5s}
.mt-product__item figure:after{content:"";position:absolute;height:100%;width:100%; top: 0; left: 0;background-color: rgba(0,0,0,.5);opacity: 0; transition: all .5s;}
.mt-product__item:hover figure:after,.mt-product__item:hover figure:before{opacity:1;}
.mt-product__content {

  padding: 15px;
}

.mt-product span.sale {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #93bd03;
  color: #fff;
  padding: 5px 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.mt-product__title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.mt-product__item figure img{ width: 100%;height: 250px; object-fit:cover}
.mt-product__title a{

  overflow: hidden;
  text-overflow: ellipsis;
}

.mt-product__view a {
  font-size: 14px;
}

.mt-product__view .eye:before {
  content: "\f06e";
  padding-right: 10px;
}

.mt-product .cart {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.mt-product .cart:before {
  content: "\f07a";
}

.mt-product .cart:hover {
  color: #00a651;
}

.mt-product h5 {
  font-size: 16px;
  text-transform: capitalize;
}

.mt-product span {
  color: #00a651;
}
.mt-discount{
    text-decoration: line-through;
}
.mt-business-service {
  background-image: url(../img/grass.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.mt-business-service h3 {
  color: #fff;
}

.mt-business-service h4 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.mt-business-service__content img {
  max-width: 100px;
}

.mt-business-service__content p {
  font-size: 16px;
}

.mt-plant {
  background-image: url(../img/fruits.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.mt-plant .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mt-plant .mt-overlay {
  background-color: rgba(255, 255, 255, 0.92);
}

.mt-plant h3 {
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.mt-plant-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 30px;
}

.mt-plant-img img {
  height: 100%;
  max-height: 500px;
  width: auto;
}

.mt-newsletter {
  background-color: #005da4;
  color: #fff;
}

.mt-newsletter .col-12 > h3 {
  color: #fff;
  margin-bottom: 15px;
}

.mt-newsletter .col-12 > p {
  margin-bottom: 45px;
}

.alert-danger{background-color: unset;border:0;}

#js-newslettererror .alert-danger{color:white;}
.mt-news-media__wrapper {
  margin-bottom: 50px;
}
.mt-news-media__wrapper h4 {font-size:18px; line-height:1.5;}
.mt-news-media__wrapper img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}

.mt-news-media__img {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mt-news-media__img:before, .mt-news-media__img:after {
  position: absolute;
  opacity: 0;
}

.mt-news-media__img:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #000;
  border-radius: 30px;
}

.mt-news-media__img:after {
  font-size: 14px;
  content: "FULL NEWS";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #00a651;
  color: #fff;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 50px;
}

.mt-news-media__img:hover:before {
  opacity: .25;
}

.mt-news-media__img:hover:after {
  opacity: 1;
}

.mt-news-media .mt-date {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
  color:#a0a0a0;
}

.mt-news-media .mt-date:before {
  content: "\f073";
  color: #a0a0a0;
  display: inline-block;
  margin-right: 5px;
}
.mt-business-slider.slider button.slick-arrow:before{font-size: 60px}
.mt-collobration h2 {
  text-transform: uppercase;
}
.mt-collobration__img{height: 140px;margin:0;}
.mt-collobration__img img {
  border-radius: 15px;
  border: 1px solid #dfdfdf;
  display: block;
padding: 15px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.mt-footer-wrapper {
  background-color: #141b1a;
  color: #fff;
  padding: 30px 0;
}

.mt-footer-wrapper a {
  color: #fff;
}

.mt-footer-wrapper h4 {
  color: #00a651;
  font-size: 18px;
  text-transform: uppercase;
}

.mt-footer-wrapper a:hover {
  color: #00a651;
}

.mt-footer-wrapper input, .mt-footer-wrapper textarea {
  background-color: #393939;
  border: unset;
  outline: none;
  margin-bottom: 10px;
  color: #6b6b6b;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 16px;
  max-width: 350px;
  width: 100%;
  display: inline-block;
}

.mt-footer-wrapper textarea {
  margin-bottom: 0;
}

.mt-footer-wrapper input[type=submit] {
  color: #fff;
  font-weight: bold;
  max-width: 150px;

}
.mt-footer-wrapper input[type=submit]:hover{background-color:#00a651;}
.mt-follow-us {
  margin-bottom: 30px;
}

.mt-quick-contact {
  width: 100%;
}

.mt-quick-contact label {
  display: none;
}

.mt-payment-copyright, .mt-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.mt-payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt-payment-options img {
  height: 25px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.mt-payment-options img:last-of-type {
  margin-right: 0;
}

.copyright p, .copyright span {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

.copyright span {
  color: #00a651;
}

.mt-contact-info {
  text-align: center;
  margin: auto;
}

.mt-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.mt-social-icon a{padding: 4px 8px}
.mt-social-icon__team {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-social-icon__team a {
  position: relative; 
    margin-left: 25px;
}

.mt-social-icon__team a:before {
  content: '';
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mt-social-icon__team a i {
  color: #00a651;
}

.mt-social-icon__team a i:before {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mt-social-icon__team a:hover:before {
  background-color: #00a651;
}

.mt-social-icon__team a:hover i:before {
  color: #fff;
}

.mt-support a {
  display: block;
}

.mt-footer-bottom {
  background-color: #060707;
  padding: 5px 0;
}

.mt-footer-bottom a {
  color: #393939;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}

.mt-footer-bottom a:hover {
  color: #00a651;
}

.mt-footer-bottom li {
  margin-right: 20px;
  position: relative;
}

.mt-footer-bottom li:before {
  content: '';
  height: 15px;
  width: 1px;
  position: absolute;
  top: 5px;
  right: -10px;
  background-color: #393939;
}

.mt-footer-bottom li:last-of-type {
  margin-right: 0;
}

.mt-footer-bottom li:last-of-type:before {
  display: none;
}

.mt-inner-page h1, .mt-inner-page .mt-page_title {
  color: #00a651;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.mt-inner-page h2, .mt-inner-page .mt-post_title {
  font-size: 30px;
  color: #00a651;
  text-transform: uppercase;
  font-weight: bold;
}

.mt-inner-page h3 {
  font-size: 38px;
}
.mt-inner-page .mt-billboard-item{
    height: 50vh;
    min-height: 550px;}
.mt-inner-page .mt-billboard-item img {
  -webkit-filter: unset;
          filter: unset;
}
.mt-about-page .mt-about .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

hgroup.mt-line {
  padding-left: 15px;
  margin-bottom: 45px;
}

hgroup.mt-line {
  border-left: 3px solid #ededed;
}
.mt-about-page .message-polygon-bg .row > div:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.mt-about-page hgroup h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.mt-about-page hgroup h2:first-of-type {
  font-size: 20px;
  margin-bottom: 5px;
}

.mt-about-page .message-polygon-bg {
  position: relative;
}

.mt-about-page .message-polygon-bg:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  background-color: #f4f4f4;
  -webkit-clip-path: polygon(0 50%, 100% 25%, 100% 100%, 0 100%);
          clip-path: polygon(0 50%, 100% 25%, 100% 100%, 0 100%);
}


.mt-about-page .mt-about-message .mt-message-img {
  border-radius: 15px;
  overflow: hidden;

    position: sticky;
    top: 200px;
}

.mt-about-page .mt-about-message .mt-message-img img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mt-about-page .mt-about-message .mt-img-info {
  text-transform: capitalize;
  margin-top: 15px;
}

.mt-about-page .mt-about-message .mt-img-info h3 {
  font-size: 45px;
  letter-spacing: 0.03em;
}

.mt-about-page .mt-about-message .mt-img-info h4 {
  font-weight: bold;
}



.mt-product-detail hgroup h1 {
  font-size: 30px;
}

.mt-product-detail hgroup h3 {
  font-size: 26px;
  font-weight: 400;
  color: #424242;
}

.mt-pagination__item {
  height: 33px;
  width: 36px;
  background-color: #f5f5f5;
  margin: 0 4px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.mt-pagination__item a, .mt-pagination__item a:before {
  color: #515151;
}

.mt-pagination__item a:hover, .mt-pagination__item.mt-active a, .mt-pagination__item a:hover:before, .mt-pagination__item a:hover:after {
  color: #00a651;
}

.mt-pagination__item--first a:before, .mt-pagination__item--last a:after, .mt-pagination__item--prev a:before, .mt-pagination__item--next a:before {
  content: "\f054";
  font-weight: bold;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.mt-pagination__item--first a:before, .mt-pagination__item--last a:after {
  content: "\f054\f054";
  font-size: 10px;
  padding: 0 5px;
}

.mt-pagination__item--first a:before, .mt-pagination__item--prev a:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mt-pagination__item--first, .mt-pagination__item--last {
  width: 65px;
  padding: 5px 6px;
}

.mt-pagination__item--first a, .mt-pagination__item--last a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-pagination__item--first a {
  margin-left: -6px;
}

.mt-pagination__more a:before {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 1px;
}

.breadcrumbs {
  padding: 22px 0;
}

.breadcrumbs .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumbs .items .item {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
}

.breadcrumbs .items .item a {
  text-transform: capitalize;
  color: #9c9c9c;
}

.breadcrumbs .items .item a:before {
  font-family: "FontAwesome";
  content: "\f101";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  padding: 0 5px 5px;
  opacity: 0.3;
}

.breadcrumbs .items .item.mt-current-page a, .breadcrumbs .items .item.mt-current-page a:before, .breadcrumbs .items .item:hover a, .breadcrumbs .items .item:hover a:before {
  color: #00a651;
}

.slider-for figure {
  margin-bottom: 10px;
}

.slider-nav {
  margin: 0 -10px;
}

.slider-nav .slick-slide {
  padding: 0 10px;
}

.mt-product-info__content > ul, .mt-product-info__content--buttons button,.mt-product-info__content--number-picker {
  margin-bottom: 20px;
}

.mt-product-info__content--sepicalities {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #696969;
}

.mt-product-info__content--sepicalities li:before {
  content: "\f107";
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mt-product-info__content--rating li {
  margin-right: 5px;
}

.mt-product-info__content--rating li:last-of-type {
  margin-right: 0;
}

.mt-product-info__content--rating .fa-star:before {
  color: #ccccc6;
}

.mt-product-info__content--rating .fa-star.active:before {
  color: #00a651;
}

.mt-product-info__content--rating .mt-review-number a {
  margin-left: 15px;
  color: #929292;
  font-size: 14px;
}

.mt-product-info__content--color li {
  margin-right: 10px;
}

.mt-product-info__content--color li:last-of-type {
  margin-right: 0;
}

.mt-product-info__content--color span, .mt-product-info__content--color label {
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position:relative;
}

.mt-product-info__content--color input[type=radio] {
  visibility: hidden;
  position:absolute;
}
.mt-product-info__content--color input[type=radio] + label:before {
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    background:#fff;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    pointer-events:none;
}
.mt-product-info__content--color input[type=radio]:checked + label:before {
    opacity:0;
}
.mt-product-info__content--equipment h4 {
  font-size: 16px;
  color: #00a651;
}

.mt-product-info__content--equipment li {
  margin-right: 30px;
  margin-bottom: 15px;
}

.mt-product-info__content--equipment li:last-of-type {
  margin-right: 0;
}
.mt-product-info__content--equipment .btn{
    padding: 8px 20px;}
.mt-product-info__content--number-picker a, .mt-product-info__content--number-picker input {
  font-weight: bold;
  color: #00a651;
}

.mt-product-info__content--number-picker a {
  width: 20px;
  text-align: center;
}

.mt-product-info__content--number-picker input {
  max-width: 45px;
  border: unset;
}

.mt-product-info__content--buttons a,.mt-product-info__content--buttons button {
  margin-right: 20px;
  margin-bottom: 30px;
}

.mt-product-info__content--buttons a:last-of-type,.mt-product-info__content--buttons button:last-of-type {
  margin-right: 0;
}

.mt-product-info__content--share {
  color: #929292;
}

.mt-product-info__content--share i:before {
  color: #929292;
}

.mt-product-info__content--share li {
  margin-left: 15px;
}

.mt-product-info__content--share a:hover i:before {
  color: #00a651;
}

.mt-product-description-button a {
  text-transform: capitalize;
  margin-right: 15px;
}

.mt-product-description-button a:last-of-type {
  margin-right: 0;
}


.sharethis-inline-share-buttons {margin-left:10px;}

.mt-team-page .mt-team__bg-gray {
  background-color: #ededed;
}


.mt-team-page .mt-team__members img {
  border-radius: 15px;
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mt-team-page .mt-team__members:hover .mt-overlay__team {
  opacity: 1;
  visibility: visible;
}

.mt-team-page .mt-team__img {
  position: relative;
}

.mt-team-page hgroup {
  margin-top: 20px;
}

.mt-team-page hgroup h3, .mt-team-page hgroup h4 {
  margin-bottom: 0;
  color: #141b1a;
}

.mt-team-page hgroup h3 {
  font-size: 20px;
}

.mt-team-page hgroup h4 {
  font-size: 16px;
  font-weight: normal;
}
.fancybox-slide--html .fancybox-content {max-width:800px; border-radius:15px;}
.fancybox-content hgroup h3 {font-size:24px; color:#00a651;}
.mt-team__img a{position:relative;width:100%}

.mt-team__img > a:after{
content:"";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.mt-overlay__team{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;

}

.mt-team__img a:hover:after,.mt-team__img:hover .mt-overlay__team{

  visibility: visible;
  opacity: 1;

}
.mt-contact-page {
  background-color: #f2f2f2;
}

.mt-contact-page hgroup {
  margin-bottom: 40px;
}
.mt-contact-page h1, .mt-contact-page h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.mt-contact-page h1 {    font-size: 50px;}

.mt-contact-page h2 {
  font-size: 40px;
  text-transform: unset;
  font-weight: 500;
}

.mt-contact-page h3 {
  font-size: 22px;
  font-weight: bold;
  color: #212020;
}

.mt-contact-page .mt-contact {
  position: relative;
  z-index: 1;
  margin-top: -250px;
}
.mt-contact-page .mt-contact.mt-checkout {
    margin-top:-200px;
}
.mt-contact-page .mt-contact__wrapper {
  background-color: #f1f2f2;
  border-radius: 10px;
  padding: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 125px;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.mt-contact-page .mt-contact__info {
  width: 40%;
}

.mt-contact-page .mt-contact__info article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-contact-page .mt-contact__info .icon {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #00a651;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.mt-contact-page .mt-contact__info .icon i {
  font-size: 35px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mt-contact-page .mt-contact__info--content p {
  margin-bottom: 0;
  color: #747474;
  line-height: 1.5;
  font-weight: 500;
}

.mt-contact-page .mt-contact__info--content h3 {
  margin-bottom: 5px;
}

.mt-contact-page .mt-contact__form {
  width: 60%;
}

.mt-contact-page .mt-input-wrapper {
  margin-bottom: 30px;

    position: relative;
}
.mt-contact__form .text-danger{
position:absolute;left:0;
    bottom: -25px;}
.mt-contact-page .mt-input-wrapper:last-of-type {
  margin-bottom: 0;
}

.mt-contact-page .mt-input-wrapper input, .mt-contact-page .mt-input-wrapper select, .mt-contact-page .mt-input-wrapper textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 18px;
  font-size: 18px;
  color: #3c3b3b;
  background-color: #fff;
  outline: none;
}

.mt-contact-page .mt-input-wrapper input {
  height: 50px;
}

.mt-contact-page .mt-input-wrapper textarea {
  height: 130px;
  resize: none;
}

.mt-contact-page .mt-input-wrapper .btn__primary {
  width: 150px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 50px;
  border: 2px solid #00a651;
  color: #00a651;
}

.mt-contact-page .mt-input-wrapper .btn__primary:hover {
  color: #fff;
  background-color: #00a651;
}

.mt-half {
  width: calc(50% - 18px);
  display: inline-block;
}

.mt-half:nth-child(odd) {
  margin-right: 15px; 
}

.mt-half:nth-child(even) { margin-left: 15px;

}
.mt-carrer-opening__form .mt-half:nth-child(odd){
 margin-left: 15px;margin-right:0;
}
.mt-carrer-opening__form .mt-half:nth-child(even){
 margin-right: 15px;margin-left:0;
}

.mt-business-service-page h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 20px;
}

.mt-business-service-page h4 {
  color: #00a651;
  font-size: 30px;
}
.mt-business-service-page section:nth-of-type(odd),
 .mt-career-page section:nth-of-type(odd)
{background-color:#f2f2f2;}
 .mt-career-page section:nth-type-of(odd)
{background-color:#f2f2f2;}

.mt-business-service-page .mt-billboard-content {
  max-width: 1140px;
  left: 18vw;
}

.mt-business-service-page .mt-content-wrapper p {
  font-size: 18px;
  color: #2b2b2b;
}

.mt-business-service-page .mt-research-lab .mt-content-img img {
  border-radius: 10px;
}

.mt-business-service-page .mt-harvest, .mt-business-service-page .mt-business-incubation, .mt-business-service-page .mt-tech-service .mt-content-img {
  background-color: #f2f2f2;
}

.mt-business-service-page .mt-harvest__content img {
  height: 150px;
  width: auto;
  margin-bottom: 20px;
}

.mt-business-service-page .mt-tech-service .mt-content-img {
  height: 320px;
  width: 320px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #00a651;
  margin: auto;
}

.mt-business-service-page .mt-tech-service .mt-content-img img {
  height: 320px;
  width: auto;
  display: block;
  margin: auto;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.mt-business-service-page h1{color:#fff;}
.mt-download-page .mt-title {
  background-color: #00a651;
  border-radius: 10px;
  padding: 25px 0;
}

.mt-download-page .mt-title h2 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.mt-download-page .mt-download-list__details {
  list-style: decimal;
  margin-left: 25px;
}

.mt-download-page .mt-download-list__details li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr  350px;
      grid-template-columns: 30px 1fr  350px;
      grid-template-areas: "list-number details  button";
  margin-bottom: 30px;
  counter-increment: number;
}

.mt-download-page .mt-download-list__details li:before {
  content: counters(number, ".");
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: list-number;
}

.mt-download-page .mt-download-list__details p {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: details;
  font-size: 18px;
}

.mt-download-page .mt-download-list__details .mt-buttons {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: button;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mt-download-page .mt-download-list .btn {
  text-transform: capitalize;
  font-weight: normal;
}

.mt-download-page .mt-download-list .btn:first-of-type {
  margin-right: 20px;
}

.mt-career-page h1 {
  font-size: 60px;
}

.mt-career-page h2 {
  color: #00a651;
  font-size: 60px;
}
.mt-career-page h3{
font-size: 26px;
color:#666;}
.mt-career-page .mt-student-content h2 {
  text-transform: uppercase;
font-size: 40px;
}

.mt-career-page .mt-carrer-opening h4 {
  color: #565656;
}

.mt-career-page .mt-carrer-opening {
  position: relative;
}

.mt-career-page .mt-carrer-opening:before {
  content: '';
  background-image: url(../img/career-oppurtunities.png);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
}

.mt-career-page .mt-carrer-opening__img {
  position: relative;
  height: 100%;
}

.mt-career-page .mt-carrer-opening__img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mt-career-page .mt-carrer-opening__content--description ul {
  margin-left: 20px;
  list-style: decimal;
}

label {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: bold;
  color: #58595b;
}

 .mt-carrer-opening__form input, .mt-career-page .mt-carrer-opening__form select {
  border: 0;
  color: #58595b;
  background-color: #e6e6e6;
  border-radius: 10px;
  height: 40px;
  padding: 0 12px;
  width: 100%;
}
 .mt-carrer-opening__form input[type=submit]{
    margin-left: 10px;}
 .mt-carrer-opening__form input[type=file] {
//  width: 112px;
//color:#e6e6e6;
    padding: 4px 12px;
}

.mt-carrer-opening__form input[type=file]::-webkit-file-upload-button {
  }

.mt-carrer-opening__form input[type=file]:before {
  //content: "UPLOAD";
  padding: 3px 12px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #58595b;
  position: absolute;
  margin-top: 3px;
}

.mt-carrer-opening__form .mt-input-wrapper {
  margin-bottom: 30px;
}

 .mt-carrer-opening__form .btn__primary {
  width: 150px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: 50px;
  border: 2px solid #58595b;
  color: #58595b;
  background-color: transparent;
}

 .mt-carrer-opening__form .btn__primary:hover {
  color: #fff;
  background-color: #58595b;
}

.mt-cart-items {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #fff}

.mt-cart-items__heading {
  background-color: #00a651;
  color: #fff;
}

.mt-cart-items__heading .row {
  padding: 20px 0;
}

.mt-cart-items__title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.mt-cart-items__item--cancel a {
  display: block;
  color: #1D2230;
}

.mt-cart-items__item--image {
 // height: 130px;
}

.mt-cart-items__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mt-cart-items__item--product-name a {
  text-decoration: none;
  color: #1D2230;
  font-weight: bold;
}

.mt-cart-items__item--sub-total {
  font-weight: bold;
}

.mt-cart-items .fa {
  opacity: .4;
}

.mt-cart-checkout {
  background: rgba(31, 58, 147, 0.1);
}

.mt-cart-checkout__left {
  text-align: left;
}

.mt-cart-checkout__right {
  text-align: right;
}

.mt-cart-checkout h2, .mt-cart-checkout > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  margin-bottom: 5px;
}

.mt-cart-checkout > div:nth-of-type(3), .mt-cart-checkout div:nth-of-type(4) {
  border-bottom: 0;
}

.mt-cart-checkout > div:last-of-type {
  margin-bottom: 0;
}

.mt-cart-checkout h2 {
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
  background-color: #00a651;
  font-size: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mt-cart-checkout__btn {
  text-align: center;
  display: block;
  padding: 10px !important;
  background-color: #1D2230;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: 500;
}

.mt-cart-checkout__btn:hover {
  background-color: #00a651;
}

.mt-cart-checkout__btn a {
  display: block;
  color: #fff !important;
}

.cart-continue-update {
  margin-top: 15px;
  padding: 15px;
  background: rgba(31, 58, 147, 0.1);
}

.cart-continue-update__continue a {
  background-color: #1D2230;
}

.cart-continue-update__continue a:hover {
  background: rgba(29, 34, 48, 0.5);
  text-decoration: none;
}

.cart-continue-update__update a {
  background: rgba(29, 34, 48, 0.5);
}

.cart-continue-update__update a:hover {
  background-color: #1D2230;
  text-decoration: none;
}

.cart-continue-update a {
  padding: 8px 12px;
  color: #fff;
  display: block;
  text-align: center;
}

.checkout-form > .row > div, .mt-form > .row > div {
  padding-bottom: 16px;
}

.checkout-form h2, .mt-form h2 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 26px;
  border-bottom: 1px solid gray;
}

.checkout-form label, .mt-form label {
  color: #5D625C;
  font-weight: 700;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
}

.checkout-form label span, .mt-form label span {
  color: red;
  display: inline;
  padding-left: 5px;
}

.checkout-form input, .checkout-form select, .checkout-form textarea, .mt-form input, .mt-form select, .mt-form textarea {
  height: 50px;
  font-size: 18px;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 5px;
  width: 100%;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 2px #a6a6a6;
          box-shadow: 0 0 2px #a6a6a6;
  color: #231916;
}

.checkout-form__submit, .mt-form__submit {
  background-color: #1d2230;
  color: #fff !important;
  line-height: 2;
}

.checkout-form__submit:hover, .mt-form__submit:hover {
  opacity: .9;
}

.checkout-form__three, .mt-form__three {
  margin-left: 10px;
  margin-right: 10px;
}

.checkout-form__three .radio, .mt-form__three .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  position: relative;
}

.checkout-form__three .radio > label, .mt-form__three .radio > label {
  padding-left: 15px;
}

.checkout-form__three .radio > label:before, .mt-form__three .radio > label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #1d2230;
  border-radius: 50%;
}

.checkout-form__three .radio > label:after, .mt-form__three .radio > label:after {
  content: '';
  display: none;
  position: absolute;
  top: 10px;
  left: 5px;
  height: 8px;
  width: 8px;
  background-color: #1d2230;
  border-radius: 50%;
}

.checkout-form__three input:checked + label:after, .mt-form__three input:checked + label:after {
  display: inline-block;
}

.checkout-form__three input[type=radio], .mt-form__three input[type=radio] {
  visibility: hidden;
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 5;
}

.checkout-form__three input[type=radio]:checked ~ .mt-payment-detail-content, .mt-form__three input[type=radio]:checked ~ .mt-payment-detail-content {
  display: block;
}

.checkout-form__three div.mt-payment-detail-content, .mt-form__three div.mt-payment-detail-content {
  display: none;
  width: 100%;
}

.checkout-form__three div.mt-payment-detail-content img, .mt-form__three div.mt-payment-detail-content img {
  margin-top: 15px;
}

.checkout-form__three div.mt-payment-detail-content label, .mt-form__three div.mt-payment-detail-content label {
  margin-top: 15px;
}

.checkout-form__three div.mt-payment-detail-content label:first-of-type, .mt-form__three div.mt-payment-detail-content label:first-of-type {
  margin-top: 10px;
}

.checkout-form__four .confirm, .mt-form__four .confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-form__four .confirm h3, .checkout-form__four .confirm p, .mt-form__four .confirm h3, .mt-form__four .confirm p {
  font-size: 20px;
  font-weight: 500;
}

.checkout-form__four .confirm .row, .mt-form__four .confirm .row {
  width: 100%;
}
.text-danger {
    position: absolute;
}
.btn-primary{    border-color: #00a651;}
.btn-primary:hover,.custom-control-input:checked~.custom-control-label::before,.page-item.active .page-link{
    background-color: #00a651;
    border-color: #00a651;}
.page-link{color:#333}
form.checkout-form {
  padding-left: 30px;
  padding-right: 15px;
}

form.checkout-form h2 {
  padding-left: 0;
  padding-right: 0;
}

.mt-page-menu .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 15px;
}

.mt-page-menu .items .item {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mt-page-menu .items .item a {
  color: #00a651;
  text-decoration: none;
}

.mt-page-menu .items .item span {
  position: relative;
  margin-right: 0.8em;
  padding: 0.6rem 1rem;
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mt-page-menu .items .item span:after {
  position: absolute;
  background: #00a651;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
}

.mt-page-menu .items .item .mt-light_bg {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.mt-page-menu .items .item .mt-light_bg:after {
  background: rgba(17, 95, 55, 0.8);
}

.mt-payment-detail-content img {
  width: unset;
}

.fancybox-slide, .fancybox-container {
  max-width: 100vw;
}
.mt-business-slider .slick-slide{
    margin: 0 15px;}

@media screen and (max-width: 767px) {
  .checkout-form__two {
    max-width: 90%;
    margin: auto;
  }
  .d-none-mob {
    display: none;
  }

.mt-about-page .message-polygon-bg .row > div:first-of-type{
    order: inherit;  }
}


@media only screen and (max-width: 991px) {
  .mt-cart-checkout {
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-cart-items__heading,
  .mt-cart-items__item .mt-cart-items__item--image {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .cart-continue-update__continue {
    margin-bottom: 20px;
  }
}

.fancybox-slide .mt-form_header {
  margin-bottom: 50px;
}

.fancybox-slide .fancybox-button {
  background-color: unset;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.fancybox-slide .fancybox-button:hover {
  color: #888;
}

.fancybox-slide .mt-form_content .mt-input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox-slide .mt-form_content i {
  width: 40px;
  padding: 13px;
  background: #00a651;
  height: 45px;
  border-radius: 15px 0 0 15px;
  color: #fff;
}

.fancybox-slide .mt-form_content .mt-input_field {
  background-color: #f2f2f2;
  border: 0;
  outline: unset;
  height: 45px;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 20px;
  border-radius: 0 15px 15px 0;
}

#mt-user_form .mt-btn {
  padding: 8px 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  color: #00a651;
  border-radius: 50px;
  border: 2px solid #00a651;
  margin-bottom: 20px;
}

#mt-user_form .mt-btn:hover {
  color: #fff;
  background-color: #00a651;
}

.mt-sign_in_option > a {
  display: block;
}

.mt-sign_in_option span a {
  margin-left: 6px;
}

.item::before {
  cursor: pointer;
}

.item.active .item-content {
  margin-top: 30px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}

.tabbed-content .item {
  min-height: 2em;
}

.tabbed-content .item::before {
  content: attr(data-title);
}

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed-content .tabs {
  display: block;
}

.tabbed-content .tabs li {
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

.tabbed-content .tabs li a {
  display: block;
}

.tabbed-content .item {
  min-height: 0;
}

.tabbed-content .item::before {
  display: none;
}

.tabbed-content.tabs-side .tabs {
  width: 150px;
  float: left;
}

.tabbed-content.tabs-side .tabs li {
  display: block;
}

.tabbed-content.tabs-side .item {
  margin-left: 150px;
}

.mt-news-gallery-page .btn {
  background-color: #00a651;
color:#fff
}

.mt-news-gallery-page .btn:hover {  background-color: transparent;color:#00a651;

}
.mt-news-gallery-page .mt-line {margin-bottom:30px; border-bottom:solid 2px #d9d9d9; padding-bottom:20px;}
.mt-gallery {
//  background-image: url(../img/gallery-bg.png);
//  background-repeat: no-repeat;
//  background-position: center center;
//  background-size: cover;
//  background-attachment: fixed;

    background-color: #f2f2f2;
}

.mt-gallery__item {
  display: block;

  margin-bottom: 50px;
height: calc(100% - 50px);

  background-color: #fff;
}

.mt-gallery__item img {


    height: 300px;
    width: 100%;
    object-fit: cover;
}
.mt-gallery__item figcaption{

/* background-color: #00a651;
            color: #fff; */
font-weight: 600;
            padding: 5px 15px;}
.mt-gallery__item:hover {
  border-color: #00a651;
  background-color: #00a651;
color: #fff;
}
.mt-news-gallery-page section h2{
    font-size: 45px;}

.mt-video__item iframe {
  border: 2px solid #00a651 !important;
}
.mt-contact__form label{display:none;}
.mt-inner-page .mt-billboard-item{
    height: auto;
    max-height: 300px;
    min-height: auto;}

.mt-inner-page .mt-billboard-item img{
height:300px;object-fit:cover;min-height:unset;
}
.mt-about-page .mt-billboard-item{
    height: unset;
    max-height: unset;
    min-height: 600px;}
.mt-about-page .mt-billboard-item img {
  -webkit-filter: unset;
          filter: unset;
 // -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  //        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  -o-object-position: bottom;
     object-position: bottom;

    min-height: 600px;
}

.mt-about-page .mt-billboard-item:before {
 // background-color: #fff;
  z-index: 0;
}

.mt-about-page .mt-about {
  margin-top: -0;
}
.cart-continue-update__update .btn{padding:12px 15px }

.mt-sidebar li{
    display: block;
    padding: 10px 20px;border-bottom:1px solid #ddd; transition: all .5s;}

.mt-sidebar li:last-of-type{border-bottom:0;}
.mt-sidebar li.active, .mt-sidebar li:hover{background-color: #00a651;}
.mt-sidebar li.active a, .mt-sidebar li:hover a{color:#fff}
.mt-sidebar ul{border:1px solid #ddd; }
.rating>label{
    font-size: 38px !important;}
.rating {
    padding: 0 15px;
    line-height: 1;
margin-bottom:30px;
}
#st-1{z-index:2 !important}
.mt-featured_news{padding-bottom:50px;border-bottom:1px solid #ddd;}
.mt-news-gallery-page .btn__primary{
display:table;}
.mt-team-page.fancybox-content img{
border-radius: 15px;
}
.mt-blog-single-page .mt-line br{display:none;}
.mt-blog-single-page .mt-message-img{margin-bottom:30px;}
.mt-footer-contact i{
    line-height: 1.7;
    margin-right: 5px;}
.mt-team__members{margin-bottom:30px;}
.mt-team__members h3{color:#00a651 !important}
@media screen and (max-width: 1200px) {
  .mt-header__menu-bar ul.main-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    background-color: #00a651;
    z-index: 1;
  }
  .mt-header__menu-bar ul.main-menu.active {
    opacity: 1;
    visibility: visible;
    height: unset;
    display: block;
    padding: 80px 30px 30px;
  }
  .ham-menu.active .ham-menu__ham-line {
    background-color: #fff;
  }
  li.form-wrapper.form-wrapper__menu-search {
    position: absolute;
    top: 12px;
    width: calc(100% - 30px);
  }
  li.form-wrapper.form-wrapper__menu-search .mt-input-wrapper {
    width: 80%;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  li.form-wrapper.form-wrapper__menu-search .mt-input-wrapper .icon {
    position: relative;
  }
  .form-wrapper__menu-search .mt-input-wrapper input[type=text] {
    width: 300px;
  }
  .mt-header__menu-bar {
    height: 75px;
  }
  .mt-header .ham-menu {
    display: block;
    position: absolute;
    top: 127px;
    left: 30px;
    z-index: 99;
    cursor: pointer;
    height: 30px;
    width: 30px;
    z-index: 2;
  }
  .ham-menu.active span:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 12px;
    height: 4px;
  }
  .ham-menu.active span:nth-of-type(2) {
    display: none;
  }
  .ham-menu.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -8px;
    height: 4px;
  }
  .mt-header__menu-bar .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    background: unset;
    padding: 15px 0 0 30px;
    display: none;
    -webkit-transition: unset;
    transition: unset;
    border-left: 1px solid #E1E2E6;
    margin-left: 10px;
  }
  .mt-lang {
    position: absolute;
    right: 40px;
  }
  .mt-customer-icon {
    position: absolute;
    right: 30px;
    bottom: -50px;
    z-index: 2;
  }
  .mt-customer-icon a:hover img, .mt-customer-icon .active img {
    -webkit-filter: invert(15%) sepia(97%) saturate(3092%) hue-rotate(150deg) brightness(98%) contrast(98%);
            filter: invert(15%) sepia(97%) saturate(3092%) hue-rotate(150deg) brightness(98%) contrast(98%);
  }
  .mt-customer-icon a:hover span.sell {
    background-color: #026f37;
    color: #fff;
  }
  .mt-customer-icon img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
.mt-customer-icon li{color: #fff}
  .mt-customer-icon li span.sell,.mt-customer-icon li:last-of-type a {
    background-color: #fff;
    color: #00a651;
  }

  .mt-billboard-content h2 {
    font-size: 50px;
  }
  .mt-billboard-content p {
    font-size: 18px;
  }
  .slider button.slick-prev {
    left: 0;
  }
  .slider button.slick-next {
    right: 0;
  }
   .mt-contact-page .mt-contact__wrapper {
    padding: 75px 45px;
  }
}

@media screen and (max-width: 1030px) {
  .mt-header__top {
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .mt-billboard-content {
    left: 100px;
    right: 100px;
  }
  .mt-milestone__content {
    margin-bottom: 30px;
  }
  .mt-footer-wrapper .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .mt-footer-wrapper .row > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mt-footer-wrapper .row > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
  }
  .mt-footer-wrapper .row > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mt-about-page .mt-about {
  //  margin-top: -100px;
  }
  .mt-about-page .mt-about-content {
    margin-bottom: 0;
  }
  .mt-about-page hgroup h2 {
   // font-size: 40px;
  }
  .mt-about-page .message-from {
    font-size: 20px;
  }
  .mt-about-page .mt-about-message .mt-img-info h3 {
    font-size: 30px;
  }
  .mt-about-page .mt-about-message .mt-img-info h4 {
    font-size: 20px;
  }
  .mt-contact-page .mt-contact__wrapper {
    padding: 50px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mt-contact-page .mt-contact__info, .mt-contact-page .mt-contact__form {
    width: 100%;
  }

  .mt-contact-page .mt-contact__info article {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .mt-career-page h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .mt-objective__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2,
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 20px;
  }
  .mt-inner-page h2,
  .mt-inner-page h3 {
    font-size: 38px;
  }
  p {
    font-size: 16px;
  }
.mt-sidebar{margin-bottom: 30px;}
  .mt-padding__lg--tb {padding-top: 90px;padding-bottom: 90px;}
  .mt-padding__lg--t {padding-top: 90px;}
  .mt-padding__lg--b {padding-bottom: 90px;}
  .mt-padding__md--tb {padding-top: 50px;padding-bottom: 50px;}
  .mt-padding__md--t {padding-top: 50px;}
  .mt-padding__md--b {padding-bottom: 50px;}
  .mt-plant-img {margin: 0;}
  .mt-inner-page h1 {font-size: 42px;}
  .mt-header__menu-bar ul.main-menu.active {padding: 120px 30px 30px;}
  .mt-header__menu-bar li {padding: 12px 0;}
  li.form-wrapper.form-wrapper__menu-search {top: 60px;width: calc(100% - 60px);}
  li.form-wrapper.form-wrapper__menu-search .mt-input-wrapper {width: 100%;}
  li.form-wrapper.form-wrapper__menu-search .mt-input-wrapper span.icon {min-width: 25px;}
  .mt-billboard-content h2 {font-size: 40px;}
  .mt-plant h3 {font-size: 28px;}
  .mt-about-content, .mt-news-media__wrapper {margin-bottom: 50px;}
  .mt-business-service__content {margin-bottom: 30px;}
  .mt-footer-wrapper .row > div {text-align: center;}
  .mt-payment-copyright {width: 100%;}
  .mt-payment-options {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 30px;}
  .mt-footer-wrapper .row > div:nth-of-type(1) {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
  .mt-footer-wrapper .row > div:nth-of-type(2) {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
  .mt-footer-wrapper .row > div:nth-of-type(3) {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
  .mt-about-page .mt-about {// margin-top: -150px;}
  .mt-about-page .mt-about-message .mt-message-img img {max-height: 250px;}
  .mt-product-detail hgroup h1 {font-size: 32px;}
  .mt-product-detail hgroup h3 {font-size: 28px;font-weight: 400;color: #424242;}
  .mt-team-page .mt-team .col-md-4:nth-child(n+4) .mt-team__members {margin-top: 50px;}
  .mt-contact-page .mt-contact__info {margin-bottom: 20px;}
  .mt-contact-page .mt-contact__info article {width: 100%;margin-bottom: 30px;}
  .mt-contact-page .mt-contact__info--content h3 {font-size: 22px;}
  .mt-contact-page .mt-contact__info .icon {height: 50px;width: 50px;}
  .mt-contact-page .mt-contact__info .icon i {font-size: 22px;}
  .mt-harvest .col-12 {margin-bottom: 50px;}
  .mt-harvest .col-12:last-of-type {margin-bottom: 0;}
  .mt-download-page .mt-download-list__details {margin-left: 0;}
  .mt-download-page .mt-download-list__details li {-ms-grid-columns: 30px 1fr;grid-template-columns: 30px 1fr;-ms-grid-rows: 1fr 70px;grid-template-rows: 1fr 70px;grid-template-areas: "list-number details " "button button";}
  .mt-download-page .mt-download-list__details p {-ms-grid-row: 1;-ms-grid-column: 2;grid-area: details;}
  .mt-carrer-opening__img {display: none;}
  .mt-team-page.fancybox-content img{max-height:500px;object-fit: cover;margin-bottom:30px;}
}
@media screen and (max-width: 575px) {
  .mt-inner-page h2,
  .mt-inner-page h3 {
    font-size: 35px;
  }
  .mt-billboard-slider .slick-arrow {
    display: none !important;
  }
  .mt-billboard-content {
    left: 30px;
    right: 30px;
  }
  .mt-objective__item {
    width: 100%;
  }
  .mt-footer-bottom {
    padding: 0 15px;
  }
  .mt-inner-page h1 {
    font-size: 35px;
  }
  .mt-pagination__item--first, .mt-pagination__item--last {
    display: none;
  }
  .mt-team-page .mt-team .col-md-4:nth-child(n+3) .mt-team__members {
    margin-top: 50px;
  }
  .mt-half {
    width: 100%;
  }
  .mt-half:nth-child(even), .mt-half:nth-child(odd) {
    margin-left: 0;}
  }.mt-about-page .mt-about-content-img{float: none;width: 100%;margin-left: 0;margin-bottom:30px;}

}

@media screen and (max-width: 450px) {
.mt-header__menu-bar{height:50px;}
.mt-header .ham-menu{top:115px}
.mt-customer-icon{bottom:-37px;}
 /* .mt-main-logo {left: 30px;-webkit-transform: translateY(-50%);transform: translateY(-50%);max-width: 65%;min-width: 100px;} */
  .form-wrapper__newletter .mt-input-wrapper {-ms-grid-columns: unset;grid-template-columns: unset;-ms-grid-rows: 1fr 1fr;grid-template-rows: 1fr 1fr;}
  .form-wrapper__newletter .mt-input-wrapper input {border-radius: 30px !important;}
  .form-wrapper__newletter .mt-input-wrapper input[type=email] {margin-bottom: 30px;
  }
  .mt-contact-page .mt-contact__wrapper {padding: 30px 15px;
  }
  .mt-contact-page .mt-contact__info article {display: block;text-align: center;
  }
  .mt-contact-page .mt-contact__info .icon {margin-bottom: 15px;margin-right: 0;
  }
 .mt-collobration__img{height: 145px;}

 .mt-product__item figure img{height:170px;}
 .fancybox-content{padding: 40px 15px 15px;}
}
.mt-edit_profile_option {padding:20px 40px; background:#00a651; border-radius:10px;}
.mt-edit_profile_option .mt-profile_setting {padding:10px 0;}
.mt-edit_profile_option a {color:#fff;}
.mt-edit_profile_option a:hover {opacity:0.7;}
.mt-career-page .mt-career h1{font-size: 40px;}
.mt-career-page .mt-career h2{font-size: 28px;}
.mt-career-page .mt-career h3{font-size: 22px;    margin: 30px 0 10px;}
.mt-career__slider h2,.mt-career__slider h5{color:#fff;}
.mt-career__slider{background-color: #00a651; color:#fff;}
.mt-career-slider{background-color:#005801; padding: 30px; border-radius: 30px}
.mt-career-slider .slick-dots {bottom:-30px;}
.mt-career-slider .slick-dots button:after{background-color:#fff;
}
.mt-career-slider .slick-active button:after{background-color:#005801}
.mt-career-item {display:flex !important; align-items: center; }
.mt-career-item__content{width: 70%;}
.mt-career-item__img{width: 30%}
.mt-career-item__img img{border-radius: 12px;height: 400px;
    object-fit: contain;}
.mt-career-item__content p {margin-right:30px;}
.card{border:0}
.card-header{padding: 0;}
.card-header button{display:block;width:100%;text-align: left;background-color: #fff !important; color: #00a651 !important;position:relative}
.card-header button.btn-link:after{
content: "\f077";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);transition:all .5s;
    right: 30px;}
.card-header button.btn-link.collapsed:after{transform: rotate(180deg);}
.mt-business-slider {padding: 0 60px;}
.mt-business-slider button.slick-prev{left:0;}
.mt-business-slider button.slick-next{right:0;}






.mt-career-detail h1 {
  color: #00a651;
  font-weight: 700;
  font-size: 40px;
}

.mt-career-detail h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.mt-career-detail h3 {
  color: #888;
  font-size: 20px;
}

.mt-career-detail h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.mt-career-detail p,
.mt-career-detail tr,
.mt-career-detail li {
  color: #999;
}

.mt-career-detail ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
}

.mt-career-detail table {
  width: 100%;
  margin-bottom: 30px;
}

.mt-career-detail tr {
  border-top: 1px solid #f0f0f0;
}

.mt-career-detail tr:last-of-type {
  border-bottom: 1px solid #f0f0f0;
}

.mt-career-detail th,
.mt-career-detail td {
  max-width: 325px;
}

.mt-career-detail th {
  padding: 10px 0;
  margin-right: 15px;
  display: block;
}

.mt-career-detail td {
  position: relative;
}

.mt-career-detail td:before {
  content: ":";
  position: absolute;
  left: -15px;
}

.mt-career-detail__banner {
  margin-bottom: 30px;
}

.mt-career-detail__banner img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-career-detail__table bold {
  background-color: #00a651;
  padding: 0 4px;
  color: #fff;
  font-size: 14px;
}

.mt-career-detail__other-detail {
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.mt-career-detail__other-jobs {
  border: 1px solid #f0f0f0;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

.mt-career-detail__other-jobs h2 {
  padding: 15px;
  font-size: 22px;
  border-bottom: 1px solid #f0f0f0;
}

.mt-career-detail__other-jobs--list {
  margin: 5px;
  padding: 5px;
  border: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mt-career-detail__other-jobs--list .mt-close {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 5px;
  top: 5px;
}

.mt-career-detail__other-jobs--list .mt-close:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 4px;
  color: #fff;
}

.mt-career-detail__other-jobs--list .mt-close:after {
  content: "";
  height: 17px;
  width: 17px;
  background-color: #dc3545;
  border-radius: 50%;
  position: absolute;
}

.mt-career-other__img {
  max-width: 120px;
  border: 1px solid #f0f0f0;
  margin-right: 15px;
}

.mt-career-other__content h3 {
  font-size: 18px;
  color: #00a651;
  margin-right: 20px;
}

.mt-career-other__content h4,
.mt-career-other__content p,
.mt-career-other__content span {
  font-size: 15px;
  color: #999;
  margin-bottom: 0px;
}

#MyPopup1 .modal-header{position:absolute;right:0;border-bottom:0;}
.modal-header .close{    font-size: 40px;color: red;opacity: 1;text-shadow:unset;
    line-height: 0;}
@media screen and (max-width:991px){
.mt-career-detail__wrapper{
margin-bottom:60px;
}

@media screen and (max-width:767px){
.mt-business-slider {padding: 0px;}

.mt-career-item{
flex-wrap:wrap;}
.mt-career-item__content{margin-bottom:30px;}
.mt-career-item__content, .mt-career-item__img{width: 100%;}
}
@media screen and (max-width:400px){
.mt-career-other__img {
max-width: 60px
}
