.slider_banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75% !important;
}
.slider_banner .banner_content > div {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 6px #000;
}
.btn-3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 40px;
    max-width: 250px;
    text-transform: uppercase;
    color: #fff;
    background: #80c90a;
    text-decoration:none;
    transition: 0.5s ease-in-out;
    font-size:16px;
    font-weight: 600;
    z-index: 9;
    letter-spacing: 0.5px;
    border-radius: 50px;
  }
  .btn-3:before, .btn-3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 20px solid #360e04;
    border-bottom: 20px solid #360e04;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
  }
  .btn-3:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn-3:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn-3:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
  .btn-3:hover:before {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .btn-3:hover:after {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  
  .navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px 0;
}
.dark_nav {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 1px 1px 3px #666;
}
.navbar_type8 .nav_tab .nav_item {
    text-transform: capitalize;
    padding: 10px 0;
}
.navbar_type8 .nav_tab .nav_item a {
    font-size: 15px;
    color: #666;
    padding: 0 25px;
    font-weight: 400;
    border-right: 2px solid;
}
.navbar_type8 .nav_tab .nav_item:last-child a{
    border: none;
}
.dark_nav .nav_tab .nav_item a {
    font-size: 15px;
    color: #666;
}
.navbar_type8 .logo {
    flex: 0 1 12%;
    margin-left: 65px;
}
.navbar_type8 .nav_tab {
    flex: 0 1 88%;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #81c90a;
    padding: 0.5rem 1.5rem;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #333 !important;
    background: #81c90a;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item span {
    display: none;
}
.navbar_type8 .nav_tab .active {
    color: #666 !important;
}
.dark_nav .nav_tab .active {
    color: #666 !important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    box-shadow: 0 0 5px #333;
}
.navbar_type8 .nav_tab .nav_item::before {
    width: 70%;
    right: 0;
    margin: auto;
    top: 88%;
}
.footer_type6 {
    background-color: #ededed;
    color: #333;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer_type6 a{
    color: #333;
}
.footer_type6 .input-container input, .footer_type6 .input-container label{
    color: #333;
}
.footer_type6 .input-container .submit {
    color: #333;
}
.footer_type6 .input-container .moveUp {
    color: #333;
}
.footer_type6 .title h6 {
    color: #82c90b;
}
.fCenter{
    display: flex;
    align-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "a b c d"
    "f e h g";
}

.a { grid-area: a; }
.b { grid-area: b; }
.c { grid-area: c; }
.d { grid-area: d; }
.e { grid-area: e; }
.f { grid-area: f; }
.g { grid-area: g; }
.h { grid-area: h; }

.grid-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-container > div:nth-child(even) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}
.contentTitle {
    color: #80c90a;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.contentTxt {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.grid-container .btn-3 {
    max-width: 180px;
}

.Title1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    color: #80c90a;
}
.Title1:after {
    content: "";
    width: 70px;
    height: 1.4px;
    background: #bbb;
    position: absolute;
    right: -90px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.aboutus{
    padding: 8% 15px 6%;
    position: relative;
}
.mpad{
    padding: 0 4% 0 6%;
}
.verticalTitle {
    position: absolute;
    top: 0;
    right: 0;
    background: #ebebeb;
    font-size: 26px;
    color: #a8a8a8;
    writing-mode: vertical-rl;
    padding: 60px 0;
    font-weight: 600;
    transform: rotateZ(180deg);
    display: flex;
    align-items: center;
    width: 80px;
    letter-spacing: 4px;
}
.index_wrapper_4 {
    background: #ebebeb;
    padding-bottom: 3%;
}
.index_wrapper_4 .container {
    max-width: 83.3333%;
}
.contentBox {
    margin-top: -20px;
    background: #80c90a;
    padding: 3% 5%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.contentBox i {
    font-size: 40px;
    color: #fff;
}
.contentBox .fa-map-marker-alt {
    font-size: 44px;
}
.contentBox i:before {
    vertical-align: sub;
}
.contactTitle {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.contactDetails {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #eee;
    font-weight: 300;
}


.footer_type6 .title h6 {
    color: #82c90b;
    font-size: 18px !important;
}
.footer_type6 .logo {
    overflow: unset;
}
.footer_type6 .logo img {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 60px;
}
#main_index .latest_new_type6 .news_box {
    background-color: #ebebeb;
}
#main_index .latest_new_type6 .news_box .img_frame {
    border-radius: 20px;
}
#main_index .latest_new_type6 .news_box .news_box_content {
    border-radius: 20px;
}
#main_index .latest_new_type6 .news_box {
    padding-right: 30px;
}
#main_custompage184 .page_title {
    padding-left: 30px;
}
#main_custompage184 .outerContainer_1 {
    max-width: 1140px;
}
#main_form268 ~ .p-3 {
    text-align: left !important;
    margin-left: 15px;
}
.navbar_type8 .nav_tab .dropdown:last-child .dropdown-menu-center {
    text-align: left;
}
@media only screen and (max-width: 1366px) {
.contentTitle {
    color: #80c90a;
    font-size: 22px;
    line-height: 1.2;
}
.contentTxt {
    font-size: 14px;
}
.grid-container>div:nth-child(even) {
    padding: 0 22px;
}
}

@media only screen and (max-width: 768px) {
.grid-container {
    display: block;
}
.Title1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    width: fit-content;
    color: #80c90a;
    line-height: 1.4;
    margin-top: 20px;
}
.Title1:after {
    content: "";
    width: 100px;
    height: 1.4px;
    background: #bbb;
    position: absolute;
    right: unset;
    top: unset;
    left: 0;
    bottom: -12px;
    margin: auto 0;
}
.verticalTitle {
    position: relative;
    top: 0;
    right: 0;
    background: #ebebeb;
    font-size: 26px;
    color: #a8a8a8;
    writing-mode: initial;
    padding: 20px 0;
    font-weight: 600;
    transform: unset;
    display: flex;
    align-items: center;
    width: 100%;
    letter-spacing: 4px;
    justify-content: flex-start;
    padding-left: 6%;
}
.grid-container > div:nth-child(even) {
    padding: 30px;
}
.contentBox {
    margin-top: 20px;
    background: #80c90a;
    padding: 30px;
    border-radius: 0;
}
.contentBox i {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}
.contentBox .fa-map-marker-alt {
    font-size: 36px;
    margin-top: 20px;
}
#main_index {
    padding-bottom: 0 !important;
}
#main_index .latest_new_type6 .news_box {
    padding-right: 10px;
}
.slider_banner .banner_content > div {
    font-size: 16px;
    text-shadow: 2px 2px 5px #000;
}
.mmargin1 {
    margin: 15px 0 !important;
}
.mpad{
    padding: 0 4% 0 6%;
    order: 1;
}
.categorys {
    padding-left: 6% !important;
}
}