@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Scss Document */

body {
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  background:#fff;
  color: #111;
  overflow-x: hidden;
}


p {
  font-size: 14px;
  color: #111;
}

img { max-width: 100%; border: 0; }


a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #3E7F01; }

a:hover { color: #2B5900; }

.img-responsive { width: 100%; height: auto; }

.pa-20{ padding: 16px 0px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }
.pa-30{ padding: 30px 0; }
.pa-120{ padding: 120px 0; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 14px;
    background:linear-gradient(to right, #2b5a00, #3e7f01);
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:40px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
}

.common-btn:hover {
  background: linear-gradient(to right, #3e7f01, #2b5a00);
  color: #fff;
}

.title-col{ margin-bottom:30px; text-align: center; }

.title {
  position: relative;
  font-size:40px;
  font-weight:600;
  color:#000;
  margin-bottom:0px;
  text-transform: uppercase;
}

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border: 1px solid #333;
}

select.form-control { padding: 0; padding-left:15px; height:48px; border-radius:15px; -webkit-appearance: none; font-size: 14px; 
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){ .dropdown:hover>.dropdown-menu { display: block; } }

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/

.topbar{ background:linear-gradient(270deg, rgb(236 247 225) 50%, rgb(255 255 255) 50%); padding:6px 0;  color:#000; }
.topbar p{ margin-bottom:0;  color:#000;  font-size:14px;  } 
.header-top-action ul, .header-top-right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	list-style: none;
	padding: 0;
    margin-bottom: 0;
}

.header-top-action ul li {
    font-size: 13px;
    font-weight:400;
    color: #000;
    position: relative;
}
.header-top-action ul li i {
    margin-right: 8px;
    font-size:14px;
    vertical-align: middle;
}
.header-top-action ul li a {
    color: #000;
}

.header-top-action ul li + li::before {
    content: "|";
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    color: #000;
}

.top-social a{ margin-left: 10px; }
.top-social a i{ font-size: 16px; color: #000; }

.navbar {
    transition: all 0.3s ease;
}

.navbar-brand img{ max-height: 90px; }
.navbar-expand-lg .navbar-nav .nav-link {
    color:#000;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin: 0px 15px;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{ color: #000; }

header{ background: linear-gradient(90deg, rgb(236 247 225) 50%, rgb(255 255 255) 50%); transition: all 0.3s ease; }
header.fixed-nav { background:#fff; top: 0; position: fixed; width: 100%; box-shadow: 0 2px 10px rgba(0,0,0,0.1); z-index: 99; }
header.fixed-nav .navbar-brand img{ max-height: 40px; }
header.fixed-nav .navbar{ padding-top: 10px; padding-bottom: 10px; }

.table-dark{ --bs-table-bg: #1c3b00; }


/*-------------banner---------------*/

.banner{
  height: 100vh;
  background: linear-gradient(to right, #2b5a00, #3e7f01);
  color: white;
  padding: 8rem 0 6rem;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  position: relative;
}

.banner::before{ content: ""; position: absolute; bottom: 0; left: 0; background: url(../images/banner-vector-left.png) no-repeat; width: 300px; height: 180px; background-size: 100%; }

.banner::after{ content: ""; position: absolute; top: 0; right: 0; background: url(../images/banner-vector-right.png) no-repeat; width: 300px; height: 200px; background-size: 100%; }

.banner-content p {
color: #fff;
font-size:18px;
font-weight:300; 
max-width:600px;	
}

.banner-pic{ text-align: right; }
.banner-pic img{ text-align: right; max-height: 400px; width: auto !important; margin-left: auto; }

.banner .owl-nav .owl-prev {
position: absolute;
color: #fff;
top: 50%;
left:2%;
transform: translateY(-50%);
z-index: 99;	
}

.banner .owl-nav span img{ height: 44px; }

.banner .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:2%;
transform: translateY(-50%);
z-index: 99;	
}


.newbanner-pic img {
    min-height: 100vh;
    object-fit: cover;
    max-height: 100vh;
}

.banner-txts{ width: 100%; margin: auto; padding:4% 6%; }
.banner-txts h2{ margin-bottom: 15px; font-size: 34px; font-weight: 700;  line-height: 46px; }
.banner-txts p{ margin-bottom: 20px; font-size: 14px; line-height: 23px; color: #666; padding-right: 100px; }

.stripcase{ background: #eee; padding: 20px; width: 100%; }
.stripcase i{ color: #3e7f01; }
.stripcase h6{ color: #444; }

/*-------------end banner---------------*/

.aboutsec .section-title:after{ left: 0; transform: translateX(0); }
.aboutsec ul li i{ margin-top: 4px; }

.about-txt{ padding-left: 40px; }

.mission-sec{ background:#3e7f01; padding: 40px 0px 100px; }
.aboutmission-col{ text-align: center; padding:20px; }
.aboutmission-col img{ max-height: 100px; }
.aboutmission-content{ margin-top: 30px; }
.aboutmission-content h3{ color: #fff; font-weight: 600; font-size: 34px; }
.aboutmission-content p{ color: #fff; font-size: 16px; margin: auto; width: 100%; }

.value-sec .container{ background: #fff; margin-top: -70px; border-top-left-radius: 30px; border-top-right-radius: 30px; padding:50px 40px 80px; }
.value-sec .section-title{ margin-bottom: 60px; }

.value-pic{ height: 100%; border: 1px solid #bde1c8; }
.value-pic img{ height: 100%; object-fit: cover; }
.value-txt {
    background: #d9efe0;
    height: 100%;
    padding: 20px;
    margin-left: -10px;
}
.value-txt h3 {
    font-size: 19px;
    color: #3e7f01;
    font-weight: 700;
}
.value-txt p{ font-size: 14px; line-height: 1.6; color: #666; }

.pro-cols{ text-align: center; margin-bottom: 30px; }
.propic{ border: 1px solid #ccc; margin-bottom: 15px; border-radius: 20px; overflow: hidden; }
.pro-cols h3{ margin-bottom: 0px; font-size: 21px; color: #444; }

.text-success{ color: #3e7f01 !important; }

.products-sec {
    padding: 70px 0px 60px;
    background:#f5f5f5;
}

.client-pic{ border: 1px solid #ccc; }
.client-pic img{ height: 140px; width: auto !important; margin: auto; }


.section-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 4rem;
}
.section-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #3e7f01;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


.contact-section {
    padding:80px 0;
    background: linear-gradient(rgb(43 90 0 / 90%), rgb(62 127 1 / 95%)), url('../images/effect.gif');
    background-size: cover;
    background-position: center;
    color: white;
}

.contact-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #333;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info i {
    color: #2a6b3f;
    margin-right: 15px;
    font-size: 1.2rem;
    margin-top: 4px;
}

.contact-info p{ font-size: 16px; display: flex; }
.contact-info p i{ width: 20px; }

footer{ text-align: center; padding: 60px 0px 30px; }
.footer-logo{ margin-bottom: 40px; }
.footer-logo img{ max-height:140px; }
.footer-links{ margin: 20px 0px; }
.footer-links a{ color: #5e717d; padding: 2px; margin:3px 8px; font-size: 17px; font-weight:500; text-transform: uppercase; }
.footer-links a:hover{ color:#3E7E02; }

.footer-contact{ margin:30px 0; }
.footer-contact a{ font-size:16px; margin:0px 10px; color: #5e717d; }
.footer-contact a i{ font-size:20px; vertical-align: middle; margin-right: 5px; }

.footer-social{ margin-top: 30px; }

.footer-social i{ font-size:24px; padding:0px 6px; margin: 0px 5px; color:#5e717d;   }

.copyright {
  color: #5e717d;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.copyright span{ margin-top: 6px; display: block; }
.copyright a{ color: #111; }
.copyright a:hover{ color: #3E7E02; }

.topup {
  position: fixed;
  right:20px;
  bottom:5px;
  display: none;
  z-index: 99;
  cursor: pointer;
}

.topup i {
  font-size: 20px;
  color: #000;
  background: #fff;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.whatsapp-fix{ position: fixed; right:15px; bottom:40px; z-index:1; background:#329932; border-radius: 6px; padding: 4px;  }
.whatsapp-fix img{ height: 34px; }

.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    width: 100%;
    margin-bottom: 6px;
    font-weight: 500;
}

/*--------------media css--------------*/

@media (max-width:1280px){
.display-4{ font-size: 2.4rem; }
.banner-content p{ font-size: 16px; }
.banner-pic img{ max-height: 300px; }
.banner .container{ padding-left: 50px; padding-right: 50px; }
.value-txt p{ font-size: 13px; line-height: 1.4; }
.value-txt h3{ font-size: 15px; }
.pro-cols h3{ font-size: 18px; }
.footer-links a{ font-size: 14px; }
.banner-txts p{ padding-right: 50px; }
.section-title{ font-size: 2.5rem; margin-bottom: 3rem; }
.aboutmission-content p{ font-size: 15px; line-height: 21px; }

}


@media (max-width:1180px){
.container{ max-width: 96%; }
.navbar-brand img { max-height: 60px; }


}

@media (max-width:1024px){
.navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 0px 0px 15px; }
.banner-txts h2{ font-size: 28px; line-height: 40px; }
.banner-txts p { padding-right: 20px; }
.about-txt { padding-left: 0px; }
.aboutmission-col img { max-height: 80px; }
.value-txt h3 { font-size: 21px; }
.value-txt p { font-size: 16px; }

}


@media (max-width:923px){
.navbar-toggler{ border: none; padding: 0px; }
.navbar-expand-lg .navbar-nav .nav-link{ margin:0px; }
.newbanner-pic img{ min-height: 500px; max-height: 500px; }
.pa-80 { padding: 50px 0; }
.about-txt{ margin-top: 40px; }
.aboutmission-col{ padding: 20px 0px; }

}

@media (max-width:768px){
.newbanner .col-lg-6:first-child{ order: 2; }
.newbanner-pic img { min-height: auto; max-height: inherit; }

}

@media (max-width:520px){
.top-social{ display: none; }
.header-top-action ul li + li::before{ display: none; }
.header-top-action ul li{ margin-bottom: 5px; }
.banner-txts h2 { font-size: 22px; line-height: 34px; }
.banner-txts p { padding-right: 0px; }
.banner-txts{ padding: 8% 6% 10%; }
.stripcase .card-body {
    display: flex;
    align-items: center;
}
.stripcase i{ margin-right: 20px; }
.stripcase{ padding: 20px 20px 10px; }
.section-title{ font-size: 2rem; }
.aboutmission-content h3{ font-size: 30px; }
.value-txt p { font-size: 14px; }
.value-txt{ margin-left: 0px; }
.value-sec .container{ padding: 30px 20px 40px; }
.products-sec{ padding: 40px 0px 20px; }
.pro-cols h3 { font-size: 21px; }
.pt-80 { padding-top: 50px; }
.title-para{ font-size: 18px; }
.contact-card{ padding: 25px; }
.contact-info p {
    flex-direction: column;
    text-align: center;
    border: 1px dashed #ccc;
    padding: 20px;
    border-radius: 10px;
}
.contact-info i{ display: block; margin: auto; font-size: 1.6rem; margin-bottom: 10px; }
.footer-links a{ font-size: 16px; margin: 3px 8px; display: inline-block; }








}
















