/** media query **/
@media (min-width: 1200px) and (max-width: 1366px){
.main-menu > ul > li {
    margin: 0 5px;
}
}

@media (min-width: 1100px) and (max-width: 1200px){   
.widget-area .row {
    justify-content: flex-start !important;
}
.widget-area .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.widget.widget_newsletter {
    margin-top: 40px;
}
.provide-inner1 {
    display: none;
}
}

@media (min-width: 992px) and (max-width: 1100px){   
section.process-layout1 .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.widget-area .row {
    justify-content: flex-start !important;
}
.widget-area .col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.widget-area .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.widget.widget_newsletter {
    margin-top: 40px;
}
.main-menu > ul > li {
    margin: 0 6px;
}
.provide-inner1 {
    display: none;
}
}

@media (min-width: 767px) and (max-width: 992px){
section.process-layout1 .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

section.process-layout1 .row {
    row-gap: 50px;
}   
.widget-area .row {
    justify-content: flex-start !important;
}
.widget-area .col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.widget-area .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.widget.widget_newsletter {
    margin-top: 40px;
}
footer {
    overflow: hidden;
}
section.process-layout1 .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media(max-width: 992px){
img.custom-logo {
    height: 60px !important;
    width: auto;
}
.hero-layout1 .hero-slide {
    padding: 0px;
}
.video-sec video {
    object-fit: contain;
    height: 100%;
    display: block;
}
.video-sec {
    height: 100%;
}
.hero-layout1 .hero-content {
    width: 100%;
}
.vs-mobile-menu > ul {
    padding: 0 20px;
}
.selling-img img {
    width: 100%;
}
.breadcumb-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}
.faq-img {
    margin-bottom: 50px;
}
.provide-inner1 {
    display: none;
}
}


@media(max-width: 767px){
.hero-layout1 .hero-content {
    width: 95%;
}
.provide-inner1 {
    display: none;
}
.timeline-content h3 {
    font-size: 18px;
}
.timeline-content h3 {
    line-height: 26px;
}

.timeline::before {
   display: none;
}
.timeline-icon {
    display: none;
}
.timeline-content {
    width: 100%;
}
.timeline-item:nth-child(even) .timeline-content {
    margin-left: 0px;
    text-align: left;
}
.timeline-year {
    font-size: 36px;
}
.timeline-item:last-child {
    padding-bottom: 0px;
    border-bottom: transparent;
}
.timeline-item {
    border-bottom: 1px solid #fff;
      z-index: 1;
      padding: 20px 0px;
}
  .timeline-year {
      margin-bottom: 20px;
  }
.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 0px;
    text-align: left;
}
.timeline-content {
    padding: 0px 10px;
}
section.process-layout1 .row {
    row-gap: 50px;
} 
footer {
    overflow: hidden;
}
.hero-layout1 .vs-btn {
    padding: 14px 23px;
}
.hero-layout1 .hero-content .hero-text {
    margin-bottom: 15px;
}
.hero-layout1 .hero-content .hero-title {
        font-size: 36px;
    }

.media-style .media-counter .media-text br {
    display: none;
}
.media-style-box {
    flex-wrap: wrap;
}


.media-style-box .media-style {
    width: calc(50% - 18px);
}
.media-style .media-inner {
    flex-direction: column;
    align-items: center;
}
section{
  overflow: hidden;
}
section.product-layout2 .row {
    row-gap: 30px;
}
.float {
    right: 20px;
}
.sdg-grid .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
section.sustainability-sec .row {
    padding: 20px;
}
section.certificate-sec .row {
    row-gap: 40px;
}
section.enquire-now {
    padding-bottom: 60px;
}
.enquire-img {
    margin-top: 40px;
}
.job-wrap h3 {
    font-size: 20px;
    text-align: left;
}
}


@media(max-width: 575px){
.sdg-grid .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
}



@media(max-width: 480px){
   .media-style-box .media-style {
      width: calc(100% - 0px);
  }   
  .hero-layout1 .hero-content .hero-text {
    font-size: 16px;
}
}

@media(max-width: 400px){
  .hero-layout1 .vs-btn {
    padding: 14px 30px;
}
.hero-layout1 .hero-content .hero-title {
        font-size: 24px;
    }
}


@media(max-width: 380px){
.hero-content p.hero-text {
    display: none;
}
}

