@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {

    --mulish-family: "Mulish", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--mulish-family);
    background: #fff;
    overflow-x: hidden;

}
a{
    cursor: pointer;
}
p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #666;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}


a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}


@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.header-main {

    padding: 10px 0;
    position: absolute;
  
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-main .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-main .logo-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.header-main .logo-wrapper .logo-box {
    background: #e3f7ff;
    padding: 20px 10px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -15px;
}

.header-main .logo-wrapper img {
    width: 220px;
}

.header-main .header-bottom .navbar {
    /*    padding-left: 30px !important;*/
    padding: 0px;
    /*    background: #00AEEF;*/
    /*    border-radius: 20px 0px 0px 0px;*/
}

.header-main .header-bottom .navbar .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 15px 0px;
    position: relative;
    font-weight: 500;
    position: relative;
}

.header-main .header-bottom .nav-link.active {
    color: var(--yellow-color);
}

.header-main .header-bottom .nav-link:hover,
.header-main .header-bottom .nav-link.active {
    color: var(--yellow-color);
}

.header-main .header-bottom .nav-item {
    position: relative;
    padding-right: 35px;
}

.w-100 {
    width: 100%;
}
 
.mean-container .mean-nav ul li ul li {
    padding: 8px 0;
}

.mean-container .mean-nav ul li ul li a {
    padding: 5px 15%
}

.clr-fff {
    color: #fff;
}


.padd-0 {
    padding: 0;
}

.padd-r-o {
    padding-right: 0;
}
.dark {
    border: 1px solid #27af0d;
    background: #27af0d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.235px;
    padding: 0.4rem 1.2rem;
}

.dark:hover{
    color: #fff;
}

.honeypot {
    display: none !important;
}

:placeholder {
    color: #000;
    font-weight: 500;
}

.section-padding{
    padding: 3rem 0;
}
.banner-main{
    
     padding: 130px 0 60px 0;
     background: linear-gradient(0deg, #27AF0D 0%, #27AF0D 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) 19.43%, rgba(0, 0, 0, 0.60) 90.1%), url(<path-to-image>) lightgray 50% / cover no-repeat;
mix-blend-mode: multiply;
}
.free-quote {
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 9px 31px 0px rgba(0, 0, 0, 0.09);
  padding: 40px 30px;
  
}

.free-quote h4 {
  color: #004120;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.free-quote p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
  margin-bottom: 25px;
}

.input-group-prepend,
.input-group-append {
  display: flex;
  color: #001737;
  width: auto;
  border: none;
  margin-right: -1px;
}
.free-quote  .btnsss {
    padding: 0.8rem 0.6rem;
    width: 100%;
    text-align: center;
}
.btnsss {
    border: 1px solid #27af0d;
    background: #27af0d;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.8rem 1rem;
    display: inline-block;
    white-space: normal;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  border: 0px;
  border-radius: 2px;
}

.free-quote input,
.free-quote textarea,
.free-quote select {
  border-radius: 2px;
  background-color: #f3f3f3;
  padding: 15px 8px 15px 8px;
  border: 0px;
}

.free-quote .form-check-input {
  padding: 0;
}

.free-quote .form-control:focus,
.free-quote .form-control.active {
  border-color: transparent !important;
  box-shadow: none;
  background-color: #f3f3f3 !important;
}

.free-quote .form-group input[type="button"]:hover,
.free-quote .form-group input[type="submit"]:hover {
  background: transparent;
  color: #000 !important;
  border: 1px solid #27af0d;
  text-decoration: none;
}

.free-quote .form-group input[type="submit"] {
  padding: 0.8rem 0.6rem;
  width: 100%;
  text-align: center;
}

.form-group .icon-textarea {
  float: left;
  margin-left: 8px;
  margin-top: -65px;
  position: relative;
  z-index: 2;
  color: #222222;
}

.free-quote textarea {
  padding-left: 38px;
}
.free-quote i{
    color: #000;
    opacity: 0.6;
}
.dark-btnss{
    padding: 12px 30px;
}
.common-heading-main h2{
color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.common-heading-main p{
 color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight:400;
    line-height: 150%;
    margin-bottom: 25px;
}
.banner-inside h1{
color: #FFF;
font-family: Mulish;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 127%; /* 63.5px */
margin-bottom: 25px}
.banner-inside p{
    color: #FFF;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 129%; /* 25.8px */
margin-bottom: 15px;
}
.banner-inside .cnt-num{
    color: #FFF;
font-family: Mulish;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 127%; /* 63.5px */
}

.banner-inside .cnt-des{
    color: #FFF;
font-family: Mulish;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 127%; /* 38.1px */
margin-bottom: 25px;
}
.banner-inside .icons-tow{
    display: flex;
    align-items: center;
    gap: 10%;
}
.icons-tow img{
    margin-bottom: 10px;
    max-width: 60px;
}
.banner-inside .icons-tow .single-para{
    color: #FFF;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 127%; /* 25.4px */
}

.netsuite{
    padding: 60px 0;
}
.netsuite h2{
color: #004120;
font-family: Mulish;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 52px */
text-transform: capitalize;
}

.netsuite p{
  color: #010101;
font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 28px */  
margin-bottom: 30px;
}

.net-bx{
border-radius: 20px;
border: 1px solid #D1D1D1;
background: #FCFCFC;
padding: 25px;
margin-bottom: 15px;
}
.net-bx p{
color: #000;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
text-transform: capitalize;
margin-bottom: 0;
}
.netsu-pad{
    padding-right: 50px;
}

.common-headds h2{
color: #000;
font-family: Mulish;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 52px */
text-transform: capitalize;
}
.cmm-btns{
    background: #27AF0D;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #27af0d;
    
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.8rem 1rem;
    display: inline-block;
    white-space: normal;
}
.cmm-btns:hover{
   border: 1px solid #27af0d;
   color: #27af0d; 
   background: transparent;
}
.cmm-btns-1{
    background: #27AF0D;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #27af0d;
    
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.8rem 1rem;
    display: inline-block;
    white-space: normal;
}
.cmm-btns-1:hover{
   border: 1px solid #fff;
   color: #fff; 
   background: transparent;
}

.erp-netsuite{
    padding: 60px 0;
}

.erp-netsuite .erp-netsuite-bg{
    background: #004120;
    padding: 30px 20px 30px 40px;
}

.erp-netsuite .erp-netsuite-bg h2{
color: #FFF;
font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
text-transform: capitalize;
}
.erp-netsuite .erp-netsuite-bg h3{
color: #FFF;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
text-transform: capitalize;
margin-bottom: 25px;
}
.erp-netsuite .erp-netsuite-bg ul{
    list-style: disc;
    margin-left: 1.2rem;
    margin-bottom: 20px;
}
.erp-netsuite .erp-netsuite-bg li{

color: #FFF;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal; /* 32.4px */
margin-bottom: 10px;
}
.erp-netsuite .erp-netsuite-bg p{
color: #FFF;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin-bottom: 30px;
}
.erp-netsuite .erp-netsuite-bg h4{
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.right-section,.left-section{
    padding: 60px 0;
}

.right-img-sec{
    padding-right: 50px;
}
.left-img-sec{
    padding-left: 50px;
}
.right-section .right-cnt-all{

}

.right-section .right-cnt-all h2, .left-cnt-all h2 , .success-story h2{
    color: #004120;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.right-section .right-cnt-all p, .left-cnt-all p{
    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 20px;
   
}
.table-responsive{
  width: 100%;
  overflow-x: auto;
}

.data-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.data-table td{
  border: 1px solid #ddd;
  padding: 12px 15px;
  color: #004120;
  font-weight: 600;
  font-size: 14px;
  
  vertical-align: middle;
}
.data-table td svg{
    margin-right: 10px;
}

.right-section .right-cnt-all ul,.left-section .left-cnt-all ul{
list-style: disc;
margin-left: 1.2rem;
}
.right-section .right-cnt-all li, .left-section .left-cnt-all li{
color: #000;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal; /* 32.4px */
margin-bottom: 10px;
}

.main-strip,.success-story{
    padding: 60px 0;
}
.main-strip .strip-inside-all{
  background: #004120;
  padding: 40px;
  text-align: center;  
}
.main-strip .strip-inside-all h2{
 color: #fff;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.clr-fff{
    color: #fff;
}

.count-box{
        display: flex;
    gap: 10%;
    background: #27af0d;
    padding: 15px 25px;
    border-radius: 25px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.count-box h3{
          font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 127%;
    color: #fff;
}
.count-box p{
   margin-bottom: 0 !important;
   color: #fff !important; 
}
.services-box {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 8px 9px 31px 0px rgba(0, 0, 0, 0.09);
  padding: 30px;
}

.services-box h3 {
  color: #27af0d;
  font-size: 50px;
  font-weight: 800;
  line-height: 140%;
}

.services-box h4 {
  color: #004120;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}

.services-box p {
  color: #2a3f5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

footer{
    background: #F8F8F8;
}
.footer-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px; /* Space between columns */
    padding: 60px 0 20px 0;
  }



  .footer-column {
   /* padding: 10px;
    border-left: 1px solid #ddd; */
  }

  .footer-column h5 {
   color: #01265A;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 2.1px;
text-transform: uppercase;
margin-bottom: 30px;
  }

  .footer-column ul {
    list-style-type: none;
    padding-left: 0;
  }

  .footer-column ul li {
    margin-bottom: 8px;

font-family: Mulish;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 234%; /* 30.42px */
letter-spacing: 1.95px;
text-transform: uppercase;
  }

  .footer-column ul li a {
    text-decoration: none;
    color: #01265A;
    display: flex;
    align-items: center;
  }
  .footer-bottom{
   padding: 15px 0;
    background: #010C1B;
  }
  .footer-inside{
     display: flex;
    gap: 20px;
    justify-content: space-between;

  }
  .social-links{
    margin-bottom: 60px;
  }
  .social-links ul{
        display: flex;
    gap: 10px;
    justify-content: center;
  }
.footer-left ul{
        display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 0;
}
.footer-left ul li a{
    color: #fff;
}
.footer-right p{
   color: #FFF;
font-family: Mulish;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 234%; /* 35.1px */
letter-spacing: 0.75px;
}
  .footer-column ul li a i {
    margin-right: 8px; /* Spacing between icon and text */
  }

  /* Responsive: Stacks columns on smaller screens */
  @media (max-width: 768px) {
    .footer-container {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
    }
  }

  @media (max-width: 480px) {
    .footer-container {
      grid-template-columns: 1fr; /* 1 column on very small screens */
    }
  }
@media (992px <=width <=1199.98px) {
    .web-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        width: 100%;
        top: 0%;
        z-index: 99;
    }

    .mobile-header .logo img {
        width: 200px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
}

@media (768px <=width <=991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        top: 0%;
        width: 100%;
        z-index: 99;


    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color:
            var(--theme-color);
        font-size: 40px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content:
            flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

}
@media (992px <=width <=1199px) {

}
@media (1400px <=width <=1920px) {

}

@media (max-width: 991px) {

    .dis-n {
        display: none !important;
    }

    .dis-b {
        display: block !important;
    }
.banner-main{
    padding: 90px 0 40px 0;
}
    .footer-detail{
        display: unset;
    }
 
.banner-inside h1,.netsuite h2,.right-section .right-cnt-all h2, .left-cnt-all h2, .success-story h2,.main-strip .strip-inside-all h2{
    font-size: 25px;
}
.netsuite img{
    margin-bottom: 30px;
}
.banner-inside .icons-tow{
    justify-content: space-between;
    gap: 0;
    margin-bottom: 30px;
}
.footer-inside{
    display: unset;
}
.netsu-pad, .right-img-sec{
    padding-right: 0;
}
.netsuite,.erp-netsuite,.right-section, .left-section,.main-strip, .success-story{
    padding: 30px 0;
}
.ord-1{
    order: 1;
}
.ord-2{
    order: 2;
}
.main-strip .strip-inside-all{
    padding: 25px;
}

.left-img-sec{
    padding-left: 0;
}
}

@media(width <=767px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        /* background: #fff; */
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mobile-header .logo img {
        width: 150px;
                z-index: 99;
        position: relative;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 50px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #0071bc !important;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
   

}

.marg-btm-20 {
    margin-bottom: 20px !important;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .header-main .header-bottom .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-main .logo-wrapper .logo-box {
        margin-top: -40px;
    }

    .header-main .header-top .volunteer-logo {
        font-size: 18px !important;
    }
}

@media (max-width: 575px) {
  
    .dark{
        letter-spacing: 0;
    }
   
.mb-center{
    text-align: center;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.erp-netsuite .erp-netsuite-bg{
    padding: 30px 20px 30px 20px;
}
.erp-netsuite .erp-netsuite-bg h2{
    font-size: 16px;
}
.erp-netsuite .erp-netsuite-bg h3,.erp-netsuite .erp-netsuite-bg li,.erp-netsuite .erp-netsuite-bg p{
    font-size: 14px;
}
.erp-netsuite .erp-netsuite-bg h3,.erp-netsuite .erp-netsuite-bg p{
    margin-bottom: 15px;
}
.erp-netsuite .erp-netsuite-bg ul{
    margin-bottom: 10px;
}
}

@media only screen and (min-width: 1400px) {

.erp-netsuite .erp-netsuite-bg
{
     padding: 50px 50px 30px 50px;
}
   .erp-netsuite .erp-netsuite-bg h2{
    font-size: 22px;
   }
   .erp-netsuite .erp-netsuite-bg ul{
    margin-bottom: 40px;
   }.erp-netsuite .erp-netsuite-bg li{
    font-size: 18px;
    margin-bottom: 15px;
   }
   .erp-netsuite .erp-netsuite-bg p{
    margin-bottom: 50px;
   }
}


.erp-netsuite-img{
    height: 100%;
}
.erp-netsuite-img img{
    height: 100%;
}