
:root {
  --para-color: #888;
  --heading-color: #2d2d43;
  --theme-light: #efefef;
  --primary-color: #e7272d;
  --secondary-color: #ffe119;
  --border-radius: 8px; }

  ::-webkit-scrollbar{
    width: 0.25rem;
}
::-webkit-scrollbar-track{
    background-color: gray;
}
::-webkit-scrollbar-thumb{
    background-color: peru;
}
  
/*.noscroll {
  overflow: hidden;
  height: 100vh; }*/

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Spartan', sans-serif; }

  body a, button, .btn {
  cursor: pointer !important;
  font-family: 'Spartan', sans-serif; }

    .w3l-breadcrumb {
      background-color: #f8f8f8; }
    
.breadcrumbs-custom-path {
  padding: 15px 0; }

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize; }

.breadcrumbs-custom-path li span.fa {
  font-size: 12px; }

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
  color: #777; }

.breadcrumbs-custom-path li.active {
  color: #151515; }

@media (max-width: 568px) {
  h2.title {
    font-size: 40px; }
  h6.sub-title {
    font-size: 13px; }
  .breadcrumbs-custom-path li {
    font-size: 15px; } }


  /****************** NAVIGATION ************************* */




  .w3l-top-header {
  position: relative;
  height: 100px;
  

  /* stroke */ }
  
button.navbar-toggler .icon-close {
  display: block;
  color: #ffe119;

}
.navbar {
  display: none; }

button.navbar-toggler .icon-expand {
  color: #ffe119;
  display: none; }

button.navbar-toggler.collapsed .icon-close {
  display: none; }

button.navbar-toggler.collapsed .icon-expand {
  display: block; 
  
}



header {
  padding: 0px;
  transition: all 0.4s ease 0s;
  background: var(--primary-color);
  height: 100px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid #ff6555; }

  header.active {
    background: rgba(0, 0, 0, 0.7); }
  
.navbar {
  padding: 0; }

.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: -1px; 
  display: inline-block;
}

 
  .navbar .navbar-brand span.fa:hover{
    color:#777;
  }
.navbar .navbar-brand:hover {
  opacity: 0.95; 
}
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative; 
  
  }
  


    header.nav-fixed {
      padding: 0px;
      background-color: #fff;
      height: 80px;
      border-bottom: none;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
     }


nav ul li {
  display: inline-block; }

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s; }



nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
  font-weight: 600; }

nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #333;
  height: 2px;
  font-size: 0; }

nav.stroke ul li a:hover:after {
  width: 100%; }

nav.fill ul li a {
  transition: all 2s;

}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0; }


nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1; }

  .navbar-dark .navbar-nav .nav-link:focus {
    color: var(--heading-color); }
    .nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
      color: black;
      opacity: 0.95; }
      .nav-fixed .navbar-expand-lg .navbar-nav .nav-link:hover{
        color: #e7272d;
      }
     
    .nav-fixed .navbar-expand-lg .navbar-brand {
      color:var(--primary-color); }
    
    .nav-fixed .navbar-expand-lg .navbar-brand span {
      color: var(--primary-color); }
  
  
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--text-color);
    text-decoration: none;
    background-color: transparent; }
    /*-- //navbar end --*/
    
    
    
     .w3l-footers-20 {
        /*-- responsive design --*/
        /*-- //responsive design --*/ }
      
      .w3l-footers-20 .d-grid {
        display: grid; }
      
      .w3l-footers-20 .grid-col-2 {
        grid-template-columns: 1fr 1fr; }
      
      .w3l-footers-20 .grid-col-3 {
        grid-template-columns: 1fr auto; }
      
      .w3l-footers-20 .grid-col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr; }
      
      .w3l-footers-20 .grid-auto-columns {
        grid-auto-flow: column; }
      
      .w3l-footers-20 .text-left {
        text-align: left; }
      
      .w3l-footers-20 .text-center {
        text-align: center; }
      
      .w3l-footers-20 .text-right {
        text-align: right; }
      
      .w3l-footers-20 .footers20 {
       background: #131419;
        padding: 60px 0;
        position: relative; }
      
      .w3l-footers-20 .column {
        padding: 0 30px;
        border-right: 1px solid #2e2e2e; }
      
      .w3l-footers-20 .column:first-child {
        padding-left: 0; }
      
      .w3l-footers-20 .column:last-child {
        border-right: 1px solid transparent;
        padding-right: 0; }
      
      .w3l-footers-20 .grids-content h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #eee;
        margin-bottom: 20px; }
      
      .w3l-footers-20 .grids-content p,
      .w3l-footers-20 .grids-content a p {
        color: white;
        transition: 0.3s ease; }
      
      .w3l-footers-20 .grids-content a p:hover {
        color: var(--secondary-color); }
      
        .w3l-footers-20 .grids-content p.contact-phone {
          font-size: 20px;
          font-weight: 600;
          color: #eee; }
      
     
          .w3l-footers-20 ul.links li,
          .w3l-footers-20 ul.social li {
            display: inline-block;
            margin-right: 15px; }
      
      .w3l-footers-20 .bottom-border {
        border-top: 1px solid #2e2e2e;
        margin-top: 60px;
        padding-top: 40px; }
      
        .w3l-footers-20 .columns p,
        .w3l-footers-20 .columns p a,
        .w3l-footers-20 .columns ul li a {
          font-size: 16px;
          line-height: 25px;
          color: white; }
      
      .w3l-footers-20 ul.social li a:hover,
      .w3l-footers-20 .columns p a:hover {
        color: #fff; }
      
     
#movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  padding: 0;
  line-height: 36px;
  border-radius: 4px;
  transition: 0.3s ease-out; }

#movetop:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out; }


  .contact-info h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0; }
  
  .contact-info-left {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px; }
  
    .contact-info {
      padding: 2rem;
      background: #f8f9fa;
      border-radius: var(--border-radius); }
    
    .contact a {
      display: block;
      color: #636363; }
    
    .contact {
      grid-template-columns: 1fr; }
    
    .contact a:hover {
      display: block;
      color: var(--heading-color); }
    
    .contact span.fa {
      font-size: 30px;
      color: var(--primary-color);
      margin-bottom: 10px; }
    
    iframe {
      width: 100%;
      height: 450px; }
  
  
      .align-form-map {
        grid-template-columns: 1fr 1fr;
        grid-gap: 80px; }
      
      h3.cont-head {
        font-size: 35px;
        line-height: 40px;
        color: #002663;
        margin-bottom: 35px; }
      
      form.signin-form {
        text-align: left; }
      
      .form-input {
        margin-bottom: 15px; }
      
      .form-inner-cont label {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        color: var(--heading-color);
        display: block;
        font-weight: 600; }
      
      .form-inner-cont input,
      .form-inner-cont textarea {
        outline: none;
        width: 100%;
        font-size: 16px;
        padding: 0px 15px;
        margin-bottom: 25px;
        color: var(--para-color);
        height: 45px;
        text-align: left;
        -webkit-appearance: none;
        background: #ffffff;
        display: grid;
        grid-template-columns: .1fr 1fr;
        align-items: center;
        padding-left: 15px;
        border: 1px solid rgba(31, 94, 180, 0.22);
        border-radius: 4px; }
      
      .form-inner-cont input:focus,
      .form-inner-cont textarea:focus {
        border: 1px solid var(--primary-color); }
      
      .form-inner-cont textarea {
        height: 125px;
        resize: none;
        padding: 15px 15px; }
      
      .btn-contact {
        min-width: 130px;
        cursor: pointer;
        text-decoration: none;
        -webkit-appearance: none;
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
        color: #000000;
        background: #fff;
        padding: 14px 18px;
        border-radius: 4px;
        transition: 0.3s ease;
        border: 1px solid #002663;
        width: 100%;
        margin-top: 15px;
        text-transform: uppercase; }
      
      .btn-contact:hover {
        background: #002663;
        color: #fff; }
      
      iframe {
        width: 100%;
        height: 100%;
        border: 5px solid #f5f5f5;
        border-radius: 4px; }
  
  /************************main head***********************/



  .main-wraper{
  width: 100%;
  height: auto;
  background-color: white;
}
  .banner{
    width: 100%;
    height: 32em;
    
  
  }
 

.carousel-item img{
    display: inline-block; 
    max-width: auto;  
    height: 510px!important; 
    margin-bottom: 30px;
  }

  .blinking{
    animation: blinking 1.2s infinite;
    font-family:cursive;
    font-weight: 800;
}
@keyframes blinking{
    0%{color:#FFEB3B;}
    49%{color:#FF5722;}
    69%{color:#429600;}
    99%{color:#e91e1e;}
    100%{color:#FFF;}
}



.about{
  width: 100%;
  height: auto;
  
  margin-top: 30px;
}

.about p{
  margin-top: 20px;
  width: 60%;
  margin-left: 20%;
}
.about h3{
  color: rgb(184, 25, 25);
}
/*------------services---------*/

.special_services.bluebg.secpadd {
	padding: 80px 0px;
}
.bluebg{background:#0c1239;} 
.lftredbrdr{border-left:2px solid red;padding-left:25px;}
.fh-service-box {
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s;
          transition: 0.5s;
          margin-top: 40px;
}
.fh-service-box h4,
.fh-service-box h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.fh-service-box h4,
.fh-service-box .desc {
  padding-left: 70px;
}
.fh-service-box h4 {
  margin: 0;
  padding-bottom: 10px;
}
.fh-service-box i {
  font-size: 50px;
  color: #fff;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.fh-service-box i:before {
  font-size: 50px;
}
.fh-service-box .fh-icon,
.fh-service-box .img-icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 1;
  -webkit-transition: 0.5s;
          transition: 0.5s;
font-weight: 100;
        }
.fh-service-box.style-1 {
  padding: 25px 20px;
  border: 1px solid #232951;
}
.fh-service-box.style-1 .fh-icon,
.fh-service-box.style-1 .img-icon {
  
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fh-service-box.style-1:hover {
  border-color: #ff0000;
}
.fh-service-box.style-1:hover .fh-icon,
.fh-service-box.style-1:hover .img-icon {
  color: white;
  top: 30px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fh-service-box.style-1:hover i {
  color: #ff0000;
}



.fh-section-title.version-light h2 {
  color: #fff;
  padding-bottom: 0;
}
.hdrgtpara{    color: #fff;
  font-size: 20px;
  font-weight: 300;
}


.fh-section-title h2 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}


.specia{
  width: 100%;
  height: auto;
  
  margin-top: 20px;
}
.spc{
  font-size: 15.4px;
}


.service-box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  transition: all 2s ease 0s;

}
.service-box:hover {
  transform: rotateY(360deg);
  transition: all 2s ease 0s;
}
.skew-angle {
  overflow: hidden;
  position: relative;
  
}
.skew-angle:after {
  bottom: -30px;
  content: "";
  height: 60px;
  left: -30px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
  background-color: red;
}

.car{
  width: 100%;
  height: 30em;
  
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 100%;
  grid-gap: 20px;
  
}
.car1{
  
  border: 2px solid black;
}

.image_card{
  
  width: 100%;
  height: 15em;
}
.image_card img{
  width: 100%;
  height: 100%;
}
.car1 h3{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-top: 10px;
}

.car1 h4{
  color: rgb(203, 39, 39);
}
.car1 li{
  margin-left: 10px;
}


.blu{
  height: auto;
  
  margin-top: 20px;
}
.contact_services.bluebg.secpadd {
  
	padding: 80px 0 100px;
}
.contact_servbox h4 {
	margin: 0;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
.contact_servbox h3 {margin: 0;
font-size: 48px;
color: #fff;
font-weight: 400;}
.contact_servbox h2 {margin: 0;
font-size: 60px;
font-weight: 400;}
.contact_servbox p{color: #dde2fc;}
.contact_servbox .button{margin-top:45px;}

.contact_services{
  background: #0c1239 url(../images/bg-2.jpg) center top no-repeat;
  background-size:cover;
  }
  .contact_servbox h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 400;
}
.contact_servbox h2 {
	
	color: #00baff;
	
}
.fh-button.align-left {
  float: left;
  background-color: #00baff;
  padding:10px 10px 10px 10px;
  color: white;
  text-decoration: none;
}


.track{
  height: 15em;
width: 100%;
  margin-top: 30px;
  background: url(../images/tracking_bg.jpg);
  
  
}
.track span{
  color:  #FF4800 ;
  font-family: cursive;
}
.track h2{
  color: white;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 35px;
font-weight: bold;
padding-top: 20px;
}
.bb input{
  margin: 40px 0px 0px 60%;
  width: 75%;
  padding: 10px 5px 10px 5px;
  border-radius: 10px;
}
.bb button{
  margin: 40px 0px 0px 55%;
  padding: 10px 5px 10px 5px;
  border-radius: 10px;
 width: 50%;
background-color:   #FF4800 ;
color: white;
border: 1px solid;
}
.bb button:hover{
  animation: change 1s ;
 
}


.homecounts{
  background: url(../images/count-bg-1.jpg) center center no-repeat;
  background-size:cover;
  padding:80px 0;
  }
  .homecounts h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 65px;
    line-height: 1.3;
   
  }
  .main-color {
    color: #ff0000;
  }
  .fh-counter .counter {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
  
  }
  .value{
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: bold;
  }
 
  .hhm h3{
    color: white;
    background-color: orangered;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
  }
 .cou{
  width:100%;
  height: auto;
 }

 .contact{
  width: 100%;
  height: auto;
  margin-top: 20px;
  /*background-color: #7f7514;*/
}
.contact input{
  margin-top: 12px;
  font-size: 17px;
}
.contact .btn{
  background-color: #e21f2f;
  color: white;
}

/*gallery*/
.gal{
  width: 100%;
  height: auto;
  background-color: white;
}
.gallery_banner{
  width: 100%;
  height: 20em;
  background-color: #0c1239;
}
.gallery_banner img{
  width: 100%;
  height: 100%;
}
.gallery{
  width: 100%;
  height: auto;
  
  
}
.gallery img{
  height: 80%;
  margin-left: 10px;
  width:90%;
  border: 8px solid rgb(203, 153, 88);
  
}
/*`````````````````about us``````````````````*/
.about_page{
  width: 100%;
  height: auto;
  background-color: white;
}
.about_banner{
  width: 100%;
height: 25em;

}
.about_banner img{
  width: 100%;
  height: 100%;
}

.jmt_about{
  width: 100%;
  height: 23em;
  
  margin-top: 15px;
}
.jmt_about img{
  width: 100%;
  height: 100%;
}
.bar1{
  width: 100%;
  height: 20em;

  background: url(../images/bg-box-2.jpg)
}
.bar1 h3{
  color: white;
  margin-top: 5px;
}
.pu{
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.pu p{
  width: 50%;
  margin-left: 10px;
}
.hov:hover{
  background-color: rgb(184, 25, 25);
  color: white;
}

/*------services_page--------------------*/
.services_page{
  width: 100%;
  height: auto;
  
}
.ser_bg{
  width: 100%;
  height: 20em;

}
.export_ser{
  
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 50%;
grid-gap: 10px;
margin-bottom: 10px;
}
.exp_banner{

  background-color: #00baff;
}
.exp_img{
  width: 100%;
  height: 16em;

}
.exp_img img{
  width: 100%;
height: 100%;
}
.exp_banner button{
  margin: 10px 0px 5px 33%;
  padding: 5px 5px 5px 5px;
  border-radius: 15px;
  background-color: #000000;
  width: 30%;
}
.exp_banner button a{
  text-decoration: none;

  color: white;
}
.exp_banner button:hover{
  background-color:#FF5722;
  transition: all 2s ease-in-out;
}
.change_content:after{
content: '';
animation: changetext 10s infinite linear;
}
@keyframes changetext{
  0%{content: "india";}
  20%{content: "srilanka";}
  35%{content: "Australia";}
  45%{content: "Maldevis";}
  60%{content: "South Africa";}
  75%{content: "Canada";}
  85%{content: "Bangladesh";}
  100%{content: "pakistan";}
}
.change_content{
  color: orangered;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.prod{
  margin-top: 22px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.dairy_ser{
  width: 100%;
  height:auto;
  background-image: url(../images/export/xd.jpg);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows:32%;
  grid-gap: 10px ;
}
.dary{
  
  border: 10px solid rgb(133, 65, 65);
}
.dairy_img{
  width: 100%;
  height: 70%;
  
  
}
.dairy_img img{
  height: 100%;
  width: 70%;
  margin-left: 50px;
}
.dary h3{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.bbt{
  width: 100%;
  height:33em;
  background-image: url(../images/export/xd.jpg); 
}
.bbt img{
  width: 80%;
  height: 80%;
  margin-left: 40px;
  margin-top: 20px;

}
.bbt input{
  margin-top: 15px;
}
.fruit{
  width: 100%;
  height: 25em;
  background-color: #002663;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 50%;
  grid-gap: 10px;
}
.f1{
  background-color: #232951;
}
.f1_img{
  width: 100%;
  height: 20em;
  background-color: #00baff;
}
.exp_banne{
  border:8px solid rgb(89, 82, 70);

}

.ind_page{
  width: 100%;
  height: 34em;
  background-color: #00baff;
  background-image: url(../images/slide2-2.jpg);

background-position: center;


}

.ind_img{
  width: 100%;
  height: 100%;
}
.ind_img img{
  width: 100%;
  height: 70%;
}
.ind_page h1{
  text-align: center;
  padding-top: 15%;
  font-size: 70px;
  color: white;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
}



