:root {
    --body-color1:#0096cf;
    --body-color2:#0074a0;
    --body-color3:#fdc70c;
  --body-color:#6f6f6f;
   --head-font: "Poppins", sans-serif;
   --body-font: "Poppins", sans-serif;
  
  
   
   
   }
 


   .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100px;
    height: 100px;
    animation: animate 1s linear infinite;
 }
  .loader-item {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f00;
    box-shadow: 2px 2px 5px 1px #000;
    animation: rotate 1s linear infinite;
 }
  .loader-item_1 {
    top: 0;
    left: 0;
    background: #f79f1f;
 }
  .loader-item_2 {
    top: 0;
    right: 0;
    background: #12cbc4;
 }
  .loader-item_3 {
    bottom: 0;
    left: 0;
    background: #ed4c67;
 }
  .loader-item_4 {
    bottom: 0;
    right: 0;
    background: #a3cb38;
 }

 @keyframes rotate {
  0% {
    transform: rotate(0deg);
 }
  10% {
    transform: rotate(0deg);
 }
  60% {
    transform: rotate(90deg);
 }
  90% {
    transform: rotate(90deg);
 }
  100% {
    transform: rotate(90deg);
 }
}

   
  body{
  font-family: var(--body-font);
 color:var(--body-color);
    text-align: left;
    line-height: 30px;
  font-size: 16px;
  letter-spacing:0px;
  }

  h1, h2, h3, h4, h5 {
    font-family: var(--head-font); }
a{text-decoration: none;}
    a:focus, a:hover, a:active {
        outline: none !important;
        box-shadow: none !important; }

        
.container {
    max-width: 1300px;
    width: 100%; }

    img {
        display: block; }


        #hm{
          -webkit-transition: all 0.4s ease;
                  transition: all 0.4s ease;
          
              }
          
          #hm.sticky {
                position:fixed; top:0; z-index:1998; width:100%; border-bottom: 1px solid var(--body-color1); 
                background: var(--body-color1); 
                animation: drop-in 1s ease 200ms backwards;
              } 
             
              #hm.sticky .top-div1{padding-top: 5px; padding-bottom: 5px;}
              #hm.sticky .logo-div img{width: 60%; padding-top: 5px;}
              #hm.sticky .top-det{display: none !important;}
              #hm.sticky .offcanvas.offcanvas-top{margin-top: 0;}

    @keyframes drop-in {
        from {
         opacity: 0;
         transform: translateY(-100px);
        }
        to {
         opacity: 1;
         transform: translate(0px);
        }
       }


header{position: absolute; width: 100%; z-index: 2000;}

       
       .top-div1{padding-top:20px; padding-bottom: 20px; }
       

       .offcanvas.offcanvas-top{padding: 0;
        margin: 0;
        width: 100% !important;
        height: 100% !important;
        margin-top: 0px;
        }
       .menu-div .navbar, .menu-div1 .navbar {
        padding: 0px;
        margin-left: 0px; }

        .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
          
            padding: 10px 25px;
            line-height: 22px;
            font-size: 16px;
            font-weight: 400;
            position: relative;
            margin-right: 5px;
            text-align: center;
            color: #fff;
            font-weight: 400;
           text-transform: uppercase;
           
            border-radius: 0;
        
      }


      .navbar-expand-md .navbar-nav .dropdown-menu{background: none !important;}

      @media (min-width: 770px)
{
 .dropdown .dropdown-menu {
        transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1, 0);
        display: block;
      height: 0;
     }
      .dropdown:hover .dropdown-menu {
        transform: scale(1);
        height: inherit;
     }  
     
    }
  

/*ktm mega menu*/
    @media all and (min-width: 992px) {
      .dropdown-menu {
        width: 13rem;
      }
      .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
      }
      .ktm-mega-menu {
        position: static;
      }
      .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
      }
      .dropdown-menu li {
        position: relative;
      }
      .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
      }
      .dropdown-menu>li:hover>.submenu,
      .dropdown:hover>.dropdown-menu {
        display: block;
      }
    }
/*ktm mega menu*/


    

     

      .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
        color: #03da5e;
        
       
       
       
        
         }
      
         .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link.dropdown-toggle, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link.dropdown-toggle{color: #03da5e;} 



         .menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
            background: none;
            width: 250px;
            padding-top: 0px;
            padding-bottom: 0px; }
          
          .menu-div .dropdown-item, .menu-div1 .dropdown-item {
            color: #000;
            border: 1px solid #ddebe5;
            font-size: 13px;
           
            padding-top: 5px;
            padding-bottom: 5px;
            background: var(--body-color2) !important;
            color: #fff;
            font-weight: 400;text-transform: uppercase; }
          
          .menu-div .dropdown-item, .menu-div1 .dropdown-item {
            padding:8px 15px !important; }
          
          .menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
            color: #fff;
            background: var(--body-color1) !important; }

            .menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
               
                margin-top: -1px; background: none; margin: 0; padding: 0; }
               


                


              
               







                      

                      .menu-div .navbar .nav-item .dropdown-menu {
                        transition: .7s;border: none;
    border-radius: 0;
                      }

                      
.dropdown-menu.columns-2 {
  min-width: 400px;
  margin-left: -00px;
}

.dropdown-menu.columns-2 .col-md-6{padding-left: 0; padding-right: 0;  border-right: 1px solid #42b4d9;}
.dropdown-menu.columns-2 .col-md-6:last-child{border: none;}
.multi-column-dropdown{padding: 0px; margin: 0px; list-style: none;}





@media screen and (min-width: 769px) {
  .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
   right: 100%;
  }

  .dropstart > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
  }
  .dropstartd .dropdown-toggle {
    margin-right: 0em;
  }
}  


  



.banner-div1 {
    position: relative;
    z-index: 2;  }
    .banner-div1 .carousel-item{background: #0d0d0d; }
    .banner-div1 img {
      width: 100%; position: relative; /*opacity: .3;*/ }


      .banner-div1 .carousel-indicators {
        bottom: 0px;
        right: auto;
        margin-left: 2%; }
      .banner-div1 .carousel-indicators li {
        background: var(--body-color2);
        width: 11px;
        height: 11px;
        border-radius: 50%;
        opacity: 1;
        border: 3px solid #5a5a5a; }
      .banner-div1 .carousel-indicators .active {
        width: 11px;
        height: 11px;
        background: #5a5a5a;
        border: 3px solid var(--body-color2) }
      .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
        top: 0%; }
      .banner-div1 .carousel-control-prev {
        background: url(../images/banner-arrow-left.png) no-repeat left center;
        left: 2%;
        opacity: 1; width: 5%;}
      .banner-div1 .carousel-control-next {
        background: url(../images/banner-arrow-right.png) no-repeat right center;
        right: 2%;
        opacity: 1;
        z-index: 100; width: 5%; }
    
        .banner-div1 .carousel-caption{
    left: 10%;
    text-align: center;
    right: auto;
    top:20%;
    bottom: auto;
    transform: translateX(-10%);
 
    width: 40%;
    padding-top: 0;
    
        }
  
  .wel-div1{ background: url(../images/malpefish-marine-export-img1.png) no-repeat left -15% top; background-size: 80%; padding-top: 100px; padding-bottom: 100px; color:#000000}
.wel-left1{width: 100%;  margin-left: -1%;}

.wel-right1{width: 53%; text-align: center;  }
.wel-right1 h2{margin: 0; font-size: 45px; font-weight: 400; color:#2a2a2a}
.wel-right1 h1{margin: 0; font-size: 55px; font-weight: 900; color:var(--body-color1); margin-bottom: 10px;}
.wel-right1 h1 span{color:var(--body-color2)}




.read-more{background: var(--body-color2); text-align: center; text-transform: uppercase; font-size: 15px; font-weight: 600; position: relative; overflow: hidden; padding: 5px 40px; display: inline-block; margin-top: 20px; }
.read-more a{text-decoration: none; color:#fff;}

.read1 {
  
  
  color: #fff;
  border: 0.15rem solid transparent; 
  
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.7s ease;
}

.read1:hover {
  color: #3498db;
  border: 0.15rem solid var(--body-color2);
}
.read1:hover a{color:var(--body-color2)}
.read1::after {
  content: "";
  background: #ecf0f1;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}

.read1::after {
  transition: all 0.7s ease;
}
.read1:hover::after {
  transition: all 0.7s ease-out;
}
.read1::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
}

.read1:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}


.wel-div2{background: var(--body-color1); color:#fff; text-align: center; padding-top: 70px; padding-bottom: 70px; }
.wel-div2 h1{margin: 0; font-size: 42px; font-weight: 600; margin-bottom: 10px;}
.wel-mid2{padding-left: 30%; padding-right: 30%;}
.wel-div2 h4{margin: 0; font-size: 18px; font-weight: 400; color:#000; background: #fff; padding: 10px 0;}
.wel-div2 .read-more{background: #000; margin-top: 50px;}

.product-carousel {padding-left: 20px; padding-right: 20px; }
.owl-stage-outer { margin: 0px;  }


	.owl-stage {
		display: flex;
    justify-content: center;
    
	}
	.owl-item {
		display: flex;
    justify-content: center;
    flex: 1 0 auto;
	}



  .product-carousel .owl-prev {
    background: url('../images/left-arrow.png') right center no-repeat !important;
    height: 44px;
    position: absolute;
  top: -20%;
  width: 44px;
  z-index: 1000;
right: 4%;
  cursor: pointer;
  color: transparent;
    /* transform: rotate(-90deg); */
  }
  
  
  .product-carousel .owl-next {
    background: url('../images/left-arrow.png') right center no-repeat;
    height: 44px;
    position: absolute;
  top: -20%;
  width: 44px;
  z-index: 1000;
right: 0%;
  cursor: pointer;
  color: transparent;
    transform: rotate(180deg);
  }

  .wel-prod1{position: relative; overflow: hidden;}

  .wel-prod1 img{-webkit-transition: 0.4s ease;
    transition: 0.4s ease;}
    .wel-prod1:hover img {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }

  .wel-div3{padding-top: 80px; padding-bottom: 80px; background: url(../images/malpefish-marine-export-bg1.jpg) no-repeat; background-size: cover; position: relative; color:#fff}
  .wel-div3::before{content:'';
  position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;

background: linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 12%,transparent 100%);; 

}
.wel-div3 h1{margin: 0; position: relative; z-index: 3; font-size: 40px; font-weight: 600; margin-bottom: 10px;}
.wel-div3 ul{position: relative; z-index: 3; list-style: none;}
.wel-div3 ul li{padding-bottom: 10px; position: relative; padding-left:20px}
.wel-div3 ul li::marker {
 font-size: 30px;
}

/* .wel-div3 ul li::after {content: '\2192'; color: white;
  display: inline-block; font-size: 35px; top: -5px; position: absolute; width: 1em; left: 0; margin-left: 0em ;
  } */

.wel-div3 ul li::before {content: "•"; color: red;
  display: inline-block; font-size: 35px; top: 0px; position: absolute; width: 1em;
  margin-left: -1em}

  .wel-div3 ul li:nth-child(1):before{color: #ed0016;}
  .wel-div3 ul li:nth-child(2):before{color: #d27700;} 
  .wel-div3 ul li:nth-child(3):before{color: #dcb000;} 
  .wel-div3 ul li:nth-child(4):before{color: #b7d200;} 
  .wel-div3 ul li:nth-child(5):before{color: #31da03;} 
  .wel-div3 ul li:nth-child(6):before{color: #03da5e;} 
  .wel-div3 ul li:nth-child(7):before{color: #00937f;} 
  .wel-div3 ul li:nth-child(8):before{color: #00c0a6;}
  .wel-div3 ul li:nth-child(9):before{color: #0085ba;}  
  

  .wel-div4{background: url(../images/malpefish-marine-export-bg2.jpg) no-repeat; background-size: 75% auto; padding-top: 60px; padding-bottom: 60px; color:#fff; padding-left: 15%; }
  .wel-div4 h1{margin: 0; position: relative; z-index: 3; font-size: 40px; font-weight: 700; margin-bottom: 10px;}
  .wel-div4 ul{padding: 0; margin: 0; list-style: none; margin-bottom: 20px; font-weight: 600;}
  .wel-div4 ul li{display: inline-block; text-transform: uppercase; border-right: 1px solid var(--body-color1); padding: 0 5px; line-height: 20px;}
  .wel-div4 ul li:first-child{padding-left: 0;}
  .wel-div4 ul li:last-child{padding-right: 0; border: none;}

.wel-div5{padding-left: 15%; color:#000; border-top: 25px solid var(--body-color1); }
.wel-div5 h1{margin: 0; position: relative; z-index: 3; font-size: 40px; font-weight: 700; margin-bottom: 10px; color:var(--body-color1)}

.wel-div5 .row [class*="col-"] {
  padding: 0;
}
.wel-left5{padding-top: 60px; padding-bottom: 60px;}
.wel-right5{position: relative; }



.video-btn{position: absolute; top:50%; left: 50%; transform:  translateX(-50%) translateY(-50%);}
.video-area{
  background-image: linear-gradient(0deg, #008bc5 0%, #008bc5 60%, #008bc5 100%);
  padding: 200px 0;
}


a.play-btn {
 
  background: #fff;
  color: var(--body-color1);
  border-radius: 50%;

  font-size: 20px;

  left: 0;
  top:0;
  text-align: center;
  --bs-btn-bg: none !important;
}


.ripple {
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 120px;
  height: 120px;
  background-color: rgba(255,255,255, .1);
  margin: auto;
  border-radius: 50%;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* @-webkit-keyframes ripple {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 115, 2, 0.3), 0 0 0 10px rgba(255, 115, 2, 0.3);
          box-shadow: 0 0 0 0 rgba(255, 115, 2, 0.3), 0 0 0 10px rgba(255, 115, 2, 0.3);
}
100% {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 115, 2, 0.3), 0 0 0 30px rgba(9, 94, 130, 0);
          box-shadow: 0 0 0 10px rgba(255, 115, 2, 0.3), 0 0 0 30px rgba(9, 94, 130, 0);
}
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 115, 2, 0.3), 0 0 0 10px rgba(255, 115, 2, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 115, 2, 0.3), 0 0 0 10px rgba(255, 115, 2, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 115, 2, 0.3), 0 0 0 30px rgba(9, 94, 130, 0);
            box-shadow: 0 0 0 10px rgba(255, 115, 2, 0.3), 0 0 0 30px rgba(9, 94, 130, 0);
  }
} */


.wel-div5 .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.wel-div5 .modal-body {
position:relative;
padding:0px;
}
.wel-div5  .btn-close {
position:absolute;
right:-30px;
top:0;
}


.in-about1{padding-top: 60px; padding-bottom: 60px; color:#000}
.in-about1 h1{margin: 0; font-size: 38px; color:var(--body-color1); text-align: center; font-weight: 600; margin-bottom: 20px;}

.in-about1 h3{margin: 0; font-size: 25px; color:var(--body-color1); font-weight: 600; margin-bottom: 20px;}


.in-about2{background: #f3f3f3; padding-top: 60px; padding-bottom: 60px; color:#000}
.in-about2 h1{margin: 0; font-size: 38px; color:var(--body-color1); text-align: center; font-weight: 600; margin-bottom: 20px;}
.in-about2 .wel-mid2{text-align: center; padding-left: 20%; padding-right: 20%;}
.in-about2 .d-flex{column-gap: 10px; margin-top: 20px;}
.in-about2 h3{margin: 0; font-size: 22px; color:var(--body-color1); font-weight: 600; margin-bottom: 0px;}


.in-about3{background: url(../images/malpefish-marine-export-about-bg1.jpg) no-repeat left top #0096cf;  padding-top: 60px; padding-bottom: 60px; color:#fff}
.in-about3 h1{margin: 0; font-size: 38px; color:#fff; text-align: center; font-weight: 600; margin-bottom: 20px;}
.in-about3 .wel-mid2{text-align: center; padding-left: 20%; padding-right: 20%;}
.in-about3 .d-md-flex{column-gap: 15px;}
.in-about3 h3{margin: 0; background: #fff; color:#000; padding: 20px; font-size: 22px; width: 100%; margin-bottom: 15px; text-align: center; font-weight: 600;}


.in-about4{padding-top: 60px; padding-bottom: 60px; color:#000}
.in-about4 h1{margin: 0; font-size: 38px; color:var(--body-color1); text-align: center; font-weight: 600; margin-bottom: 20px;}
.in-about4 .wel-mid2{text-align: center; padding-left: 20%; padding-right: 20%;}
.in-about4 ul{margin: 0; padding: 0; list-style: none;}
.in-about4 ul li{background: url(../images/malpefish-marine-export-li-icon1.png) no-repeat top 8px left; padding-left: 30px; padding-bottom: 5px; font-weight: 600;}
.in-about4 ul li span{font-weight: 300;}
.in-about4 ul ul{margin: 0; padding: 0; list-style: none; }
.in-about4 ul ul li{font-weight: 300; background: none; padding-left: 0;}

.in-product1{padding-top: 60px; padding-bottom: 60px; ccolor:#000}
.in-product1 h4{margin: 0; box-shadow: 0 10px 20px rgba(10, 10, 10,0.1);
  
  padding: 9px 18px 9px 18px;
  background-color: #ffffff;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  color:#03da5e;
  font-size: 17px;
  display: inline-block;
}

.in-product1 h1{margin: 0; font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
  color: var(--body-color1); margin-top: 10px; margin-bottom: 20px;}

  .in-product1 img{border-radius: 10px;}


  .in-product2 {
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;}
    .in-product2 h1 {
      margin: 0;
    
      font-size: 38px;
      color: var(--body-color1);
      text-align: center;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .spec-div1{
      padding:50px 30px;
      border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      border:1px solid #dbdbdb; text-align: center; margin-bottom: 30px;}

      .spec-div1 h3{margin: 0; font-size: 23px; margin-bottom: 10px; font-weight: 600;}
      .spec-div1 h4{margin: 0; font-weight: 400; font-size: 17px; line-height: 28px;}

      .in-product3 {
        background: #0096cf;
        padding-top: 100px;
        padding-bottom: 100px;
        color: #fff;
      }

      .in-product3 h1 {
        margin: 0;
        font-size: 38px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        margin-bottom: 30px;
      }

      .in-product3  .d-md-flex{column-gap: 20px;}

      .in-product3 .style-div1 {
      
       
        background: #fff;
        color: #000;
        padding: 20px 10px;
        
        width: 100%;
        margin-bottom: 15px;
       
      }

      .in-product3 .style-div1 h3{  margin: 0; font-size: 18px;  text-align: center; font-weight: 400; display: flex; column-gap: 10px; align-items: center; line-height: 30px;
        }

        .in-product3 .style-div1 h3 span{font-weight: 600; font-size: 20px;}


        .in-product4{padding-top: 70px; padding-bottom: 70px; color:#000}

        
          .in-product4 h1 {
            margin: 0;
          
            font-size: 38px;
            color: var(--body-color1);
            
            font-weight: 600;
            margin-bottom: 20px;
          }

          .in-product4 h3{margin: 0; font-size: 20px;
            font-weight: 600;
            margin-top: 60px;
            margin-bottom: 10px;
            }
      
            #quoteModal{z-index: 3000;}

            #quoteModal h5{color:var(--body-color2); }

#quoteModal form .form-group {
  margin-top: 15px;
  }
  .pop-right form input.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  #quoteModal form .btn1 {
  color: #fff;
  margin-top: 15px;
  border-radius: 5px !important;
  background: var(--body-color2);
  box-shadow: none !important;
  border: none !important;
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s ease;
  }
  #quoteModal form .btn1:hover{background:var(--body-color1)}


      .row.equal-cols {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      
      .row.equal-cols:before,
      .row.equal-cols:after {
        display: block;
      }
      
      .row.equal-cols > [class*='col-'] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
      
      .row.equal-cols > [class*='col-'] > * {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; 
      }
      

.footer-div {background:url(../images/malpefish-marine-export-footer-bg.jpg) no-repeat right center #000000; color:#fff; padding-top:120px; padding-bottom: 120px;   letter-spacing: 0; font-size: 15px; position: relative; z-index: 2;} 

.foot1{width: 25%;}





.foot-social {
  display: flex;
  column-gap: 10px;
 
}

.foot-social img{ background: transparent;}
.foot-social img:hover{opacity: .5;}

.foot-det{margin-top: 20px;}
.foot-det a{color:#fff}
.foot-det div{margin-bottom: 10px;}
.foot-mail{background: url(../images/malpefish-marine-export-email-icon.png) no-repeat left center; padding-left: 40px;}

.foot-whatsapp{background: url(../images/malpefish-marine-export-whatsapp-icon.png) no-repeat left center; padding-left: 40px;}

.foot-call{background: url(../images/malpefish-marine-export-call-icon.png) no-repeat left center; padding-left: 40px;}

.foot2 h3{margin: 0; font-size: 17px; margin-right: 10px;}

.f-link {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left; margin-top: 5px; letter-spacing: 0; }
  .f-link li {
    display: block; padding-right: 0px; }
    .f-link li a {
      display: block;
      padding: 3px 20px 3px 20px;
      font-size: 14px;
      line-height: 30px;
     font-weight: 600;
   
 
      text-decoration: none;
      /* background: url(../images/footer-arrow.svg) no-repeat center left ; */
      color: #fff;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      position: relative;
       }

       
      .f-link li a:hover {
        color: #fff;
        background-position: center left 5px;}

        

        .f-link li a::before{
          content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #fff;
          transition: 0.5s transform ease;
          transform: scale3d(0,1,1);
          transform-origin: 0 50%;
          transform-origin: 50% 50%;
          background: #fff;
        }
        .f-link li a:hover::before{
          transform: scale3d(1,1,1);
        }
       
.foot-add a{text-decoration: none; color:#fff}

/*Contact*/

.in-contact1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.in-contact1 h1 {
    margin: 0;
    font-size: 20px;
    color: #02da5e;
    font-weight: 600;
    margin-bottom: 20px;
}
.in-contact1 h3 span {
    color: #0088d0;
}
.in-contact1 h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    color: var(--body-color2);
    font-weight: 600;padding-bottom: 25px;
}
.cont-ad.d-flex {
    column-gap: 20px;
}
.cont-ad {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    margin-top: 20px;
    padding: 20px;
}

.con-icon {
    text-align: center;
    background-color: var(--body-color2);
    font-size: 20px;
    color: #ffffff;
    border-radius: 0px;
    height: 59px;
    width: 61px;
    line-height: 3.1;border-radius: 25px 0 25px 0;
}
.con-det h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--body-color1);
}
.con-det a{color: #6f6f6f;}

.in-contact1 h2 {
    margin: 0;
    font-size: 30px;
    color: var(--body-color2);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.form2 input.form-control {
    display: block;
    width: 100%;
    padding: 11px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form2 .form-group {
    margin-bottom: 15px;
}
.form2 .btn1 {
    color: #fff;
    margin-top: 15px;
    border-radius: 5px !important;
    background: var(--body-color1);
    box-shadow: none !important;
    border: none !important;
    padding: 5px 20px;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease;
}
.form2 .btn1:hover {
    background: var(--body-color2);
}

.con-right{padding: 10px 50px;}
.cnt{padding-top: 25px;}








.icon-effect {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.icon-effect > li {
  display: inline;
  margin-right: 20px;
  padding: 0;
}
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  color: #f1f1f1;
  line-height: 38px;
  text-align: center;
  background-color: #1b2026;
  border: 1px solid #fff;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
.icon-effect .icon {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /* box-shadow: 0 0 0 4px #f1f1f1; */
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
  
}
.icon-effect-1a .icon:hover {
  background-color: var(--body-color1);
  color: #fff;
  border: 1px solid transparent;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}





        
        
        









.copy-div {
 
  font-size: 14px; 

 
  padding-top: 10px;
  padding-bottom: 10px;
  
  color: #fff;
  border-top: 1px solid #355074;
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: #fff; }
  .copy-div a:hover {
    color: #3886d2; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

      .copy-div1{ padding-top:15px;
        padding-bottom: 15px;}


.call-div{display: none;
  bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  background: var(--body-color2);
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;}
  .call-div a {
    color: #fff; } 


    @media(max-width:1301px)
    {
      .dropdown-menu {
        min-width: 205px;
      }

     
    }

    @media(max-width:1201px)
    {
      .wel-mid2 {
        padding-left: 20%;
        padding-right: 20%;
      }
      .product-carousel .owl-prev{right: 5%;}
      .wel-div4 h1{font-size: 34px;}
      .wel-div4 ul{font-size: 12px;}
      .wel-right1 h1{font-size: 45px;}
      .wel-div4{background-size: cover;}
      .in-about2 h3{font-size: 18px;}
      .in-about3 h3{font-size: 18px;}
     

    }

  

    @media(max-width:1025px)
    {
      .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 10px 19px;}
    }

    @media(max-width:991px)
    {

      .navbar-toggler {
        position: fixed;
        top: 10px;
        right: 10px;
        background-color: var(--body-color1);
        --bs-navbar-toggler-icon-bg: url("../images/hamburger-icon.svg");
      }
      .menu-div .navbar-light .navbar-nav .nav-item .nav-link{background-image: none; color:#fff; text-align: left;}  
      .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
        background-image: none; color:#fff ; background: var(--body-color2);
      }
      /* .menu-div .navbar-light .navbar-nav .nav-item .nav-link::before,    .menu-div .navbar-light .navbar-nav .nav-item .nav-link::after{content: none; border-bottom: none;} */



      .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link.dropdown-toggle, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link.dropdown-toggle {
        color: #fff;
      }
      .offcanvas.offcanvas-top{background-image: linear-gradient(to top, var(--body-color1) 0%, var(--body-color1) 100%);  margin-top: 0;}
      .logo-div{width: 100%; margin-bottom: 20px;}
      .logo-div img{margin-left: auto; margin-right: auto; }
      #hm.sticky .top-div1{padding-top: 0; padding-bottom: 0;}
      #hm.sticky .logo-div{margin-top: 5px; margin-bottom: 5px;}
      #hm.sticky .logo-div img {
        width: 10%; padding-top: 0; }
        .free-quote{margin-bottom: 20px;}
        #hm.sticky .free-quote{display: none;}
 

        .wel-right1 h1 {
          font-size: 35px;
        }
        .product-carousel .owl-prev, .product-carousel .owl-next{top:-25%}
   
        .wel-div4{padding-left: 2%;}
        .wel-div5{padding-left: 2%;}
        .product-carousel .owl-prev {
          right: 7%;
        }
        
    }
@media(max-width:801px)
{
 

}


    @media(max-width:769px){

      
      
      .banner-div1 .carousel-control-prev{background-image: url(../images/banner-arrow-left1.png); width: 4%;}
  .banner-div1 .carousel-control-next{background-image: url(../images/banner-arrow-right1.png); width: 8%;}
.wel-div1{text-align: center;}
  .wel-img{display: inline-block; margin-bottom: 20px;}
  .wel-div1 h1, .wel-div2 h1{font-size: 34px; margin-bottom: 10px; line-height: 40px;}
  
  .logo-div img {
    width: 20%;margin-top: -12px;
  }
  #hm.sticky .logo-div{margin-bottom: 0;}
  #hm.sticky .logo-div img {
    width: 20%; }
    #hm.sticky .free-quote{display: none;}
    .copy-div{margin-bottom: 0px; text-align: center;}
.call-div {
  display: block !important;
   }

   .wel-right1 {
    width: 100%;}
    .wel-div1{background-size: cover; background-position: left top; position: relative; color:#fff;}
    .wel-div1 h1,  .wel-div1 p, .wel-div1 h2{position: relative; z-index: 2;}

    .wel-div1::before{position: absolute;
    content: '';
  background: rgba(0,0,0,.5);
width: 100%;
height: 100%;
top: 0;
left: 0;

}

.wel-right1 h1{color: #5cb1d2;}
.wel-right1 h1 span {
  color: #24c2fe;
}
.wel-right1 h2{font-size: 35px;}
.wel-div1 h2{color:#fff}
.wel-div2 h1 {
  font-size: 30px;}
.wel-mid2 {
  padding-left: 10%;
  padding-right: 10%;
}
.wel-div3{text-align: center;}
.wel-div3 h1{font-size: 30px;}
.wel-div3 ul{margin: 0; padding: 0; margin-left: -40px;}
.wel-div3 ul li{  margin-right: 0;}
.wel-div4{text-align: center;}
.wel-div5{text-align: center; padding-left: 0;}
.wel-left5{padding-left: 2%; padding-right: 2%;}
.product-carousel .owl-prev {
  right: 14%;
}
.wel-div3 ul li::before, .wel-div3 ul li::after{width: auto; margin-left: 0; position: relative; top:5px}
.wel-div3 ul li::after{content: none;}

.in-about1{text-align: center;}
.in-about1 h3{margin-top: 20px;}
.in-about2 .wel-mid2, .in-about3 .wel-mid2, .in-about4 .wel-mid2{padding-left: 0; padding-right: 0;}
.in-about4 h1{font-size: 28px;}

.footer-div{padding-top: 30px; padding-bottom: 30px; margin-bottom: 0px;}


   .foot1 {
    width: 100%;
  }
  .f-link{text-align: center; margin-top: -10px;}
  .f-link li{display: inline-block;}

.foot-logo img{margin-left: auto; margin-right: auto;}
.footer-div{text-align: center;}
.foot-mail, .foot-whatsapp, .foot-call{display: inline-block; margin-right: 20px;}


.ins-div1, .ins-div2{text-align: center;}
   .ins-div1 h1{font-size: 34px; margin-bottom: 10px; line-height: 40px;}
   
   .contact-div2{margin: 0; padding: 10px; text-align: center; padding-bottom: 100px;}

   .testi-carousel{padding-left: 0; padding-right: 0;}

.in-product1{text-align: center;}
.in-product1 h1{font-size: 30px;}
.in-product1 img{margin-top: 30px; margin-left: auto; margin-right: auto; }
.in-product2 h1, .in-product3 h1, .in-product4 h1{font-size: 28px;}
.spec-div1{padding: 30px;}
.in-product4{text-align: center;}
.in-product4 h1{margin-top: 20px;}
.in-product4 h3{margin-top: 20px;}
.in-contact1 h1{text-align: center;}
.in-contact1 h3{text-align: center;}
.dropdown-menu.columns-2{min-width: 0%;}
.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu
{width: 100%;}




/* .dropdown .dropdown-menu{height: 0;}
.dropdown:hover .dropdown-menu{height: inherit;} */


} 

/* .dropdown .dropdown-menu{display: none;} */

@media(max-width:576px)
{
  
  .copy-div{font-size: 13px;}
  #hm.sticky .logo-div img {
    width: 25%;padding-top: 10px;
        padding-bottom: 6px;
  }

  .banner-div1 .carousel-control-prev{background-image: url(../images/banner-arrow-left1.png); width: 8%;}
  .banner-div1 .carousel-control-next{background-image: url(../images/banner-arrow-right1.png); width: 8%;}
  .service-carousel{padding-left: 20px; padding-right:20px;}
.testi-carousel{padding-left: 20px !important; padding-right: 20px !important;}
.con-right {
    padding: 10px 0px;
}
}




