
body {
    font-family: "Roboto", serif;
    top: 100px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", serif;
    line-height: 1.18;
}

h3,
h4,
h5 {
    text-transform: uppercase;
    font-weight: 700;
}

.container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.button {
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
    display: block;
    border:1px solid transparent;
}

.pad-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-t80 {
    padding-top: 80px;
}

h1 {
    font-size: 3.125rem;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    color: #ffffff;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 0.875rem;
    color: #ea5e20;
}

p {
    letter-spacing: 0px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom:15px;
}

/** hero **/

/* .hero-item .container {
    padding-top:15rem;
    padding-bottom:15rem;
} */

.hero-content h1 {
    font-weight: 300;
    color: #ffffff;
}

.hero-item {
    position: relative;
}

.hero-item .hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-content p {
    line-height: 1.56;
    color: #ffffff;
    max-width: 650px;
    margin-top: 1.5rem;
}

.hero-content .button {
    max-width: 282px;
    color: #ea5e20;
    margin-top: 1.875rem;
    background-color: #ffffff;
    transition-duration: 0.3s;
}

.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    /* width: 62px;
    height: 62px; */

    max-width: 62px;
    max-height: 62px;
    width:100%;
    height: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.banner-slider .swiper-button-prev {
    left: 50px;
}

.banner-slider .swiper-button-next {
    right: 50px;
}

/** end hero **/
.copyright a {
    color: #fff;
}
/** about **/

.futures {
    margin-top: 3.125rem;
    max-width: 1326px;
    width: 100%;
    margin-bottom: 80px;
    /* background-color: azure; */
}

.futures .future-item {
    display: flex;
    width: 100%;
    max-width: 948px;
    position: relative;
    justify-content: flex-end;
    border-radius: 15px;
    overflow: hidden;
    /* height: 500px; */
    
}

.future-img {
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0px;
    background-color: #000;
}

.future-img img {
    height: 100%;
    object-fit: cover;
}

.future-icon {
    margin-bottom: 1rem;
}

.future-desc {
    padding-top:45px;
    padding-bottom:25px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ea5e20;
    color: #ffffff;
    width: 50%;
    max-width: 474px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.future-icon img {
    max-width: 59px;
    width: auto;
}

.future-info p {
    margin-top:0px;
    font-size: 15px;
}

.future-txt p, .quality-item p {
    line-height: 1.7;
}

.futures .swiper-pagination {
    position: relative;
    text-align: left;
    bottom: unset !important;
    top: unset !important;
    left: unset !important;
    margin-bottom: 0.75rem;
}

.futures .swiper-pagination .swiper-pagination-bullet {
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-family: "Roboto";
    width: unset;
    height: unset;
    background: none;
    border-radius: unset;
    margin-right: 2.5rem !important;
    margin-bottom: 1rem !important;

}

.futures .swiper-pagination .swiper-pagination-bullet-active {
    color: #ea5e20;
    border-bottom: 2px solid #ea5e20;
}

.futures .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0rem;
}

/** end about **/

/** services **/

.section h2 {
    /* margin-top: 1.25rem; */
    /*margin-bottom: 1.875rem;*/
	 margin-bottom: 1rem;
}

.about p,
.services p {
    line-height: 1.7;
}

.inner-services>img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-services {
    position: relative;
}

.inner-services .container {
    position: relative;
    /* z-index: 2; */
}

.services-items {
    margin-top: 2.625rem;
    display: flex;
    column-gap:20px;
}

.service-item {
    border-radius: 20px;
    filter: drop-shadow(0px 9px 9px rgba(234, 94, 32, 0.13));
    background-color: #ffffff;
    border: 1px solid #ea5e20;
    padding: 20px 20px 30px 20px; 
    width: 50%;
}

.service-item h4{
	  margin-top: 1rem;
      line-height: normal;
      padding-bottom: 15px;
}

.service-item p {
    /* margin-top: 1.875rem;*/
    font-size: 15px;
}

.service-icon {
	  background-color: #ea5e20;
    border-radius: 20px;
    filter: drop-shadow(0px 5px 7.5px rgba(234, 94, 32, 0.47));
    padding:14px 0px;
    max-width:70px;
    max-height: 70px;
    height: 100%;
    width: 100%;
}

.service-icon img {
    max-width: 20px;
    margin: 0 auto;
}

.manufacture {
    max-width: 44px !important;
}

.section h5::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #ea5e20;
    width: 2rem;
    transform: translateY(-4px);
    margin-right: 12px;
}

/** end services**/

/** testimonials **/

.testimonials .main-title h2,
.testimonials .container>p {
    max-width: 997px;
}

.testimonials .container>p {
    line-height: 1.7;
}

.testimonials .main-title .button {
    background-color: #ea5e20;
    color: #ffffff;
    max-width: 242px;
    width: 100%;
}

.testimonials .main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-info {
    padding: 55px 50px ;
    width:100%;
}

.testimonial-img {
    width: 36.8%;
}

.testimonial-img img {
    height: 100%;
}

.testimonial {
    position: relative;
}

.inner-testimonials {
    margin-top: 2.25rem;
    position: relative;
}

.testimonial-info h3 {
    font-size: 1.625rem;
    line-height: 1.5;
    color: #000000;
    text-transform: none;
    font-weight: 400;
}

.testimonial-member {
    margin-top: 1.7rem;
}

.testimonial-member h3 {
    font-weight: 700;
    padding-left: 0;
}

.testimonial-member p {
    margin-top: 0.46rem;
    font-size: 1.125rem;
}

.testimonial h3::before,
.testimonial h3::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 18px;
    background-image: url('../images/testimonial-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial h3::before {
    margin-right: 10px;
}

.testimonial h3::after {
    margin-left: 10px;
    transform: rotate(180deg);
}

.testimonial-arrows .left-arrow,
.testimonial-arrows .right-arrow {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: revert;
}

.left-arrow img,
.right-arrow img {
    max-width: 14px;
}

.right-arrow img {
    transform: rotate(180deg);
}

.testimonial-arrows {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    right: 2.375rem;
    bottom:50px;
}

.testimonials-wrapper .testimonial-item {
    display: flex;
    border-radius: 20px;
    filter: drop-shadow(0px 9px 9px rgba(234, 94, 32, 0.13));
    border: 1px solid #ea5e20;
    overflow: hidden;
}

/** end testimonials **/

/** partner **/

.partner {
    position: relative;
    color: #ffffff;
}

.partner>img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner .container {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-heading {
    display: flex;
    align-items: center;
    max-width: 750px;
    width: 56.56%;
}

.partner-icon {
    max-width: 6.25rem;
    max-height: 6.25rem;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.875rem;
}

.partner-icon img {
    max-width: 63px;
}

.partner-heading p {
    margin-top: 0.5rem;
    line-height: 1.7;
}

.partner .main-title {
    max-width: 620px;
}

.request-icon {
    max-width: 76px;
    max-height: 76px;
    border-radius: 50%;
    background-color: #ea5e20;
    border: 4px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.request-icon img {
    max-width: 35px;
}

.partner-request .button {
    background-color: #ea5e20;
    max-width: 301px;
    width: 100%;
    margin-left: -1.75rem;
}

/* .partner-request a {
    display: flex;
    justify-content: center;
    align-items: center;    
} */

.partner-request {
    width: 43.44%;
    max-width: 576px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/** end partner **/

/** Qualities **/

.qualities {
    margin-top: 2.5rem;
}

.quality-item {
    padding:20px;
    filter: drop-shadow(0px 9px 9px rgba(234, 94, 32, 0.13));
    background-color: #ffffff;
    border: 1px solid #ea5e20;
    border-radius: 20px;
    width: calc(100%/4 - 1rem);
}

.quality-icon {
    border-radius: 12px;
    filter: drop-shadow(0px 5px 7.5px rgba(234, 94, 32, 0.47));
    background-color: #ea5e20;
    padding: 1rem;
    max-width: 75px;
    max-height: 75px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.quality-item h4 {
    margin-top: 20px;
}

.quality-item p {
    /* margin-top: 1rem; */
}

.quality-icon img {
    width: auto;
}

.inner-qualities {
    display: flex;
    column-gap: 1.5rem;
}

/** end quality **/

/** certifications **/

.cerifications .container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00000033;
}

.certifications-heading {
    max-width: 490px;
}

.certifications-icons {
    display: flex;
    column-gap: 6rem;
    max-width: 555px;
}

.certifications-heading p {
    line-height: 1.7;
}

/** end certifications **/


/** faq **/
.faqs {
    margin-top: 2.625rem;
}

.faq .container>p {
    line-height: 1.7;
}

.faq-item {
    margin-bottom: 1.375rem;
    /* padding-bottom: 1.875rem; */

    border-radius: 12px;
    filter: drop-shadow(0px 5px 3px rgba(234, 94, 32, 0.13));
    background-color: #ffffff;
    border: 1px solid #cec1bb;
    position: relative;

}

.faq-btn {
    cursor: pointer;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    /* transition: all 1s; */
    font-size: 1.125rem;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.faq-btn::before {
    content: "";
    display: inline-block;
    width: 17px;
    min-width:17px;
    height: 18px;
    background-image: url('../images/faq-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1rem;
    vertical-align: middle;
}


.faq-btn:after {
    content: "";
    float: right;
    margin-left: 14px;
    width: 12px;
    min-width:12px;
    height: 8px;
    background-image: url('../images/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 25px;
}

.faq-answer {
    padding-left: 3.7rem;
    padding-right: 2.625rem;
    display: none;
    overflow: hidden;
    line-height: 1.7;
    /* transition: none !important; */
    margin-bottom: 3.125rem;
}

.faq-answer p {
    line-height: 1.7;
}

.faq-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}

.faq-item.open {
    background-color: #fef7f4;
    border-color: #ea5e20;
}

.faq .container {
    border-bottom: 1px solid #00000033;
}

/** end faq **/


/** blogs **/
.blogs .main-title .button {
    background-color: #ea5e20;
    color: #ffffff;
    max-width: 175px;
    width: 100%;
}

.blogs .main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogs .main-title h2,
.blogs .container>p {
    max-width: 997px;
}

.blogs .container>p {
    line-height: 1.7;
}

.blog-list {
    margin-top: 2.5rem;
    display: flex;
    column-gap: 25px;
}

.blog-item {
    border-radius: 20px;
    filter: drop-shadow(0px 5px 3px rgba(234, 94, 32, 0.13));
    background-color: #ffffff;
    border: 1px solid #cec1bb;
    overflow: hidden;
    position: relative;

}

.blog-info {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-heading h5 {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 6px;
    background-color: #ea5e201a;
    color: #ea5e20;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    width: max-content;
    max-width: 100%;
}

.blog-heading h5::before {
    display: none;
}

.blog-heading h4 {
    margin-top: 1.125rem;
    text-transform: none;
    line-height: normal;
}

.blog-present {
    border-top: 1px solid #dfdbce;
    padding-top: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-present p {
    font-size: 0.875rem;
    color: #6b6b6b;
}

.blog-present .link {
    text-transform: uppercase;
    color: #ea5e20;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.blog-present .link:after {
    content: "";
    width: 10px;
    height: 9px;
    background-image: url('../images/blog-arrow.png');
    margin-left: 6px;
    margin-top:-2px;
}

/** end blogs **/

/** video **/
.video .inner-video {
    position: relative;
}

.video video {
    width: 100%;
}

.video-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}

.play-icon {
    cursor: pointer;
    max-width: 119px;
    aspect-ratio: 1;
}

.video-heading h5 {
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-bottom: 2.25rem;
}

.video-heading h5::before {
    display: none;
}

.video-heading h5::after {
    content: "";
    height: 2px;
    background-color: #ffffff;
    width: 1.9rem;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.video-heading h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 2.25rem;
}

.hidden {
    display: none;
}

/** end video **/

/** contact us **/
.contact-now {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;

    width:50%;
}

.img-part {
    display: flex;
    width: 50%;
}



.contact-now h2 {
    color: #000000;
    text-align: center;
}

.contact-now p {
    color: #363636;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.7;
}

.contact-form {
    margin-top: 2.25rem;
}

.input-wrapper img {
    width: auto;
}

.input-wrapper input,
.input-wrapper textarea {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width:100%;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border-radius: 12px;
    filter: drop-shadow(0px 5px 3px rgba(234, 94, 32, 0.13));
    background-color: #ffffff;
    border: 1px solid #cec1bb;
    padding-left: 0.75rem;
    margin-bottom: 0.625rem;
}

.message-field {
    align-items: flex-start;
}

.message-field img {
    padding-top: 1rem;
}

.contact-form .button {
    background-color: #ea5e20;
    color: #ffffff;
    width: 100%;
    margin-top: 1rem;
}

.inner-contact {
    background-color: #ea5e201a;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    align-items: stretch;
}

.inner-contact > img {
    max-width: 663px;
    width: 50%;
}

/** end contact-us **/

/** footer **/

.contact-info {
    display: flex;
    align-items: stretch;
    /* margin-top:-6rem; */
}

.contact-item img {
    width: auto;
}

.contact-item h4 {
    text-transform: capitalize;
    /* margin-top: 1.25rem;*/
}

.contact-item p {
    line-height: 1.7;
    /* margin-top: 0.75rem; */
    max-width: 275px;
}

.contact-item {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    border-radius: 20px;
    background-color: #ea5e20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100%/3);
    text-align: center;
    color:#ffffff;
}

.contact-info .contact-item:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-info .contact-item:nth-child(2) {
    background-color: #f26f35;
    border-radius: 0;
}

.contact-info .contact-item:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

section.contact-details {
    margin-bottom: -7.75rem;
}


.footer-inner {
     background-color: #111111;
    color: #ffffff;

}

.footer-items {
    display: flex;
    margin-top: 6.25rem;
}

.footer-item {
    width:calc(100%/3);
}
.footer-items .footer-item:nth-child(1){
  padding-right: 25px;

}
.footer-items .footer-item:nth-child(2){
    display: flex;
    flex-direction: column;
    padding-left: 35px;

}
.footer-items .footer-item:nth-child(3) {
    display: flex;
    flex-direction: column;

}


.footer-item img {
    max-width:150px;
}
.footer-item p {
    margin-top:20px;
    line-height: 1.7;
    font-size: 15px;
    color: #fff;
}

.footer-item h3 {
    font-size:1.375rem;
    position: relative;
    text-transform: capitalize;
}

.footer-item h3::after {
    content: "";
    height: 3px;
    background-color: #ffffff;
    width: 3.44rem;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.footer-item h3 {
    margin-bottom:3rem;
}
.footer-menu-section{width: 100%;  }

.footer-menu-section ul li{
    padding-bottom: 12px;
}
.footer-menu-section ul li.heading-item{
    font-size: 16px;
    padding-top: 10px;
}
.footer-menu-section ul li:last-child {
    margin-bottom:0px;
}

.footer-menu-section ul li a {
    font-size: 15px;
    color: #dfdfdf;
    text-transform: capitalize;
}

.footer-item .map {
    border-radius: 12px;
    overflow: hidden;
}


.copyright {
    background-color: #000000;
    border-top:2px solid #ea5e20;
    padding-top:1rem;
    padding-bottom: 1rem;
}

.copyright p {
    font-size: 0.875rem;
    color: #afafaf;
}

.social-icons {
    display: flex;
    column-gap: 9px;
}

.social-icons a {
    background-color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a i {
    color:#ea5e20;
}

.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/** end footer **/


.certifications-heading {
    width:45.86%;
}

.certifications-icons {
    width:50.26%;
}

.cerifications .certifications-icons {
    column-gap: 4rem;
    align-items: center;
    justify-content: center;
}

.hero-content .button:hover,.social-icons a:hover, .social-icons a:hover i {
    background-color:#ea5e20;
    color:#ffffff;
}

.menu-item .button:hover, .testimonials .main-title .button:hover, .partner-request .button:hover, .blogs .main-title .button:hover, .contact-form .button:hover {
    background-color: #ffffff;
    border-color:#ea5e20;
    color:#ea5e20;
    transition-duration: 0.3s;
}

.blog-present .link:hover {
    text-decoration: underline;
}

.menu-item a:hover, .footer-item li a:hover {
color:#ea5e20;
transition-duration: 0.3s;
}

.contact-item p{color: #fff;}
.contact-item p a:hover {
text-decoration:underline;	
}

h2 {
	line-height:1.25;
}

h3 {
	line-height:2;
}

h4 {
	line-height:2.5;
}

h5 {
	line-height:3.57;
}
.header{background: #fff; padding: 10px 0px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); transition-duration: 0.3s; position: relative; z-index: 100; position: fixed; width: 100%; top:0px}
.header.sticky{position: fixed; width: 100%; left:0 ; top: 0; z-index: 999; padding: 5px 0px; transition-duration: 0.3s; }
.header.sticky .logo img{    max-width: 120px; transition-duration: 0.3s;}
.header.sticky .menu-item .button{padding-top:13px; padding-bottom:10px; transition-duration: 0.3s;}
.news-list{
        margin-top: 2.5rem;
    display: flex;
    column-gap: 25px;
}

.news-item {
    border-radius: 20px;
    filter: drop-shadow(0px 5px 3px rgba(234, 94, 32, 0.13));
    background-color: #ffffff;
    border: 1px solid #cec1bb;
    overflow: hidden;
    position: relative;
    width: 33.333%;

}
.news-info {
    padding-top: 10px;
    padding-bottom: 35px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-link{}

.news-link {
    text-transform: uppercase;
    color: #ea5e20;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.news-link:after {
    content: "";
    width: 10px;
    height: 9px;
    background-image: url('../images/blog-arrow.png');
    margin-left: 6px;
    margin-top:-2px;
}
.banner-logos{padding-top: 25px;}
.hero-details > img{width: 100%;  }
.news-logo{padding-top: 20px;}
.news-logo ul{
    display: flex;  
    justify-content: space-between;
    align-items: center;
}
.why-choose p{
    line-height: 25px;
}  
.product-number{padding-top: 25px;}
.product-number ul{
   display: flex;  
    justify-content: space-between;
    align-items: center; 
    column-gap: 1.5rem;
}
.product-number ul li{width: 33.3333%; border-left: 2px #ddd solid; padding-left: 15px; }
.product-number ul li:first-child{border-left: 0px; padding-left: 0px;}
.number-product{font-weight: bold; padding-bottom: 10px; font-size: 25px;}
.product-info{}
.whatsapp-icon {
    width: 70px;
    position: fixed;
    z-index: 9999999;
    right: 20px;
    bottom: 90px;
}
.news-logo-item{display: inline-block; padding: 0px 15px; width: 250px; } 
.news-logo nobr{display: flex; align-items: center;}
.border-b0{border-bottom:0!important;}

 


@media only screen and (max-width: 600px) {

.footer-menu-section ul{width: 100%;}

}

@media only screen and (max-width: 991px) {
body{top: 68px;}


}    

.second-banner h2 {
  color: white;
  margin-bottom: 25px;
}

.second-banner .stats-list {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0px;
}

.second-banner .stats-list li {
  display: flex;
  align-items: flex-start;
  padding: 10px 15px;
  border-radius: 8px;
}

.second-banner .stats-list .icon {
  font-size: 28px;
  margin-right: 10px;
}

.second-banner .stats-list {
  color: #fff;
}

.second-banner .stats-list strong {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

.second-banner .stats-list .state-content{
    padding-left: 10px;
}

.second-banner .button {
    max-width: fit-content;
    color: #ea5e20;
    margin-top: 1.875rem;
    background-color: #ffffff;
    transition-duration: 0.3s;
}

.second-banner .button:hover {
    color: #ffffff;
}
@media (max-width: 1280px){
  .second-banner h2{ font-size:42px; }
  .second-banner .stats-list { margin: 0 0 5px 0; width: 80%; }
  .second-banner .stats-list strong{ font-size:28px; }
  .second-banner .stats-list li img{ width:50px; }
  .hero-item .second-banner { position: absolute;top: 72%; left: 5%; transform: translateY(-50%); }
  .second-banner .button { margin-top: 0; }
}

@media (max-width: 1096px){
  .second-banner h2{ font-size:38px; }
  .second-banner .stats-list { margin: 0 0 5px 0; width: 68%; }
  .second-banner .stats-list strong{ font-size:28px; }
  .second-banner .stats-list li img{ width:50px; }
  .hero-item .second-banner { position: absolute;top: 68%;transform: translateY(-50%); }
  .second-banner .button { margin-top: 0; }
}

@media (max-width: 992px){
  .second-banner h2{ font-size:35px; }
  .second-banner .stats-list strong{ font-size:24px; }
  .second-banner .stats-list li{ padding:12px; }
  .hero-item .second-banner { position: absolute;top: 65%;transform: translateY(-50%); }
  .second-banner .button { margin-top: 0; }
}

@media (max-width: 768px){
  .hero-item .second-banner-image { object-position: left center !important; }
  .second-banner .stats-list { margin: 0 0 5px 0; width: 90%; }
  .second-banner h2{ font-size:28px; }
  .second-banner .stats-list strong{ font-size:22px; }
  .hero-item .second-banner { position: absolute;top: 50%;transform: translateY(-50%);
}
}

@media (max-width: 380px){
  .hero-item .second-banner-image { object-position: left center !important; }
  .second-banner .stats-list { margin: 0 0 0 0; width: 90%; }
  .second-banner h2{ font-size:26px; }
  .second-banner .stats-list strong{ font-size:20px; }
    .second-banner .stats-list li img{ width:30px; }
    .second-banner h2 {margin-bottom: 10px;}
  .hero-item .second-banner { position: absolute;top: 58%;transform: translateY(-50%)}
button.menu-btn {margin-top: 5px;}
}
@media (max-width: 360px){
  .second-banner h2{ font-size:24px; }
  .second-banner .stats-list strong{ font-size:18px; }
    .second-banner .stats-list li img{ width:28px; }
    .second-banner h2 {margin-bottom: 8px;}
  .hero-item .second-banner { position: absolute;top: 60%;transform: translateY(-50%); }
  button.menu-btn {margin-top: 5px;}
}
