body { 
  margin: 0; 
  font-family: Arial, sans-serif; 
  background: #fafcff; 
}

/* Base styles */
.container {
max-width: 1200px !important;
margin: 0 auto;
padding: 0 24px;
}
.topbar_section{
  background-color: #d0d0d0;
}
.menubar_section{
  background-color: #003861;
}
.topbar {
display: flex;
justify-content: space-between;
align-items: center;

padding: 10px 0;
font-family: Arial, sans-serif;
font-size: 14px;
}

.topbar .left,
.topbar .center,
.topbar .right {
flex: 1;
text-align: center;
}

.topbar .left {
  text-align: left;
}

.topbar .right {
text-align: right;
}

.topbar i {
margin-right: 10px;
font-size: 18px;
color: #ff1414;
}
 

  .topbar div {
    flex: 1 1 100%;
    text-align: center;
    padding: 5px 0;
}


.dropdown-arrow {
  transition: transform 0.3s ease;
}
.nav-item.dropdown.show .dropdown-arrow {
  transform: rotate(180deg);
}
.ms-1 {
  margin-left: .4rem !important;
  margin-top: .4rem !important;
}

/* logo bar css start*/

.header-bar {
    background-color: #ffffff;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

.header-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
}

.header-bar .logo img {
    height: 85px;
    max-width: 100%;
}

.header-bar .contact-info {
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.header-bar .contact-info i {
    margin-right: 5px;
    color: #ff1414;
    font-size: 16px;
}








.logo {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    max-height: 85px !important; /* Set a max height for large screens */
    padding-top: 0px !important;
    margin-top: 0px !important;
}


  .d-inline-block {
  display: inline-block !important;
  width: 200px !important;
}

  .navbar {
      position: sticky;
      top: 0;
      z-index: 1030;
      background-color: #0044a300 !important;
    }

    .navbar-brand,
    .nav-link {
      color: white !important;
      position: relative;
      transition: color 0.3s ease;
    }

    .nav-link:hover,
    .nav-link.active {
      color: #ff1414 !important;
    }
    .nav-item{
      padding-right: 36px;
    }
    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 2px;
      background: #ff1414;
      transition: width 0.3s ease;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
      width: 100%;
    }

    .dropdown-menu {
      background-color: #374151;
      border-left: 2px solid #ff1414;
      display: none;
      margin-top: 0;
      animation: fadeIn 0.3s ease-in-out;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
      border-left: 2px solid #fff;
    }



 



    /**/
    /* Add this to your existing <style> block */

    .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0em !important;
    border-right: 0em !important;
    border-bottom: 0em;
    border-left: 0em !important;
}





.dropdown-item {
  color: white;
  padding: 10px 20px;
  position: relative;
  transition: background 0.3s, color 0.3s;
}

.dropdown-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #ff1414;
  transition: width 0.3s ease;
}

.dropdown-item:hover {
  background-color: #ff1414;
  color: #ff1414;
}

.dropdown-item:hover::after {
  width: 100%;
  color: #ff1414;
}


    /**/














    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .navbar-toggler {
      border-color: rgb(170, 8, 8);
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
    }


/* menubar css end*/


/*slider css start*/

/* Base styles */
.slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 1rem;
  animation: fadeInUp 1s ease;
  width: 60%;
}

.slogan {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #023e8a;
  width: 100%;
  color: #ffffff; /* Heading text color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Shadow for depth */
}

.dialogue {
  font-size: 18px;
  margin-bottom: 1.5rem;
    color: #ffffff; /* Heading text color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Shadow for depth */
}

.btn {
  font-size: 1rem;
  padding: 10px 30px 14px !important;
  background-color: #003861 !important;
  color: #ffffff !important;
}

.btn:hover {
  font-size: 1rem;
  padding: 10px 30px 14px !important;
  background-color: #ff1414 !important;
  color: #ffffff !important;
}

/* Prev/Next arrows */
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ff141471;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  z-index: 2;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-prev:hover,
.slider-next:hover {
  background: #ff1414b9;
}

.slider-prev { left: 1rem; }
.slider-next { right: 1rem; }

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

/* slider css end*/

 }


/* welcome section one css start */

  /* CSS for welcome section */
.welcome-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f4f4f4;
    position: relative;
}

.welcome-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    transition: all 1s ease-in-out;
    margin-top: 50px;
    margin-bottom: 50px;
}

.welcome-text {
    width: 50%;
    animation: slideLeft 1s ease-in-out;
}
.para_title{
  font-size: 50px;
  font-weight: 700;
  color: #003861;
  font-family: 'Quicksand', sans-serif;
}
.section-title{
  font-size: 42px;
  font-weight: 700;
  color: #003861;
  font-family: 'Quicksand', sans-serif;
  padding-bottom: 30px;
}
.para_sub_title{
  font-size: 20px;
  font-weight: 300;
  color: #ff1414;
}

.main-heading {
  font-size: 56px;
  font-weight: 900;
  color: #003861;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 10px;
  font-family: 'Quicksand', sans-serif;
}

.sub-heading {
  font-size: 16px;
  color: #ff1414;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;

}

.message {
  font-size: 17px;
  color: #000;
  margin-top: 20px;
  line-height: 30px;
  text-align: justify;
}

.welcome-image {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    animation: slideRight 1s ease-in-out;
}

.welcome-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* welcome section one css end */


/* three image one section css start*/
.three-image{
  background-color: #d0d0d0;
  text-align: center;
  padding: 100px 0px;
}

.three-image-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
  }

  .three-image-section .section-title {

    margin-bottom: 60px;

    font-size: 50px;
    font-weight: 700;
    color: #003861;
    font-family: 'Quicksand', sans-serif;

  }

  .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .export-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    transition: transform 0.3s;
  }

  .export-card:hover {
    transform: translateY(-5px);
  }

  .export-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .export-card h3 {
    font-size: 1.3rem;
    margin: 15px 0 5px;
  }

  .export-card p {
    padding: 0 15px 15px;
    font-size: 0.95rem;
    color: #555;
  }


/* three image one section css end*/






/*  marquee css start  */


.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding: 50px 0px 70px;
  }

  .marquee-content {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .marquee-track {
    display: flex;
    animation: scroll 15s linear infinite;
    width: max-content;
  }

  .marquee-track img {
    height: 60px;
    margin: 0px 55px;
    transition: transform 0.3s ease;
  }

  .marquee-track img:hover {
    transform: scale(1.1);
  }

  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

/*  marquee css end  */




/* welcome two css end*/
main { 
  padding: 24px 20px; 
  min-height: 300px; 
}
.footer { 
  background: #0077b6; 
  color: #fff; 
  text-align: center; 
  padding: 12px; 
  margin-top: 32px; 
}
section { 
  max-width: 1200px; 
  margin: 0 auto; 
}
.gallery { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 10px; 
  justify-content: center; 
}
.gallery img { 
  width: 180px; 
  height: 120px; 
  object-fit: cover; 
  border-radius: 7px; 
  border: 2px solid #e0e0e0; 
}
.appointment-form, .contact-form { 
  display: flex; 
  flex-direction: column; 
  max-width: 370px; 
  gap: 10px; 
}
input, textarea, select { 
  padding: 10px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
 }
button { 
  background: #0077b6; 
  color: #fff; 
  border: none; 
  padding: 10px; 
  border-radius: 4px; 
  cursor: pointer; 
  transition: background 0.2s; 
}
button:hover { 
  background: #023e8a; 
}


.contact-info {
    display: flex;
    gap: 30px; /* space between phone and email blocks */
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    flex-wrap: wrap; /* allows wrapping on smaller devices */
}

.contact-info .item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-round {
  display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #003861;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    padding-left: 4px;
}



/*  contact one css start */
  .contactOne-section {
        padding: 40px 20px;
        text-align: center;
        background: #f9f9f9;
    }

    .contactOne-subtitle {
        color: #00AEEF;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contactOne-title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .contactOne-cards {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 70px;
        padding-bottom: 70px;
    }

    .contactOne-card {
    display: flex;
    padding: 50px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e1e1e1;
    border: 1px solid #b7b7b7;
    box-shadow: 0 0 9px 0 rgba(48, 48, 48, 0.44);
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    width: 33%;

        box-sizing: border-box;
        transition: box-shadow 0.3s ease;
    }

    .contactOne-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .contactOne-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 20px;
      background: #ff1414;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #002946;
    }

    .contactOne-icon img {
        width: 30px;
        height: 30px;
    }

    .contactOne-card-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px;
      font-family: jost;
      letter-spacing: .5px;
    }

    .contactOne-card-text {
      font-size: 16px;
      color: #555;
      font-family: jost;
    }


/*  contact one css start */

    .all_icon{
      font-size: 28px;
    }











/* cirsor css start*/

.circle-logo-container {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  z-index: 1100;
  pointer-events: none;
}

.rotating-text-circle {
  width: 100%;
  height: 100%;
  animation: rotateText 20s linear infinite;
  filter: drop-shadow(0 0 6px rgba(37, 37, 37, 0.767));
}

@keyframes rotateText {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.logo-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 8%;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  backdrop-filter: blur(6px);
}

.logo-center img {
  width: 100px;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
}


/*carsor css end*/




/* Footer one Styles css start*/
/* Footer Styling */
.footer {
    background-color: #011b3c;
    color: #fff;
    padding: 80px 0px 40px;
}

.footer .container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-content {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    grid-template-columns: 2fr .5fr 2fr 2fr;
}

.footer .footer-content div {
    flex: 1;
    min-width: 200px;
    text-align: left;
    padding-bottom: 12px;
}
.footer_title{
  font-size: 26px;
  font-weight: 500;
  color: #ff1414;
}
.footer .footer-content h4 {
    margin-bottom: 15px;
    font-size: 24px;
}

.footer .footer-content .footer-logo {
    display: block;
    margin: 10px auto;
    width: 170px; /* You can adjust the width of the logo */
    height: auto;
}

.footer .footer-content p {
    font-size: 14px;
    text-align: justify;
}

.footer .footer-content ul {
    list-style-type: none;
    padding-left: 0;
}

.footer .footer-content ul li {
    margin: 10px 0;
}

.footer .footer-content ul li a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-content .instagram-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 10px;
}

.footer .footer-content .instagram-images img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.footer .footer-contact address {
    font-style: normal;
}

.footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer .footer-bottom .social-media a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
}

.footer .footer-bottom .payment-methods img {
    margin: 0 10px;
    width: 50px;
    height: auto;
}

.footer_title ul li a {
    text-decoration: none;
    color: #ddd;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer_title ul li a:hover {
    color: #f39c12;
}


.footer i {
  margin-right: 10px;
  font-size: 18px;
  color: #ff1414;
}
/* Footer one Styles css end*/









/* General Footer Styling */
/* General Styles */


/* Footer Styles */
footer {
    background: url("assets/img/777.png") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 10px;
    position: relative;
    background-color: #011b3c;

}

/* Footer Container */
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.footer-logo,
.footer-links,
.footer-contact,
.footer-newsletter {
    width: 53%;
    margin-bottom: 20px;
}

.footer-logo h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.footer-logo p {
    font-size: 14px;
    line-height: 1.5;
}






.social-icons a {
    margin-right: 10px;
}

.social-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

/* Hover effect for social icons */
.social-icons a:hover img {
    transform: scale(1.2);
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin-bottom: 8px;
}

ul li a {
    text-decoration: none;
    color: #ddd;
    font-size: 16px;
    transition: color 0.3s ease;
}

ul li a:hover {
    color: #ff1414 !important;
}

.footer-contact p {
    font-size: 14px;
}

.footer-newsletter form {
    display: flex;
    justify-content: space-between;
}

.footer-newsletter input {
    padding: 10px;
    width: 70%;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.footer-newsletter input:focus {
    outline: none;
    border: 2px solid #f39c12;
}

.footer-newsletter button {
    padding: 10px;
    background-color: #f39c12;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.footer-newsletter button:hover {
    background-color: #e67e22;
}






/* footer section css end */




/* copyright section css start */

.footer-copyright{
  background-color: #001024;
  padding: 20px;
  text-align: center;
  color: #ccc;
}
.copy_right{
  text-decoration: none;
  color: #960101;
}

/* copyright section css end */







/* banner css start*/

.banner-full {
  width: auto;
  height: 300px;
  background-image: url('../img/banner-one-seven.png'); /* Change path as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  background-image: url('assets/img/banner-one-seven.png'); /* Change path as needed */;
  padding: 20px;
  
  border-radius: 10px;
}
.banner_head{

}
.banner_para{

}
/* banner css end*/

/* about us banner css start*/

.about_banner {
  width: auto;
  height: 300px;
  background-image: url('../img/banner-about.png'); /* Change path as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  background-image: url('assets/img/banner-about.png'); /* Change path as needed */;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}

/* about us banner css end*/

/* owner banner css start*/

.owner_banner {
  width: auto;
  height: 300px;
  background-image: url('../img/banner_owner_two.png'); /* Change path as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  background-image: url('assets/img/banner-one-seven.png'); /* Change path as needed */;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}

/* owner banner css end*/

/* contact banner css start*/

.contact_banner {
  width: auto;
  height: 300px;
  background-image: url('../img/banner_contact.png'); /* Change path as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  background-image: url('assets/img/banner_contact.png'); /* Change path as needed */;
  padding: 20px;
  color: #960101;
  border-radius: 10px;
}
.banner_head{
  color: #003861;
  font-size: 62px;
  font-weight: 600;
}
.banner_para{
  color: #ff1414;
  text-transform: uppercase;
  font-weight: 500;
}
/* contact banner css end*/

/* Fresh Vegetables banner css start*/

.fv_banner {
  width: auto;
  height: 300px;
  background-image: url('../img/banner_vegetable.png'); /* Change path as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  background-image: url('assets/img/banner-one-seven.png'); /* Change path as needed */;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}

/* Fresh Vegetables banner css end*/

/* Premium Seafood banner css start*/

.ps_banner {
  width: auto;
  height: 300px;
  background-image: url('../img/banner-premium_seafood.png'); /* Change path as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  background-image: url('assets/img/banner-one-seven.png'); /* Change path as needed */;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}

/* Premium Seafood banner css end*/


/* Seasonal Fruits banner css start*/

.sf_banner {
  width: auto;
  height: 300px;
  background-image: url('../img/banner_seasonal_fruits.png'); /* Change path as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  background-image: url('assets/img/banner-one-seven.png'); /* Change path as needed */;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}

/* Seasonal Fruits banner css end*/




/* about Us One page css start */

.about-section {
    padding: 40px 20px;
    background: #f7f8fb;
  }
  .about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .about-left, .about-right {
    flex: 1 1 45%;
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.7s ease-out;
  }
  .about-left.slide-in,
  .about-right.slide-in {
    transform: translateX(0);
    opacity: 1;
  }
  .about-left {
    transform: translateX(-80px);
  }
  .about-left small {
  text-transform: uppercase;
  color: #fe2006;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: none;

  }
  .about-left h2 {
  font-size: 42px;
  margin: 10px 0px 32px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 48px;
  width: 86%;
  }
  .about-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .about-point .icon {
    display: flex;
    background: #fdbb3e;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    padding: 8px 8px;
    margin-right: 15px;
    line-height: 1;
  }
  .about-point .icon {
  background: #d9d9d9;
  color: #ff1414;
  width: 10%;
}

  .about-point .text strong {
   display: block;
   font-size: 22px;
   color: #003861;
   margin-bottom: 5px;
   font-weight: 600;
  }
  .about-point .text p {
    color: #262626;
    font-size: 17px;
    line-height: 20px;
  }
  .about-right img {
    width: 80%;
    
    display: block;
  }






/* about us one page css end */



/* about us three css start */

.about-three-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
  }

  .about-three-text, .about-three-img_one {
    flex: 1 1 45%;
    padding: 20px;
    box-sizing: border-box;
    text-align: right;
  }
    .about-three-text, .about-three-img_two {
    flex: 1 1 45%;
    padding: 20px;
    box-sizing: border-box;

  }
  .about-three-text h2 {
    font-size: 42px;
    margin: 10px 0px 32px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 48px;
    width: 86%;
    text-align: left;
  }

  .about-three-text h4 {
    color: #fe2006;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: none;
    text-align: left;
  }

  .about-three-text p {
    font-size: 17px;
    line-height: 1.6;
    color: #141414;
    text-align: justify;
  }

  .about-three-image img {
    width: 75%;
    height: auto;
   
  }
  .about-three-img_one img {
    width: 85%;
    height: auto;
   
  }
    .about-three-img_two img {
    width: 85%;
    height: auto;
   
  }


/* about us three css end */



 /* 320px - 500px */

@media (min-width: 320px) and (max-width: 500px) {
  

.header-bar .logo img {
  height: 66px;
  max-width: 100%;
}

  .contact-info{
    display: none;
  }
  .main-heading {
    margin-top: 40px;
    margin-bottom: 10px;
  }
             .navbar-toggler{
        background-color: rgb(223, 223, 223) !important;
        color: #3330;
      }

      .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      background-image: var(--bs-navbar-toggler-icon-bg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
    }
      

      .section-title {
      font-size: 26px;
      font-weight: 700;
      padding-bottom: 0px;
    }
      .three-image {
      background-color: #d0d0d0;
      text-align: center;
      padding: 40px 0px;
    }
    .welcome-content {
     
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .slide-content {
      width: 100%;
    }

  .slider {
    height: 60vh;
  }
  .slogan {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #023e8a;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }

    .btn {
      font-size: 16px;
      padding: 10px 12px 14px !important;
      background-color: #003861 !important;
      color: #ffffff !important;
    }
    .btn:hover {
      font-size: 16px;
      padding: 10px 12px 14px !important;
      background-color: #ff1414 !important;
      color: #ffffff !important;
    }

    .main-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .dialogue {
    font-size: 15px;
    width: 100%;
    line-height: 20px;
  }

  .gallery img { 
    width: 90px; 
    height: 70px; 
  }

  .topbar {
  flex-direction: column;
  text-align: center;
  }

  .topbar .left,
  .topbar .center,
  .topbar .right {
  text-align: center;
  margin-bottom: 5px;
  }


 

    .header-bar .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-bar .contact-info {
        margin-top: 10px;
        text-align: center;
    }

    /* menubar css start*/
    .logo {
        width: 150px !important;
      }

      ul.nav-links li a,
      ul.nav-links li span {
        padding: 8px 10px;
      }
    /* menubar css end*/



      /*about css start*/
      .about-three-section {
        display: grid;
        padding: 0px;
        align-items: center;
        justify-content: space-between;
        grid-template-columns: 1fr;
      }
      .about-three-text, .about-three-img_two {
      flex: 1 1 45%;
      padding: 20px 0px;
      box-sizing: border-box;
      width: 100%;
    }
      .about-section {
        padding: 0px 10px;
        background: #f7f8fb;
      }

      .about-left h2 {
        font-size: 28px;
        margin: 10px 0px 10px;
        color: #1e1e1e;
        font-weight: 600;
        line-height: 31px;
        width: 100%;
      }

      .about-right img {
        width: 100%;
        display: block;
      }
      /*about css end*/

      /* welcome one css start */






      /* 320px–500px: small phones */
       
    .welcome-content {
      flex-direction: column;
      align-items: center;
    }

    .welcome-text {
      width: 100%;
      text-align: center;
    }

    .welcome-image {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .welcome-image img {
        width: 100%;
        border-radius: 10px;
    }

      /* welcome one css end */




   /* banner css start*/ 
    .banner-text h1 {
    font-size: 20px;
    }
    .banner-text p {
    font-size: 14px;
    }

    /* banner css end*/




  /* three image one section css start*/

    .three-image-section .section-title {
      font-size: 1.5rem;
    }

    .export-card {
      max-width: 100%;
    }

  /* three image one section css end*/



    /* marquee css start */
    .marquee-wrapper{
      display: unset;
    }


    /* marquee css end */








    .footer-container {
    flex-direction: column;
     align-items: center;
    }

    .footer-logo,
    .footer-links,
    .footer-contact,
    .footer-newsletter {
        width: 100%;
        text-align: center;
    }

    .footer-logo h3 {
        font-size: 20px;
    }

    .footer-logo p {
        font-size: 12px;
    }

    .social-icons a {
        margin-right: 15px;
    }

    .footer-newsletter form {
        flex-direction: column;
        align-items: center;
    }

    .footer-newsletter input {
        width: 80%;
        margin-bottom: 10px;
    }

    .footer-newsletter button {
        width: 80%;
    }




      /* Footer one Styles css start*/

    .footer .footer-content {
        flex-direction: column;
        text-align: center;
        grid-template-columns: 2fr;
    }

    .footer .footer-content h4 {
        font-size: 16px;
    }

    .footer .footer-content ul li {
        font-size: 12px;
    }

    .footer .footer-bottom {
        text-align: center;
    }

    .footer .footer-bottom .social-media a {
        margin: 5px;
    }

    .footer .footer-bottom .payment-methods img {
        width: 40px;
    }

    /* Footer one Styles css end*/

    .para_title{
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    color: #003861;
    font-family: 'Quicksand', sans-serif;
  }


    /* about Us One page css start */
      .about-three-img_one img {
        width: 100%;
        height: auto;
      }
        .about-three-img_two img {
        width: 100%;
        height: auto;
        padding: 0px !important;
      }
        .about-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
      }
      .about-wrapper p{
      text-align: justify;
    }
        .about-three-text h2 {
      font-size: 32px;
      margin: 0px 0px 20px;
      color: #1e1e1e;
      font-weight: 600;
      line-height: 36px;
      width: 100%;
      text-align: left;
    }
    .about-three-img_two {
      flex: 1 1 45%;
      padding: 0px 0px;
      box-sizing: border-box;
      width: 100%;
      text-align: center;
    }

    .welcome-heading{
      text-align: justify;
    }




        .about-three-img_one {
        flex: 1 1 45%;
        padding: 0px;
        box-sizing: border-box;
        text-align: right;
      }

    .about-point {
      flex-direction: column;
    }
    .about-point .icon {
      margin-bottom: 10px;
    }


  /* about us one page css end */



  /* about us three css start */

    .about-three-text h2 { font-size: 20px; }
    .about-three-text h4 { font-size: 16px; }
    .about-three-text p { font-size: 14px; }

    /* about us three css end */




    /*  contact one css start */

    .contactOne-title {
            font-size: 22px;
        }

        .contactOne-cards {
            flex-direction: column;
            align-items: center;
        }

        .contactOne-card {
          display: flex;
          padding: 30px 20px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background-color: #e1e1e1;
          border: 1px solid #b7b7b7;
          width: 100%;
          box-sizing: border-box;
          transition: box-shadow 0.3s ease;
        }

        .contactOne-cards {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          gap: 30px;
          padding-bottom: 0px;
        }

    /*  contact one css start */










}



@media (min-width: 501px) and (max-width: 767px) {
  .logobar h1 { 
    font-size: 18px;
   }
  .menubar a { 
    padding: 10px 8px; 
    font-size: 15px; 
  }
  .gallery img { 
    width: 110px; 
    height: 80px; 
  }

.topbar div {
  flex: 1 1 auto;
  text-align: left;
  }

  .topbar {
  flex-direction: column;
  text-align: center;
  }

  .topbar .left,
  .topbar .center,
  .topbar .right {
  text-align: center;
  margin-bottom: 5px;
  }

  .header-bar .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-bar .contact-info {
        margin-top: 10px;
        text-align: center;
    }
      .navbar-toggler{
        background-color: rgb(223, 223, 223) !important;
        color: #3330;
      }

      .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      background-image: var(--bs-navbar-toggler-icon-bg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
    }

    /* menubar css start*/
    nav.menubar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
      }

      .logo {
        margin-bottom: 0;
      }

      nav.menubar ul {
        flex-direction: row;
        width: auto;
        gap: 15px;
      }

      nav.menubar li {
        width: auto;
      }

      .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 160px;
      }
    /* menubar css end*/

      /*slider css start*/
      .slider {
    height: 65vh;
  }

  .slide-content {
    width: 100%;
  }


  .main-heading {
    font-size: 36px;
    margin-top: 50px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .welcome-content {
    
    margin-top: 0px;
    margin-bottom: 0px;
  }
   .welcome-heading{
      text-align: justify;
    }

  .para_title {
    font-size: 30px;
    line-height: 30px;
  }
   .welcome-image img {
    width: 100%;
    border-radius: 10px;
  }
  .section-title {
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .three-image {
    padding: 50px 0px;
  }

  .slogan {
    font-size: 34px;
    line-height: 34px;
    
  }
  .dialogue {
    font-size: 1.1rem;
  }

  /*slider css end*/


 /* marquee css start */
    .marquee-wrapper{
      display: unset;
    }


    /* marquee css end */

    /* welcome one css start */

        .welcome-content {
        flex-direction: column;
        align-items: center;
    }

    .welcome-text {
        width: 100%;
        text-align: center;
    }

    .welcome-image {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .welcome-image img {
        width: 100%;
        border-radius: 10px;
    }




      /* welcome one css end */

  /* three image one section css start*/

    .export-card {
      max-width: 80%;
    }

  /* three image one section css end*/



    /* marquee css start */


    .marquee-track img {
      height: 45px;
      margin: 0 20px;
    }

    /* marquee css end */




  /* banner css start*/ 
  .banner-text h1 {
  font-size: 26px;
   }
  .banner-text p {
  font-size: 16px;
  }

   /* banner css end*/

    .footer-container {
    flex-direction: row;
    justify-content: space-between;
    }

    .footer-logo,
    .footer-links,
    .footer-contact,
    .footer-newsletter {
        width: 48%;
        text-align: left;
    }

    .footer-logo h3 {
        font-size: 22px;
    }

    .footer-logo p {
        font-size: 13px;
    }

    .footer-newsletter form {
        flex-direction: row;
    }

    .footer-newsletter input {
        width: 70%;
    }

    .footer-newsletter button {
        width: 25%;
    }



      /* Footer one Styles css start*/
      .footer .footer-content  {
        display: flex;
        flex-direction: row;
    justify-content: space-between;
    }
   
    .footer .footer-content .instagram-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer .footer-bottom {
        flex-direction: column;
    }

    .footer .footer-bottom .social-media a {
        margin: 5px;
    }

    /* Footer one Styles css end*/



    /* about Us One page css start */

    .about-left h2 {
      font-size: 22px;
    }
    .about-point .text strong {
      font-size: 15px;
    }
    .about-three-text h2 {
      font-size: 32px;
      margin: 0px 0px 20px;
      color: #1e1e1e;
      font-weight: 600;
      line-height: 36px;
      width: 100%;
      text-align: left;
    }
    .about-three-img_two {
      flex: 1 1 45%;
      padding: 0px 0px;
      box-sizing: border-box;
      width: 100%;
      text-align: center;
    }
    .about-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
    }
    .about-wrapper p{
      text-align: justify;
    }
    .about-three-img_one img {
      width: 100%;
      height: auto;
    }

  /* about us one page css end */
       .about-left h2 {
        font-size: 22px;
        line-height: 28px;
      }
      .about-right img {
        width: 100%;
        display: block;
      }
      /* about us three css start */
      /* contact us css start */
        .contactOne-card {
          display: flex;
          padding: 50px 60px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background-color: #e1e1e1;
          border: 1px solid #b7b7b7;
          box-shadow: 0 0 9px 0 rgba(48, 48, 48, 0.44);
          width: 80%;
          box-sizing: border-box;
          transition: box-shadow 0.3s ease;
        }
      /* contact us css end */
    .about-three-section {
      flex-direction: column;
    }
    .about-three-text, .about-three-image {
      flex: 1 1 100%;
      padding: 10px;
    }

    /* about us three css end */

    /*  contact one css start */

    .contactOne-cards {
            justify-content: center;
        }
    .contactOne-cards {
            flex-direction: column;
            align-items: center;
        }

    /*  contact one css end */  


}



@media (min-width: 768px) and (max-width: 990px) {

  .topbar {
  font-size: 14px;
  }
  .topbar div {
  flex: 1;
  }
  .topbar {
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  }

  .topbar .left,
  .topbar .center,
  .topbar .right {
  flex: 1 1 100%;
  text-align: center;
  margin: 3px 0;
  }


  .header-bar .container {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .header-bar .logo,
    .header-bar .contact-info {
        flex: 1 1 50%;
        text-align: center;
    }

    .header-bar .contact-info {
        text-align: right;
    }



    /* menubar css start*/
    /* Responsive Styles */
   
      .menu-toggle {
        display: block;
      }

      ul.nav-links {
        flex-direction: column;
        width: 100%;
        display: none;
        background-color: #1f2937;
        margin-top: 15px;
        padding-bottom: 10px;
      }

      ul.nav-links li {
        width: 100%;
      }

      ul.nav-links.active {
        display: flex;
      }

      .submenu {
        position: static;
        width: 100%;
      }
    
    /* menubar css end*/
      /* slider css start*/

      .slider {
    height: 70vh;
  }
  .slogan {
    font-size: 2.2rem;
  }

  /*slider css end*/

  /*carsor css start*/
  .circle-logo-container {
    width: 260px;
    height: 260px;
    right: 30px;
  }

  .logo-center img {
    width: 50%;
  }

  .rotating-text-circle text {
    font-size: 13px;
  }

  /*carsor css end*/

      /* welcome one css start */
      /* 768px–990px: small phones */
       .welcome-content {
        flex-direction: row;
    }

    .welcome-text {
        width: 60%;
        text-align: left;
    }

    .welcome-image {
        width: 40%;
    }

    .welcome-image img {
        width: 100%;
        border-radius: 10px;
    }

      /* welcome one css end */
            .hero-content {
              flex-direction: row;
              align-items: center;
            }
            .hero-text { 
              flex: 1; 
            }
            .hero-image { 
              flex: 1; 
            }
            .hero-text h1 { 
              font-size: 2.75rem; 
            }
            .hero-text p {
               font-size: 1.125rem;
               }
            .hero-split { 
              padding: 4rem 2rem;
             }
          
              .tech-content {
                    flex-direction: row;
                    align-items: center;
                    gap: 3rem;
                  }
                  .tech-text, .tech-image {
                    flex: 1;
                  }
                  .tech-text h2 { 
                    font-size: 2.25rem; 
                  }
                  .tech-text p { 
                    font-size: 1.125rem;
                   }
                .banner-text h1 {
                  font-size: 32px;
                }
                .banner-text p {
                  font-size: 18px;
                }

  /* three image one section css start*/
    .export-card {
      max-width: 45%;
    }            


  /* three image one section css end*/

    /* marquee css start */


    .marquee-track img {
      height: 55px;
      margin: 0 25px;
    }

    /* marquee css end */




    .footer-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-logo,
    .footer-links,
    .footer-contact,
    .footer-newsletter {
        width: 23%;
    }

    .footer-logo h3 {
        font-size: 24px;
    }

    .footer-logo p {
        font-size: 14px;
    }

    .footer-newsletter input {
        width: 75%;
    }

    .footer-newsletter button {
        width: 25%;
    }


    /* Footer one Styles css start */
    
    /* Larger Tablet & Small Desktop Styles (768px - 990px) */
    
      .footer .footer-content {
        align-items: center;
    }
    .footer .footer-content  {
        display: flex;
        flex-direction: column;
    justify-content: space-between;
    }


    .footer .footer-content div {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .footer .footer-bottom {
        flex-direction: column;
        align-items: center;
    }
    

    /* Footer one Styles css end*/


    /* about Us One page css start */

    .about-left, .about-right {
      flex: 1 1 100%;
    }
    .about-left {
      order: 2;
    }
    .about-right {
      order: 1;
    }


  /* about us one page css end */

    /*  about us three css start*/
    .about-three-text h2 { font-size: 24px; }
    .about-three-text h4 { font-size: 18px; }
    /* about us three css end */

    /*  contact one css start */

    .contactOne-card {
            max-width: 260px;
        }
    .contactOne-cards {
            flex-direction: column;
            align-items: center;
        }

    /*  contact one css end */    





    
}

      


   












   

    @media (min-width: 991px) {
      nav.menubar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
      }

      nav.menubar ul {
        flex-direction: row;
        gap: 25px;
      }

      .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
      }

        /* welcome one css start */
      /* 768px–990px: small phones */
         .welcome-section { 
          padding: 5rem 3rem; 
        }
        .welcome-title { 
          font-size: 3rem; 
        }
        .welcome-text {
           font-size: 1.25rem; 
          }
           /* welcome one css end */

            .hero-split { 
              padding: 5rem 3rem; 
            }
            .hero-text h1 { 
              font-size: 3rem; 
            }
  .hero-text p { 
    font-size: 1.25rem; 
  }

    /*  contact one css start */



    /*  contact one css end */  





  }







/*end*/
