/********** CSS START **********/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#captchCode {
    max-height: 55px;
    font-weight: 700 !important;
    letter-spacing: 6px !important;
    font-size: 20px;
}

#captchCode p{
    margin-bottom: 0px;
}
:root {
    --primary: #1960A8;
    --secondary: #7EC54F;
    --light: #F4F6F8;
    --dark: #040F28;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}
.bg-primary{
    background-color: var(--secondary) !important;
}
.btn-primary{
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--light) !important;
}
.btn-primary1{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.text-primary{
    color: var(--secondary) !important;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    bottom: -1px;
    left: 0%;
    background: var(--primary) !important;
    transition: .5s;
    color: var(--light) !important;
    opacity: 0.3;
}

.btn.btn-primary::after {
    background: var(--dark);
    color: var(--light) !important;
}

.btn:hover::after,
.btn.active::after {
    width: 100%;
    /* left: 25%; */
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 100%;
    bottom: 0;
    margin-left: -48px;
    border-radius: 0;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}





















/* navbar start */
.topbar h6{
    color: #fff !important;
  }
  .topbar span{
    color: #fff !important;
  }
  .nav-sec .navbar-nav .nav-item.nav-link{
    color: #000;
  }
  .nav-sec .navbar-nav .nav-item .nav-link{
    color: #000;
  }


.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 20px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}
.navbar-dark .navbar-nav .nav-item .dropdown-menu a:hover{
    background-color: var(--secondary);
    color: var(--light);

}
.navbar-dark .navbar-nav .nav-item .dropdown-menu a:hover i{
    transition: 0.5s;
    margin-left: 10px;

}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--secondary)  !important;
}

.navbar-dark .navbar-nav .dropdown-menu{
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
.nav-sec .navbar .navbar-brand .logo{
    width: 300px !important;
}


@media (min-width:468px){
    .nav-sec .navbar .navbar-brand .logo{
        width: 200px;
    }
}
@media (min-width:280px){
    .nav-sec .navbar .navbar-brand .logo{
        width: 112px !important; 
    }
}
@media (min-width:320px){
    .nav-sec .navbar .navbar-brand .logo{
        width: 152px !important; 
    }
}
@media (min-width:375px){
    .nav-sec .navbar .navbar-brand .logo{
        width: 207px !important; 
    }
}
@media (min-width:425px){
    .nav-sec .navbar .navbar-brand .logo{
        width: 240px !important; 
    }
}

/* navbar end */








/* fixed icon */
.fix-icon-1 {
    position: fixed;
    bottom: 186px;
    right: 0px;
    font-size: 20px;
    background-color: #1696e7;
    padding: 2px 10px;
  }
  
  .fix-icon-2 {
    position: fixed;
    bottom: 140px;
    right: 0px;
    font-size: 20px;
    background-color: #1696e7;
    padding: 2px 10px;
  }
  
  .fix-icon-3 {
    position: fixed;
    bottom: 93px;
    right: 0px;
    font-size: 20px;
    background-color: #1696e7;
    padding: 2px 10px;
  }
  
  .fix-icon-4 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    background-color: var(--red);
    padding: 0px 15px;
    border-radius: 2px;
  }
  
  .fix-icon-4:hover {
    background-color: var(--red);
    color: var(--blue) !important;
  }
  
  .fix-icon {
    color: #fff;
    z-index: 2222;
    transition: .5s;
  }
  
  .fix-icon:hover {
    color: #7EC54F !important;
  }
  




















/* footer start */


.footer a{
    text-decoration: none;
    color: #fff !important;
}

.footer {
    color: #fff !important;
}

.footer a:hover{
    margin-left: 10px;
    color: var(--secondary) !important;
    transition: 0.5s ease-in-out all;
}


.footer .footer-product-list{
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--secondary);
    }
}
@media (min-width: 500px) {
    .footer p.email-footer{
        font-size: 10px !important;
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: #81b062;
    transform: skew(40deg);
}


.footer .btn-primary:hover{
    color: var(--primary) !important;
}
.border-primary{
    border-color: var(--secondary) !important;
}
.copyright  a{
    text-decoration: none;
    color: var(--light) !important;
    border-bottom: 2px solid var(--primary);
}
/* footer end */




















/*  */

.panel-row-style{
    background-color: var(--white);
    background-image: linear-gradient(#1960A8,#1960A8), url(../img/index-img/bg-imgggg-facts.jpeg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 !important;
    text-align: center;
}

.panel-row-style h3{
    color: var(--light);
    padding: 80px 40px 10px 40px !important;
    font-size: 45px;
}
.panel-row-style p{
    color: var(--light);
    font-size: 30px;
}

@media (max-width:768px){

    .panel-row-style h3{
        color: var(--light) !important;
        padding: 100px 40px 10px 40px !important;
        font-size: 50px;
    }
}
















/*** Header ***/
.header-bg {
    background-color: var(--primary) !important;
    /* background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/banner/pulp-banner-img.jpg) center center no-repeat; */
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
















/* gallery section start */

.animal-item {
    position: relative;
    display: block;
}

.animal-item .animal-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.animal-item:hover .animal-text {
    opacity: 1;
    padding-bottom: 20px !important;
}

/* gallery section end */


















/* product sec */


.product-sec .service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    z-index: 11;
}


.product-sec .service-item{
    overflow: hidden;
    min-height: 400px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.product-sec .service-item:hover img{
    transform: scale(1.1);
    transition: 0.5s ease-in-out all;
}
.product-sec .service-item .service-icon i {
    transition: .2s;
}

.product-sec .service-item:hover .service-icon i {
    font-size: 60px;
}










/* about start */

.about p{
    text-align: justify;
}












/*** Facts  ***/
.facts {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/index-img/bg-imgggg-facts.jpeg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



/* testimonial start */


@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}   

.testimonial .owl-nav{
    display: none;
}


/* contact */

.contact .contact-img{
    margin-left: -130px;
}
.contact .contact-form-box{
    z-index: 1 !important;
}





  /* inq-details-page start */


  .inq-details-page .inq-content {
    padding: 20px 0;
}

.inq-details-page .inq-content p{
    text-align: justify;
    margin-top: 20px;
    font-size: 19px;
}
.inq-details-page .inq-content h3{
    text-align: justify;
    margin-top: 20px;
    font-size: 30px;
}
.inq-details-page .inq-content ul li{
    font-size: 19px;
}

.inq-details-page .inq-content h2{
    border-bottom: 4px solid var(--secondary);
}

.inq-details-page .inq-product-navbar {
    padding: 10px 0 0px 0 ;
    margin-bottom: 10px;
}
.inq-details-page .inq-product-navbar .product-heading{
    background-color: var(--primary);
    color: var(--white);
    padding: 10px ;
}
.inq-details-page .inq-product-navbar ul{
    padding: 0;
}
.inq-details-page .inq-product-navbar ul li{
   display: block;
   padding: 20px ;
    margin: 10px ;
    background-color: #F8F8F8;
}
.inq-details-page .inq-product-navbar ul li a:hover{
    color: var(--secondary);
    transition: 0.5s ease-in-out all;

}
    .inq-details-page .inq-product-navbar ul li a{
   text-decoration: none;
   color: var(--dark);
   padding: 20px ;
   margin: 10px ;
   
}
/* inq-details-page end */


h1,h2,h3,h4,h5,h6{
    font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

p{
    font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* fixed icons */

.whatsapp{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 250px;
    right: 10px;
    z-index: 999999;
    
  }
  .phone{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 130px;
    right: 10px;
    z-index: 999999;
    
  }
  .email{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 190px;
    right: 10px;
    z-index: 999999;
    
  }









  /* new banner  */

/*** Carousel Hero Header Start ***/
.header-carousel{
    background: var(--primary) !important;
  }
  .header-carousel .header-carousel-item {
      height: 700px;
  }
  
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      background: var(--secondary) !important;
      color: var(--light) !important  ;
      font-size: 26px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-prev {
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 30px;
  }
  .header-carousel .owl-nav .owl-next {
      bottom: 30px;
      right: 50%;
      transform: translateX(-50%);
      margin-right: 30px;
  }
  
  .header-carousel .owl-nav .owl-prev:hover,
  .header-carousel .owl-nav .owl-next:hover {
      box-shadow: inset 0 0 100px 0 var(--secondary);
      color: var(--white);
  }
  
  .header-carousel .header-carousel-item .carousel-caption {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      background: #1960A8 !important;
      /* background: rgba(0, 0, 0, .2); */
      display: flex;
      align-items: center;
  }
  .header-carousel .header-carousel-item .calrousel-img img{
    -webkit-filter: drop-shadow(5px 5px 5px #000);
    filter: drop-shadow(5px 5px 5px #000);
  }
  
  @media (max-width: 991px) {
      .header-carousel .header-carousel-item .carousel-caption {
          padding-top: 45px;
      }
  
      .header-carousel .header-carousel-item {
          height: 1300px;
      }
  }
  
  @media (max-width: 767px) {
      .header-carousel .header-carousel-item {
          height: 950px;
      }
  
      .header-carousel .owl-nav .owl-prev {
          bottom: -30px;
          left: 50%;
          transform: translateX(-50%);
          margin-left: -45px;
      }
  
      .header-carousel .owl-nav .owl-next {
          bottom: -30px;
          left: 50%;
          transform: translateX(-50%);
          margin-left: 45px;
      }
  }

  .owl-carousel .owl-dots{
      display: none !important;
  }
  /*** Carousel Hero Header End ***/

  .relative-service-carousel .service-item{
      margin-bottom: 10px;
  }

  /* .relative-service-carousel .owl-nav .owl-prev,
  .relative-service-carousel .owl-nav .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      background: var(--secondary) !important;
      color: var(--light) !important  ;
      font-size: 26px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.5s;
      margin: -100px 0 !important;
  }

  .relative-service-carousel  .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.relative-service-carousel  .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}
   */

  /* new about us section */


  .about-section {
    background: #f8f9fa;
    padding: 60px 0;
  }
  .about-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #7EC54F;
  }
  .about-section p {
    font-size: 18px;
    color: #000;
    text-align: justify;
  }
  .about-icon {
    font-size: 2rem;
    color: #7EC54F;
    margin-bottom: 15px;
  }
  .process-card {
    border: none;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    padding: 25px;
    transition: transform 0.3s ease;
  }
  .process-card p{
      text-align: center;
  }
  .process-card:hover {
    transform: translateY(-8px);
  }
  .section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
    /* color: #7EC54F; */
  }