@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}


@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2,
.h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}




font-size: calc(1.725rem + 5.7vw);
}
}

.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}

@media (max-width: 1200px) {
.display-2 {
  font-size: calc(1.675rem + 5.1vw);
}
}

.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}

@media (max-width: 1200px) {
.display-3 {
  font-size: calc(1.575rem + 3.9vw);
}
}

.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}

@media (max-width: 1200px) {
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
}


@media (min-width: 576px) {

.container {
  max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
  max-width: 720px;
}
}

@media (min-width: 992px) {
.container {
  max-width: 960px;
}
}

@media (min-width: 1200px) {
.container {
  max-width: 1140px;
}
}



@media (min-width: 576px) {

.container,
.container-sm {
  max-width: 540px;
}
}

@media (min-width: 768px) {

.container,
.container-sm,
.container-md {
  max-width: 720px;
}
}

@media (min-width: 992px) {

.container,
.container-sm,
.container-md,
.container-lg {
  max-width: 960px;
}
}

@media (min-width: 1200px) {

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1140px;
}
}




@media (max-width: 1024px) {
.contact-info-left {
  grid-gap: 40px;
}
}

@media (max-width: 991px) {
.contact-info-left {
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
}

@media (max-width: 900px) {
.contact p {
  font-size: 17px;
}
}

@media (max-width: 800px) {
.contact a {
  font-size: 16px;
}

.contact {
  grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {
.map {
  float: none;
  width: 100%;
  text-align: left;
}

iframe {
  height: 280px;
}
}

@media (max-width: 375px) {
.contact p {
  font-size: 15px;
}
}

/*--//responsive--*/


@media all and (max-width: 1024px) {
.align-form-map {
  grid-gap: 60px;
}
}

@media all and (max-width: 991px) {
.align-form-map {
  grid-gap: 60px;
  grid-template-columns: 1fr;
}

iframe {
  height: 350px;
}
}

@media all and (max-width: 590px) {
h3.cont-head {
  font-size: 30px;
  margin-bottom: 30px;
}

iframe {
  height: 300px;
}
}






@media (max-width: 1280px) {

.w3l-footers-20 ul.links li,
.w3l-footers-20 ul.social li {
  margin-right: 10px;
}
}

@media (max-width: 1080px) {
.w3l-footers-20 .column {
  padding: 0 20px;
}
}

@media (max-width: 1024px) {

.w3l-footers-20 .columns p,
.w3l-footers-20 .columns ul li a,
.w3l-footers-20 .columns li select {
  font-size: 14px;
}

.w3l-footers-20 .bottom-border {
  margin-top: 60px;
}
}

@media (max-width: 800px) {
.w3l-footers-20 .column:first-child {
  padding-left: 20px;
}

.w3l-footers-20 .grids-content {
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 0px;
}

.w3l-footers-20 .links-grid {
  text-align: center;
  margin: 20px 0;
}

.w3l-footers-20 .column {
  border: none;
}

.w3l-footers-20 .column {
  padding: 20px;
}

.w3l-footers-20 .column:last-child {
  padding-bottom: 0;
}

.w3l-footers-20 .bottom-border {
  margin-top: 30px;
}
}

@media (max-width: 640px) {
.w3l-footers-20 .column {
  padding: 20px 0;
}

.w3l-footers-20 .column:first-child {
  padding-left: 0px;
}

.w3l-footers-20 .grid-col-3 {
  grid-template-columns: 1fr;
  text-align: center;
}

.w3l-footers-20 .text-right {
  text-align: center !important;
  margin-top: 10px;
}
}

@media (max-width: 568px) {
.w3l-footers-20 .footers20 {
  padding: 40px 0;
}

.w3l-footers-20 .column:nth-child(1),
.w3l-footers-20 .column:nth-child(2) {
  border-bottom: 1px solid transparent;
}

.w3l-footers-20 .grids-content p.contact-phone {
  font-size: 16px;
}
}

@media (max-width: 480px) {

.w3l-footers-20 .columns p,
.w3l-footers-20 .columns ul li a,
.w3l-footers-20 .columns li select {
  font-size: 16px;
}

.w3l-footers-20 .grids-content {
  grid-template-columns: 1fr;
}
}

@media (max-width: 415px) {
.w3l-footers-20 .bottom-border {
  margin-top: 30px;
}
}

@media (max-width: 384px) {
.w3l-footers-20 .bottom-border {
  margin-top: 15px;
  padding-top: 30px;
}

.w3l-footers-20 .links-grid {
  margin: 15px 0;
}

.w3l-footers-20 .columns p,
.w3l-footers-20 .columns ul li a,
.w3l-footers-20 .columns li select,
.w3l-footers-20 .grids-content p,
.w3l-footers-20 .grids-content a p {
  font-size: 15px;
}

.w3l-footers-20 .grids-content h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
}




@media only screen and (max-width: 1440px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px; }
  .navbar-expand-lg .nav_btn > li {
    padding: 0; }
  header .navbar-nav a {
    font-size: 16px; } }

@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand {
    font-size: 28px; }
  .navbar .navbar-brand img {
    max-width: 109px; }
  .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px; }
  .navbar-expand-lg .navbar-nav.nav_btn > li {
    margin-left: 0px; }
  .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px; }
  .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px; } }

@media only screen and (min-width: 991px) {
  .navbar-expand-lg .navbar-nav li:hover > .dropdown-menu {
    display: block; }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    display: none;
    left: 100%;
    top: 0; }
  .navbar-nav .dropdown-menu {
    display: none; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0px; }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggler {
    padding-right: 35px; }
  .dropdown-menu .dropdown-toggler::after {
    position: absolute;
    right: 10px;
    top: 10px; }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--text-color);
    text-decoration: none;
    background-color: transparent; } }

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffffff; }
  .popup {
    display: none; }
  .navbar .navbar-brand img {
    max-width: 140px; }
  .navbar-toggler {
    border: 0 none;
    font-size: 24px; }
  .navbar-nav {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%; }
  .navbar-nav:last-child {
    border: 0; }
  .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0; }
  .navbar-expand-lg .navbar-nav.nav_btn > li {
    padding-bottom: 10px; }
  .navbar-nav .dropdown-menu {
    border: 0 none;
    text-align: center; }
  .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3); }
  .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    padding: 10px 0;
    text-align: center; }
  header {
    height: auto;
    padding: 15px 0; }
  .phone {
    text-align: center; }
  .phone a {
    font-size: 18px;
    color: #fff;
    font-weight: 500; }
  .phone a span {
    color: #fff; }
  header.nav-fixed {
    height: auto;
    padding: 8px 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center; }
  .navbar-toggler-icon.fa {
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    line-height: 34px; }
  .navbar-toggler {
    padding: 0rem 0rem !important; }
  .navbar-expand-lg .navbar-nav .nav-item.active a {
    color: #fff; } }

@media only screen and (max-width: 767px) {
  #site-footer .copyright,
  #site-footer ul.footer-menu {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 200px; } }

@media only screen and (max-width: 991px) {
  .w3l-top-header {
    position: relative;
    height: 73px; }

   
    .banner{
      width: 100%;
      height: 25em;
      
    
    }
   
  
  .carousel-item img{
      display: inline-block; 
      max-width: auto;  
      height: 400px!important; 
      margin-bottom: 30px;
    }
    .car{
      width: 100%;
      height: 35em;
     
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 100%;
      grid-gap: 20px;
    }
    .car  h3, h4{
      font-size: 20px;
    }
  
    .contact_servbox h3 {margin: 0;
      font-size: 35px;
      color: #fff;
      font-weight: 400;}
 
    
    }
    
  .contact_servbox h4 {
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
  }


    @media (max-width:575px) {
      .banner{
        width: 100%;
        height: 17em;
        
      
      }
      .carousel-item img{
        display: inline-block; 
        max-width: auto;  
        height: 260px!important; 
        margin-bottom: 30px;
      }
      
.he{
  margin-top: 15px;
}
    }
      
    @media(max-width:781px){
      .about{
        width: 100%;
        height: auto;
      
      }
    }
    @media(max-width:767px){
      .heg{
        margin-top: 15px;
      }
      .car{
        width: 100%;
        height: auto;
       
        margin-top: 10px;
        display: grid;
        grid-template-columns: 1fr ;
        grid-template-rows: 32%;
        grid-gap: 20px;
      }
  
      
    }

    @media(max-width:1199px){
      .blu{
        height: auto;
        
        margin-top: 20px;
      }
      .contact_servbox h2 {margin: 0;
        font-size: 50px;
        font-weight: 400;}
    }
    @media(max-width:991px){
      .contact_servbox h2 {margin: 0;
        font-size: 40px;
        font-weight: 400;
      }
        .homecounts h2 {
          color: #fff;
          font-size: 30px;
          font-weight: 600;
          text-align: center;
          margin: 0 0 40px;
          padding: 0 65px;
          line-height: 1.3;
        }
    }

    @media(max-width:575px){
      
     
      .bb input{
          margin: 40px 0px 0px 10%;
          width: 75%;
          padding: 10px 5px 10px 5px;
          border-radius: 10px;
      }
      .bb button{
          margin: 5px 0px 0px 25%;
          padding: 10px 5px 10px 5px;
          border-radius: 10px;
         width: 50%;
        background-color:   #FF4800 ;
        color: white;
      }
     
  }
  @media(max-width:292px){
      .track{
          height: 23em;
      }
  }
  @media(max-width:1000px){
    .jmt_about{
      width: 100%;
      height: 25em;
      
    }
  }
  @media(max-width:891px){
    .jm{
      font-size: 14px;
    }
    .jmt_about{
      width: 100%;
      height: 26em;
      
    }
  }
  @media(max-width:647px){
    .jm{
      font-size: 12px;
    }
  }

  @media(max-width:575px){
    .jmt_about{
      width: 100%;
      height: auto;
      
      
    }
    .jmt_about h3{
      text-align: center;
    }
  }
  @media(max-width:575px){
    .bar1 h3{
      color: white;
      margin-top: 5px;
      font-size: 17px;
    }
    .export_ser{
  
      width: 100%;
      height: auto;
      display: grid;
      grid-template-columns: 1fr  ;
      grid-template-rows: 33%;
    grid-gap: 10px;
    margin-bottom: 10px;
    }
  }
  @media(max-width:900px){
    .export_ser{
  
      width: 100%;
      height: auto;
      display: grid;
      grid-template-columns: 1fr 1fr ;
      grid-template-rows: 33%;
    grid-gap: 10px;
    margin-bottom: 10px;
    }
    .dairy_ser{
      width: 100%;
      height:auto;
      background-image: url(../images/export/xd.jpg);
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows:auto;
      grid-gap: 10px ;
    }
  }
  @media(max-width:675px){
    .exp_banner button{
      margin: 10px 0px 0px 33%;
      padding: 2px 5px 2px 5px;
      border-radius: 15px;
      background-color: #000000;
      width: 30%;
      font-size: 13px;
    }
    .ytt{
      font-size: 19px;
    }
  }
  @media(max-width:575px){
   
    .export_ser{
  
      width: 100%;
      height: auto;
      display: grid;
      grid-template-columns: 1fr  ;
      grid-template-rows: 17%;
    grid-gap: 10px;
    margin-bottom: 30px;
    }
    .dairy_ser{
      width: 100%;
      height:auto;
      background-image: url(../images/export/xd.jpg);
      display: grid;
      grid-template-columns: 1fr ;
      grid-template-rows:auto;
      grid-gap: 10px ;
    }
    .bbt{
      width: 100%;
      height:auto;
      
    }
    .about_banner{
      height: 15em;
    }
  .ch{
    font-size: 13px;
  }
    .exp_banner button{
      margin: 10px 0px 10px 35%;
      padding: 4px 5px 4px 5px;
      border-radius: 18px;
      background-color:black;
      width: 30%;
      font-size: 14px;
      
    }

  }

  @media(max-width:1080px){
    .ytt{
      font-size: 18px;
    }
  }
 @media(max-width:1170px){
  .butto{
    background-color: #002663;
    margin:auto;
    width: 50%;
    
  
  }
 }
 @media(max-width:936px){
  .butto{
    background-color: #002663;
    margin:auto;
    width: 70%;
    
  
  }
 }
@media(max-width:600px){
  .ind_page h1{
    text-align: center;
    padding-top: 15%;
    font-size: 50px;
    color: white;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 30px
    
  }

  .ind_page{
    width: 100%;
    height: 20em;
    background-color: #00baff;
    background-image: url(../images/slide2-2.jpg);
  
  background-position: center;
  
  
  }

}
@media(max-width:280px){
  .ind_page h1{
    font-size: 25px;
  }
  
}
@media(max-width:380px){
  .ind_page{
    width: 100%;
    height: 25em;
   
  
  }
}
@media(max-width:497px){
  .ind_page button{
    margin-top: 15px;
  }
}
