/* import-area */

@import url('fonts.css');



body {     
   color: #222B2C;
   font-family: "Inter", sans-serif;
    
}



/*=== Basic css ===*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

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

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.scrolltotop {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 10px;
    background: #BD57A7; 
    text-align: center; 
    font-size: 26px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    z-index: 8888;    
}

.scrolltotop i {
    color: #fff;
}

/*=== Main css ===*/

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-small {
    max-width: 800px;
    padding: 0 15px;
    margin: 0 auto;
}

/*=======================
    main-area start 
=========================*/

.top-header-area {
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.top-header-area p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #222B2C;
}

.top-header-area p a {
    color: #222B2C;
}

.top-header-area p a:hover {
    color: #7AAC31;
}

.top-header-area p img {
    margin-right: 8px;
}


/*navbar-area*/

.navbar-area {
    padding: 20px 0;
    background: #fff;
}

.navbar-nav {
    display: flex;
    gap: 22px;
}

.navbar-area .navbar-nav a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.32px;
    color: #222B2C;
}

.navbar-area .navbar-nav a:hover {
    color: #7AAC31;
}

.call-us-box {
    margin-left: 70px;
    padding: 12px 0;
    padding-left: 23px;
    border-left: 1px solid #E5E5E5;
}

.call-us-box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.3px;
    color: #999;
    margin-bottom: 9px;
}

.call-us-box h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1px;

}



/*banner-area*/

.banner-area {
    padding: 180px 0;
    background: #EBEBEB;
    position: relative;
}

.banner-area h2 {
    font-weight: 500;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -1.3px;

}

.banner-area p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    margin: 30px 0 60px;
}

.banner-area a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
    padding: 18px 35px;
    background: #93CB40;
    border-radius: 30px;
}


.banner-area a i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 10px;
    text-align: center;
    margin-right: 6px;
}

.banner-area a:hover {
    color: #fff;
    background: #7AAC31;
}

.banner-area .owl-nav {
    position: absolute;
    top: 35%;
    display: flex;
    justify-content: space-between;
    width: 92%;
    left: 4%;
}

.banner-area .owl-nav button span {
    font-size: 80px;
    color: #7AAC31;
}


/*services-area*/

.services-area {
    padding: 100px 0;
    background: #fff;
}

.service1 {
    margin-bottom: 85px;
}


.service1 img {

}

.service1 h4 {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: -0.46px;
    margin: 27px 0 10px;
}


.service1 p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #777;
}


.service-form {
    border: 2px solid #93CB40;
    padding: 60px 40px 65px;
}


.service-form h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
}

.service-form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.3px;
    margin: 20px 0 35px;
}

.service-form input {
    border: 1px solid #E5E5E5;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.3px;
    padding: 17px 15px;
    width: 100%;
    margin-bottom: 15px;
}

.service-form button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
    padding: 18px 35px;
    background: #93CB40;
    border-radius: 30px;
    border: none;
    margin-top: 5px;
}

.service-form button i {
    margin-left: 10px;
}


/* case-area */

.case-area {
    padding: 95px 0 110px;
    background: #f6f6f6;
    position: relative;
}

.case-area > img {
    position: absolute;
    right: 0;
    top: 20px;
    height: 97%;
    z-index: 0;
}

.section-title {
    font-weight: 500;
    font-size: 43px;
    line-height: 1;
    letter-spacing: -0.86px;
}

.title-describe {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.38px;
    color: #777;
    margin: 25px 0 63px;
}


.case-box h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin: 27px 0 8px;
    color: #222B2C;
}


.case-box p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #999;
}


/* consult-area */

.consult-area {
    padding: 56px 0 65px;
    background: #555;
}

.consult-area h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: -0.9px;
    color: #fff;

    margin-bottom: 22px;
}

.consult-area h3 span {
    color: #93CB40;
}

.consult-area p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.36px;
    color: #fff;
}




/* industries-area */

.industries-area {
    padding: 95px 0;
    background: #fff;
}



.industry-box {
    gap: 34px;
    margin-bottom: 78px;
}

.industry-box img {
   min-width: 58px;
}

.industry-box h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.industry-box span {
    width: 35px;
    height: 1px;
    background: #93CB40;
    display: inline-block;
    margin: 8px 0 16px;
}

.industry-box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #777;
}


/* trust-area */

.trust-area h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 50px;
}

.trust-area h4 span {
    width: 1px;
    height: 60px;
    background: #fff;
    display: inline-block;
}

.trust-area h4 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
    padding: 18px 30px;
    background: #93CB40;
    border-radius: 25px;
}

.trust-area h4 a i {
    margin-left: 8px;
}



/*news-area */

.news-area {
    padding: 95px 0;
}

.news-box h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    margin: 30px 0 20px;
}

.news-box h4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.42px;
    margin-bottom: 18px;
    color: #222b2c;
}

.news-box h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #999;
    margin-bottom: 28px;
}

.news-box-small h5 {
    margin-bottom: 18px;
}

.news-box-small {
    margin-bottom: 30px;
}

.news-box-small:hover {
    background: #f4f4f4;
}

.news-box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #777;
}


.news-box-large img {
    width: 100%;
}


.news-box-small img {
    width: 200px;
    object-fit: cover;
}

.news-img {
    width: 200px;
}

.news-text {
    width: calc(100% - 200px);
}



/*request-area*/

.request-area {
    background: #d1d1d1;
}

.request-box {
    padding: 95px 100px;
    background: #fff;
}

.request-area h2 {
    margin-bottom: 45px;
    text-align: center;
}

.input-flex {
    gap: 15px;
}

.request-area input {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.3px;
    color: #222B2C;
    width: 33.33%;
    margin-bottom: 25px;
    border: 1px solid #E5E5E5;
    padding: 20px 24px;
    border-radius: 30px;
}

.request-area textarea {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.3px;
    color: #222B2C;
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 20px 24px;
    border-radius: 20px;
    height: 180px;
}

.request-bottom {
    margin-top: 30px;
}

.request-area button {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #fff;
  padding: 18px 40px;
  background: #93CB40;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease-in-out;
}

.request-area button:hover {
  background: #79A835;
}

.request-area p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}



/* footer-area */

.footer-area {
    padding: 98px 0 80px;
    background: #191C20;
}

.footer-logo h4 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.footer-logo h4 a {
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: #FFF;
}

.footer-logo p, .footer-logo p a {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #818285;
}

.footer-links h4 {
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 28px;
}

.footer-links a {
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    color: #818285;
    display: block;
}

.footer-logo a:hover {
    color: #b1b2b7;
}

.footer-links a:hover {
    color: #b1b2b7;
}

.latest-news {
    margin-left: 80px;
}

.news-box-footer {
    margin-bottom: 25px;
}

.news-box-footer .news-img {
    width: 80px;
    object-fit: cover;
}

.news-box-footer .news-text {
    width: calc(100% - 80px);
}


.news-box-footer .news-text h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 12px;
}

.news-box-footer .news-text h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #818285;
}


.copyright-area {
    background: #191C20;
}

.copyright-area .container {
    border-top: 1px solid #818285;
    padding-top: 42px;
    padding-bottom: 42px;
}

.copyright-area p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #818285;
}

.copyright-area p span {
    color: #93CB40;
}

.designed-text {
    text-align: right;
}







/*
====================
FAQ page
====================
*/

.about-banner-area {
    padding: 220px 0;
    background: #555555;
    text-align: center;
}

.about-banner-area h1,
.about-banner-area h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.2px;
    color: #FFFFFF;
}


.faq-area {
    padding: 95px 0;
}

/*faq-aside*/

.aside-list {

}

.aside-list li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.32px;
    background: #F1F3F5;
    padding: 19px 23px;
    margin-bottom: 2px;
    color: #222B2C;
    display: block;
}

.aside-list li a:hover {
    background: #E6E6E6;
}

.aside-list li a.active {
    box-shadow: 3px 0px 0px 0px #93CB40 inset;

}

.download-box {
    margin: 45px 0;
    padding: 80px 10px 45px;
    background: #fff;
    border: 2px solid #ECECEC;
    text-align: center;
}

.download-box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.3px;
    color: #777;
}

.download-box a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #fff;
    padding: 18px 40px;
    background: #93CB40;
    border-radius: 30px;
    border: none;
    margin-top: 55px;
}

.download-box a:hover {
  background: #79A835;
}

.help-box {
    background: #93CB40;
    padding: 45px 10px;
    text-align: center;
}

.help-box h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.6px;
    text-align: center;
    padding: 40px 0 20px;
    color: #fff;
}

.help-box p {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.32px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.help-box a {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.32px;
    text-align: center;
    color: #fff;
    margin-top: 0;
}

.help-box a:last-child {
    text-decoration: underline;
}


/*faq-content*/

.faq-content {
    padding-left: 30px;
}

.faq-content .request-area {
    background: transparent;
}

.faq-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    color: #777;
    margin-bottom: 43px;
}

.faq-content h2.section-title {
    font-size: 40px;
    margin-bottom: 22px;
}



.accordion {
    margin-bottom: 75px;
}

.accordion-item {    
    border: none;
    margin-bottom: 15px !important;
}


.accordion .accordion-button {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.34px;
    padding: 20px 15px 20px 28px;
    border: 2px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
}

.accordion .accordion-button:hover {
    background: #e5e5e5;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
  color: #93CB40;
  background-color: #fff;
  box-shadow: none;
  border: 2px solid #93CB40;
}

.accordion-body {
  padding: 25px 0;
  font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    color: #777;
}

.accordion-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    color: #777;
    margin-bottom: 20px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-button::after {
    background-image: none;
    content: "+";
    font-family: Inter;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.56px;
    color: #222b2c;
    position: absolute;
    right: 15px;
    top: 14px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-"; 
    font-family: Inter;
    font-weight: 500;
    font-size: 28px;
    line-height: 0.5;
    letter-spacing: -0.56px;
    color: #222b2c;
    position: absolute;
    right: 15px;
    top: 20px;
}

.working-process .accordion-item .collapsing {
    transition: all 0.3s ease-in-out;
  }



