
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

a {
    text-decoration: none !important;
}

ol,
ul {
    list-style: none;
    padding-left: 0 !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.bg-color1 {
    background-color: #5386c4;
}

.btn1,
.btn2 {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.5s;
    font-weight: 500;
}

.btn1 {
    color: #ffffff !important;
    background: #246EC7;
}

.btn2 {
    color: #0f2a47;
    background: transparent;
    border: 1px solid #0f2a47;
}

.btn1:hover {
    background: #0f2a47;
}

.btn2:hover {
    color: #ffffff !important;
    background: #0f2a47;
    border: 1px solid #0f2a47;
}


.sec-p {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec-m {
    margin-top: 60px;
    margin-bottom: 60px;
}

.sec-inn-p {
    padding-top: 30px;
}

/* navbar start */


.header {
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.header .dropdown-menu {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.5s !important;
    transform: translate(-50%, 20%);
    padding: 15px;
    border-radius: 0;
    left: 50%;
}

.header .dropdown-menu {
    width: unset;
    padding: 0 !important;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header .dropdown-menu.show {
    visibility: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(-50%, 0%);
}

.header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

.header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.header .dropdown-item {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.192);
}

.header .dropdown-item.active,
.header .dropdown-item:hover {
    color: #246EC7 !important;
    background: unset;
}

.header .navbar-nav .nav-item a.active,
.header .navbar-nav .nav-item a:hover {
    color: #246EC7 !important;
    background: unset;
}

.header .navbar-toggler {
    border: none !important;
    outline: none !important;
}

.header .navbar-toggler:focus,
.header .offcanvas-header .btn-close:focus {
    box-shadow: none !important;
}

#nav-icon1 {
    width: 24px;
    height: 24px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 3px;
    overflow: hidden;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
    width: 85%;
}

#nav-icon1 span:nth-child(2) {
    top: 8px;
}

#nav-icon1 span:nth-child(3) {
    top: 17px;
    width: 70%;
}

#nav-icon1.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}

/*.header .navbar-brand img {*/
/*    width: 240px;*/
/*}*/

.header .dropdown-toggle::after {
    content: "\f107";
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none !important;
    vertical-align: unset !important;
}

.header .dropdown-item.main {
    font-size: 16px;
    font-weight: 500;
}

.header #dropdown-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5px;
    border-bottom: 1px solid #0f2a4717;
    padding: 5px 20px;
}

.header #dropdown-menu li .btn1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px 18px;
}

.header #dropdown-menu li .dropdown-item {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 0;
    border: 0;
    padding: 12px 0;
    color: #000000;
    letter-spacing: 0.5px;
}

.header #dropdown-menu li .dropdown-item.main {
    font-size: 19px !important;
    font-weight: 600 !important;
    position: relative;
    margin-bottom: 10px;
}


.footer-content h2 {
    position: relative;
    padding-bottom: 16px !important;
}

.header #dropdown-menu li .dropdown-item.main:before,
.footer-content h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #246EC7;
    content: '';
}

.header #dropdown-menu li .dropdown-item.main:after,
.footer-content h2:after {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #246ec721;
    content: '';
    z-index: -1;
}

.best-seller-badge {
    border-radius: 20px;
    background: #8f8f8f1a;
    color: #246ec76e;
    font-size: 10px;
    padding: 5px 10px;
    margin-left: 10px;
}

.header .navbar-brand {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 241px;
}

.header .navbar-brand .logo {
    position: relative;
}

.header .navbar.navbar-expand-lg {
    padding: 30px 0;
}

.get-quote {
    text-align: right;
}



.header .dropdown-menu li span {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.header .dropdown-menu li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: #0f4169
}

/* navbar end */

/* hero section start  */

.hero-section {
    width: 100%;
    height: 90dvh;
    background: url(https://www.jhseafood.com/assets/images/fresh-fish-and-seafood-.webp) center center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 29%);
    width: 100%;
    height: 100%;
    content: '';
}

.hero-section .banner-content {
    position: relative;
    width: 80%;
}

.hero-section .banner-content span {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
}

.hero-section .banner-content h1 {
    font-size: 90px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    padding: 20px 0;
}

.hero-section .banner-content p {
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
}

.button-group {
    padding-top: 20px;
    display: flex;
    gap: 0 16px;
}

.button-group .btn1 {
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 5px;
    display: flex;
    gap: 0 16px;
    align-items: center;
}


/* hero section end */


.about-sec-img {
    transform: scaleX(-1);
}

.heading-h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 16px;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.flexbox .element {
    height: 100%;
}

.stats-section {
    background-color: #0f2a47;
}

.stat-box {
    text-align: center;
    padding: 20px;
    display: inline-grid;
    gap: 32px;
}

.stat-box .icon {
    font-size: 50px;
    color: #ffffff;
}

.stat-box .count {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
}

.stat-box .label {
    font-size: 20px;
    color: #ffffff;
}

.stat-divider {
    border-left: 1px solid #17385a;
}

#button {
    display: inline-block;
    background-color: #134266;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #fff0;
    transition: all .3s ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #6cb0e4;
}

#button:active {
    background-color: #6cb0e4;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* services */


.service-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.service-box {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #13426621;
}

.service-thumb {
    position: relative;
}

.service-thumb img {
    width: 100%;
}

.service-main-content {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    width: 280px;
    height: 54px;
    transition: .5s;
}

.service-box:hover .service-main-content {
    left: -50%;
    opacity: 0;
}

.service-icon-thumb {
    display: inline-block;
    height: 57px;
    width: 57px;
    background: #134266;
    text-align: center;
    line-height: 57px;
    position: absolute;
    top: -27px;
}

.service-icon-thumb img {
    width: 100%;
    height: 100%;
    padding: 7px;
}

.service-main-title {
    display: inline-block;
    margin-left: 80px;
}

.service-main-title h3 {
    font-size: 18px;
    color: #292930;
    font-weight: 600;
    line-height: 35px;
}

.service-text {
    position: absolute;
    bottom: -215%;
    text-align: center;
    background-color: #ffffff;
    border: 1px dashed #e63a27;
    padding: 31px 0px 23px;
    width: 290px;
    height: 230px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: .5s;
}

.service-box:hover .service-text {
    bottom: 0;
}

.sevice-text-icon i {
    width: 54px;
    height: 54px;
    background: #f1f1f1;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    border-radius: 50%;
    color: #e63a27;
    font-size: 22px;
}

.sevice-text-icon i {
    width: 54px;
    height: 54px;
    background: #f1f1f1;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    border-radius: 50%;
    color: #e63a27;
    font-size: 22px;
}

.service-text-content h4 a {
    font-size: 18px;
    color: #292930;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.service-text-content h4 a:hover {
    color: #e63a27;
}


/* service style two */

.service-section.style-two {
    background: #f6f6f6;
}

.service-text-style-two {
    position: absolute;
    width: 381px;
    height: 71px;
    padding: 20px;
    background: #ffffff;
    border: none;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.service-box:hover .service-text-style-two {
    height: 290px;
}

.service-icon-thumb.style-two {
    right: 0;
    top: -34px;
}

.service-text-content.style-two h4 {
    font-size: 18px;
    color: #292930;
    opacity: inherit;
    line-height: 28px;
    text-decoration: none;
}

.service-text-content.style-two a {
    font-size: 18px;
    line-height: 34px;
    text-decoration: underline;
    /* color: #ffffff; */
    font-weight: 500;
    opacity: 0;
    transition: .5s;
}

.service-box:hover .service-text-content.style-two a {
    opacity: 1;
}

.service-text-content.style-two p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    opacity: 0;
    transition: .5s;
}

.service-box:hover .service-text-content.style-two p {
    opacity: 1;
}




/* services */

.subheading {
    font-size: 16px;
    line-height: 26px;
    color: #246EC7;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

/* poduct slider start*/

.product-slider .product-slide {
    border-radius: 10px;
    height: 400px;
    position: relative;
    transition: 0.5s;
}

.product-slider .product-slide .product-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.product-slider .product-slide .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-slider .product-slide .product-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 30px;
    background: #000000c4;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.product-slider .product-slide:hover .product-content {
    visibility: visible;
    opacity: 1;
}

.product-slider .product-slide .product-content h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
}

.product-slider .product-slide .product-content ul {
    padding-left: 0;
    padding-bottom: 20px;
}

.product-slider .product-slide .product-content li {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
}

.product-slider .product-slide .product-content li svg {
    color: #246EC7;
}

.product-slider .product-slide .product-content .btn1 {
    width: 140px;
    text-align: center;
}

.product-slider .swiper-button-prev,
.product-slider .swiper-button-next {
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
}

.product-slider .swiper-button-prev:after,
.product-slider .swiper-button-next:after {
    font-size: 20px;
    font-weight: 600;
}

/* product slider 2 start */

.product-slider2 {
    padding: 0 20px;
}

.product-slider2-product {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 16px;
}

.product-slider2-product .image {
    width: 60%;
    height: 350px;

}

.product-slider2-product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-slider2-product .content {
    width: 50%;
    padding: 20px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
    border-radius: 10px;
    border: 1px solid #0000000d;
    background-color: rgb(248 249 250 / 83%);
    /* semi-transparent #f8f9fa */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product-slider2 .slick-prev.slick-arrow,
.product-slider2 .slick-next.slick-arrow {
    width: 50px;
    height: 50px;
    background: #246EC7;
    border-radius: 50%;
    z-index: 9;
}

.product-slider2 .slick-prev:before {
    content: '\f104';
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background: none;
    color: #ffffff;
    opacity: 1;
}

.product-slider2 .slick-next:before {
    content: '\f105';
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background: none;
    color: #ffffff;
    opacity: 1;
}

.product-slider2 .slick-dots {
    bottom: -44px;
}

.product-slider2 .slick-dots li {
    margin: 0;
}

.product-slider2 .slick-dots li button:before {
    font-size: 14px;
}

.product-slider2 .slick-dots li.slick-active button:before {
    color: #246EC7;
}

.product-slider2 .slick-dots li button:before {
    color: #246EC7;
}


.product-slider2 h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #246EC7;
}

.product-slider2 ul li {
    padding: 5px 0;
}

.product-slider2 ul li i {
    color: #246EC7;
}

.product-slider2 a {
    margin-top: 5px;
    display: inline-block;
}

.product-slider2 .slick-next {
    right: 5px;
}

.product-slider2 .slick-prev {
    left: 5px;
}

/* product slider 2 end */

/* poduct slider end*/

/* why us start */

.why-us-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    align-items: center;
}

.why-us-content .image {
    width: 100%;
    height: 600px;
}

.why-us-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-us-content .accordion-item {
    border-top: 1px solid #000000 !important;
    border-bottom: unset !important;
}


.why-us-content .accordion-item:first-of-type>.accordion-header .accordion-button,
.why-us-content .accordion-item:first-of-type {
    border-radius: 0 !important;
}

.why-us-content .accordion-button:not(.collapsed) {
    background: none !important;
    box-shadow: none !important;
    color: #000000;

}

.why-us-accordion {
    margin-right: 20px;
}

.why-us-content .accordion-button {
    padding: 20px 0;
    font-weight: 500;
    font-size: 18px;
}

.why-us-content .accordion-body {
    padding: 0 0 20px;
}


.why-us-content .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0px !important;
}

.why-us-content .accordion {
    background: none !important;
    --bs-accordion-bg: none;

}

.why-us-content .accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid #000000 !important;
}

.why-us-content .accordion-button:focus {
    box-shadow: none !important;
}

.why-us-content .accordion-button::after {
    content: "\2b";
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background: none;
}

.why-us-content .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background: none;
    margin-right: 7px;
}

/* why us end */


/* video section start */

.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
}

.video-section video {
    width: 100%;
    height: 729px;
    display: block;
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* video section end */


.get-quote-bg {
    position: relative;
    color: white;
    height: 400px;
}

.get-quote-bg .overlay {
    background: rgb(0 0 0 / 32%);
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



.get-quote-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

/*footer start */
/* 
.footer {
    background: #000000;
} */

/* .footer-logo a {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #000000;
}

.footer-logo a img {
    width: 200px;
}

.footer-content ul,
.footer-content ul.social-icons {
    padding-top: 20px;
}

.footer-content ul.contact-detail li {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 0 5px;
    padding-top: 12px;
}

.footer-content ul li {
    padding-top: 12px;
}

.footer-content ul li i {
    font-size: 18px;
    color: #000000;
    padding-top: 4px;
}

.footer-content ul li a,
.footer-content ul li p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-content h2 {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.footer-content form {
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.footer-content input {
    font-size: 16px;
    padding: 16px 10px;
    color: #000000;
    border-radius: 5px 0 0 5px;
    border: none;
    outline: none;
    width: 100%;
}

.footer-content button {
    font-size: 16px;
    padding: 16px 4px 16px;
    border-radius: 0 5px 5px 0;
    border: none;
    outline: none;
    background: #000000;
}

.footer-content button i {
    font-size: 16px;
    background: #000000;
    padding: 13px 16px;
    color: #000000;
    border-radius: 5px;
    transition: 0.5s;
}

.footer-content button i:hover {
    background: #444444;
}

.footer-content ul.social-icons {
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 0 16px;
}

.footer-content ul.social-icons li a {
    border: 1px solid #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
    transition: 0.5s;
}

.footer-content ul.social-icons li a:hover {
    background: #444444;
}

.footer-content ul.social-icons li a i {
    color: #000000;
    font-size: 20px;
} */

/*footer end */


/*footer start */
/* 
.footer {
    background: #000000;
} */

.footer-logo a {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #000000;
}

.footer-logo a img {
    width: 250px;
}

.footer-content ul,
.footer-content ul.social-icons {
    padding-top: 10px;
}

.footer-content ul.contact-detail li {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 0 5px;
    padding-top: 12px;
}

.footer-content ul li {
    padding-top: 12px;
}

.footer-content ul li i {
    font-size: 18px;
    color: #000000;
    padding-top: 4px;
}

.footer-content ul li a,
.footer-content ul li p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    color: #212529;
}

.footer-content ul li a:hover {
    color: #246EC7;
}

.footer-content h2 {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.footer-content form {
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.footer-content input {
    font-size: 16px;
    padding: 16px 10px;
    color: #000000;
    border-radius: 5px 0 0 5px;
    border: none;
    outline: none;
    width: 100%;
}

.footer-content button {
    font-size: 16px;
    padding: 16px 4px 16px;
    border-radius: 0 5px 5px 0;
    border: none;
    outline: none;
    background: #000000;
}

.footer-content button i {
    font-size: 16px;
    background: #000000;
    padding: 13px 16px;
    color: #000000;
    border-radius: 5px;
    transition: 0.5s;
}

.footer-content button i:hover {
    background: #444444;
}

.footer-content ul.social-icons {
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 0 16px;
}

.footer-content ul.social-icons li a {
    border: 1px solid #134266;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    width: 40px;
    height: 40px;
    display: block;
    transition: 0.5s;
}

.footer-content ul.social-icons li a:hover {
    background: #134266;
}

.footer-content ul.social-icons li a:hover svg {
    color: #ffffff;
}

.footer-content ul.social-icons li a svg {
    color: #134266;
    font-size: 20px;
}

.footer-content .contact-detail svg {
    padding-top: 6px !important;
}

.bottom-footer {
    border-top: 1px solid #f5f5f5;
}

/* floating btn start */

#presentation {
    width: 480px;
    height: 120px;
    padding: 20px;
    margin: auto;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    border-radius: 10px;

    h1 {
        font-weight: 400;
    }

    h3 {
        font-weight: 400;
        color: #666;
    }
}

#presentation:hover {
    box-shadow: 0 12px 28px -5px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
    transform: translateZ(10px);
}

#floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(79, 106, 202);
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#floating-button .plus svg {
    font-size: 25px;
}

.plus {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

#container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
}

#container-floating:hover {
    height: 400px;
    width: 90px;
    padding: 30px;
}

#container-floating:hover .plus {
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
}

.edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
}

#container-floating:hover .edit {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.nds {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nds .letter .fa-whatsapp {
    width: 40px;
    height: 40px;
}

.nd1 {
    background: #FF485F;
    left: 30px;
    bottom: 100px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    background: #49E670;
    left: 30px;
    bottom: 160px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.nd4 {
    background: #03E78B;
    left: 30px;
    bottom: 220px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

#container-floating:hover .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
    animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
    animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
    animation-delay: 0.2s;
}

.letter {
    font-size: 23px;
    font-family: "Roboto";
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reminder {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.profile {
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}


/* floating btn end */

/*footer end */


.inner-banner {
    padding: 20px 10px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner h1 {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: 300 !important;
    letter-spacing: 8px;
    color: #ffff;
}

.about-box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
    text-align: center;
}

.about-icon {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: rgb(36, 110, 199);
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 50px;
    z-index: 2;
}

.about-content {
    position: relative;
    z-index: 2;
}

.about-box h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.about-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: #0f4169;
    transition: .5s;
}

.about-box:hover::before {
    height: 100%;
    z-index: 1;
}

.about-box:hover .about-content {
    color: #fff;
}

.banner-video {
    position: relative;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000000ab;
}

.banner-video .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.banner-video .banner-content h1 {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 150px;
    line-height: 1;
    font-weight: 300 !important;
    letter-spacing: 9px;
    color: #ffff;
}

.tab-section {
    position: relative;
}

.tab-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(248 249 250);
    z-index: -1;
}

.tab-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tab-section .nav-tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    border-bottom: 0;
    text-align: center;
    width: 100%;
}

.tab-section .nav-tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    width: 33%;
    position: relative;
    display: inline-block;
}

.tab-section .nav-tabs li a {
    font-size: 18px;
    line-height: 1.4;
    /* background: url('../images/tab-shape-white.png'); */
    background-color: #fff;
    border: 2px solid #0f4267;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #0f4267;
    font-weight: 600;
    display: block;
    outline: none;
    padding: 15px 30px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    border-radius: 5px 35px 35px 35px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
}

.tabs_item {
    display: none;
    padding: 30px 0;
}

.tab-section .nav-tabs li a.active {
    background-image: none;
    background-color: #0f4267 !important;
    color: #fff;
    background-repeat: no-repeat;
}

.tab-section .nav-tabs li a.active svg {
    fill: #fff !important;
}

.tab-section .nav-tabs li .active:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -7px;
    margin: auto;
    width: 23px;
    transform: rotate(45deg);
    transition: .5s;
    border: 18px solid;
    border-right-color: #0f4267;
    border-top-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.tab-section .tab-thumb img {
    padding: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.side-img {
    position: relative;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #144875c5;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.side-img:hover .img-overlay {
    height: 100%;
    border-radius: 10px;
}

.element.side-img:hover .img-overlay {
    height: 100%;
    border-radius: unset;
}

.side-img .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 90%;

}

/* .feature-block-two {
	position: relative;
	margin-bottom: 30px;    
}

.feature-block-two .inner-box {
	position: relative;
	padding: 30px 30px 30px;
	background: #0f4267;
	text-align: center;
	-webkit-box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
	box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
	z-index: 1;
    width: 100%;
    border-radius: 30px;
}

.feature-block-two .count {	
	top: 50%;
	text-align: center;
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;	
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	transform: translateY(-50%);
	z-index: -2;
}

.feature-block-two .title {
	position: relative;
	padding: 20px 0;
	color: #fff;
	margin-bottom: 0;
} */

/* ........................... */

/* .feature-block-two1 {
	position: relative;
	margin-bottom: 30px;    
}

.feature-block-two1 .inner-box {
	position: relative;
	padding: 30px 30px 30px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
	box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
	z-index: 1;
    width: 100%;
    border-radius: 30px;
}

.feature-block-two1 .count {	
	top: 50%;
	text-align: center;
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;	
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0f4267;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	transform: translateY(-50%);
	z-index: -2;
}

.feature-block-two1 .title {
	position: relative;
	padding: 20px 0;
	color: #0f4267;
	margin-bottom: 0;
} */

.categorey li {
    border-left: 3px solid #dfdfdf;
    padding: 20px 0 20px 42px;
    position: relative;
    height: 130px;

}

.categorey li:before {
    position: absolute;
    top: 60px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #dfdfdf;
    content: '';
}

.categorey .count {
    color: #2481d0;
    width: 80px;
    height: 80px;
    font-size: 28px;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #2481d0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorey-list {
    display: flex;
    align-items: center;
}

.form-control {
    height: 60px;
}

textarea.form-control {
    height: 319px;
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.contact-form-sec {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-btn {
    background: #246EC7;
    border: none;
    padding: 15px 35px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.form-btn:hover,
.form-btn:focus {
    background: #0f2a47;
    color: #fff;
}

.form-control:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.contact-form-sec select {
    height: 60px;
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
    color: #585c5f;
    background-color: #fff;
}

.contact-form-sec select:focus-visible {
    border: 1px solid #dee2e6 !important;
}

.contact-form-sec select:hover,
.contact-form-sec select:focus {
    border: 1px solid #dee2e6;
    outline: none;
}

.contact-box {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.contact-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f4267;
    color: #fff;
    font-size: 25px;
}

.contact-box p a {
    color: #000;
}

.contact-box p a:hover {
    color: #246EC7;
}

.item-border {
    border: 2px solid #e9e9e9;
    border-radius: 10px;
}

.item-border img {
    border-radius: 10px;
}

.service-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #5386c4;
}

.service-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.sec-img img {
    border-radius: 20px
}

.service-accordion .sec-title {
    font-family: "Montserrat", Sans-serif;
    color: #0f4368;
    font-size: 30px !important;
    padding-bottom: 10px;
}

.sec-title,
.heading-h2 {
    font-family: "Montserrat", Sans-serif;
    color: #0f4368;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-menu li a strong {
    font-size: 18px !important;
}

.modal-content {
    position: relative;
    margin: 0 auto;
}

.modal-content .btn-close {
    position: absolute;
    background-color: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -23px;
    top: -19px;
}

.modal-content .btn-close:hover,
.modal-content .btn-close:focus {
    box-shadow: none;
    opacity: 1;
}


.form-control:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.popup-form select {
    height: 40px;
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
    color: #585c5f;
    background-color: #fff;
}

.popup-form select:focus-visible {
    border: 1px solid #dee2e6 !important;
}

.popup-form select:hover,
.popup-form select:focus {
    border: 1px solid #dee2e6;
    outline: none;
}

.popup-form textarea.form-control {
    height: 100px;
}

.popup-form .form-control {
    height: 40px;
}

.popup-form {
    /* background-color:#5386c4; */
    padding: 30px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.767), #000000bb), url('https://www.jhseafood.com/assets/images/abot-img.webp');
    background-position: right;
    background-size: cover;
    border: 2px solid #fff;
}

.bottom-footer p {
    font-size: 14px;
    color: #b8b8b8;
}

.banner-content h3 {
    font-size: 20px;
    line-height: 30px;
}

.banner-content h1 {
    font-size: 60px !important;
    line-height: 70px !important;
}

.swiper-slide img {
    width: 100px;
}


select.contact-select {
    padding: 8px 36px 8px 16px;
    cursor: pointer;
    color: #414141;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 97% 50%;
}

.contact-select {
    background-image: url(https://www.jhseafood.com/assets/images/angle-down-solid.svg);
}


.benifits-listing {
    align-items: center;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 20px 20px 28px;
    margin: 20px 0;
    position: relative;
    min-height: 136px;
    border-radius: 10px;
}

.benifits-listing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #2481d0;
    border-radius: 10px 0 0 10px;
}

.benifits-listing:last-child {
    margin-bottom: 0;
}

.benifits-listing .content .heading-sec {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 10px;
}

.benifits-listing .content p {
    margin-bottom: 0;
}

.benifits-listing .count {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    font-weight: 600;
    color: #b3b3b363;
}

.benifits-listing .image {
    display: inline;
}

.accordion-button:focus {
    box-shadow: unset !important;
}

.big-box {
    width: 100%;
    height: 400px;
}

.big-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.heading-sec h5{
    font-size: 1.25rem;
}

.gallery-image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border: 1px solid #1342661c;
}

.gallery-image.video {
    height: 350px;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

.gallery-image:hover img {
    transform: scale(1.1);
}

.gallery-image .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #00000036;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    z-index: 1;
}

.gallery-image:hover .overlay {
    background: #000000ba;
}

.gallery-image .overlay .icons {
    display: flex;
    align-items: center;
    gap: 0 10px;
    visibility: hidden;
    opacity: 0;
}

.gallery-image:hover .overlay .icons {
    opacity: 1;
    visibility: visible;
}

.gallery-image .overlay h2 {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 50px;
    transition: 0.5s;
    padding: 0 20px 10px 20px;
    text-align: center;
}

.gallery-image .overlay a {
    width: 50px;
    display: inline-block;
    height: 50px;
    background: #ffffff8f;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: 0.5s;
}

.gallery-image:hover .overlay h2 {
    margin-top: 0;
}

.gallery-image .overlay a:hover {
    background: #ffffff;
}

.gallery-image .overlay a i {
    font-size: 18px;
    color: #000000;
}

.gallery-image svg {
    color: #ffffff;
}

.gallery-image a:hover svg {
    color: #333333;
}


.gallery-image-heading {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
    color: #0f4368;
    font-weight: 600;
}

@media(min-width:992px) and (max-width:1300px) {
    .gallery-image .overlay h2{
        font-size: 22px;
        line-height: 32px;
    }
}

@media(min-width:220px) and (max-width:991px) {


    /* navbar start */

    .header .navbar-nav {
        background: #ffffff;
    }

    .header .dropdown-menu {
        display: none !important;
        visibility: unset !important;
        opacity: unset !important;
        transition: unset !important;
        transform: unset;
        padding: 0;
        border-radius: 0;
        margin: 0;
    }

    .header .dropdown-menu.show {
        visibility: unset !important;
        opacity: unset !important;
        transform: unset;
        display: block !important;
        background: transparent;
        border: none;
    }

    .header .dropdown-item {
        border-bottom: none;
        border-bottom: 1px solid #000000;
        padding-left: 36px;
    }

    .header .offcanvas {
        width: 300px !important;
                overflow: auto;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 20px;
        border-bottom: 1px solid #0f2a4717 !important
    }

    .header .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
        border-top: 1px solid #0f2a4717 !important
    }

    .header .navbar-toggler-icon {
        width: 24px;
        height: 24px;
        background-size: cover;
    }

    /* navbar end */

    .parallax.m-parallax-bg {
        background-image: none !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    .stat-divider {
        border-left: none;
        border-top: 1px solid #dee2e6;
    }

    .header #dropdown-menu li {
        border-bottom: 1px solid #0f2a4717 !important
    }

    .border-nn {
        border-top: none;
        border-left: 1px solid #dee2e6;
    }

    .border-nn-bottom {
        border-left: 1px solid #dee2e6;
    }

    .service-box:hover .service-text-style-two {
        height: auto;
        transition: .5s;
    }

    .get-quote-content {
        text-align: center;
    }

    .bottom-footer {
        text-align: center;
    }

    .navbar-toggler-icon {
        background-image: none !important;
    }

    .navbar-toggler-icon {
        color: #000 !important;
    }

    .navbar-brand {
        vertical-align: bottom;
    }

    .navbar.navbar-expand-lg .get-quote {
        display: none;
    }

    .big-box {
        height: auto;
    }

    .hero-section .banner-content {
        width: 100%;
    }

    .inner-banner,
    .banner-video {
        height: 300px;
    }

    .header .dropdown-menu {
        box-shadow: none;
    }

    .menu-open-icon {
        width: 34px;
        height: 34px;
    }

    header .navbar-toggler {
        padding: 0;
    }

    header .btn-close {
        opacity: 1;
        background: url(https://www.jhseafood.com/assets/images/close.svg);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        padding: 10px !important;
        position: relative;
        background-position: center;

    }
    
    .side-img p{
        margin-bottom: 8px;
        font-size: 14px !important;
    }
    
        .footer-content ul{
    margin-bottom:11px !important;
}

   .gallery-image,.gallery-image.video{
        height: 250px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header .navbar-brand {
        max-width: 216px;
    }

    .video-section video {
        height: 400px;
    }

    .banner-content h1 {
        font-size: 45px !important;
        line-height: 50px !important;
    }

    .service-section .row .col-lg-4:nth-child(5) .service-box,
    .service-section .row .col-lg-4:nth-child(6) .service-box {
        margin-bottom: 0 !important;
    }

    .service-icon-thumb.style-two {
        right: 23px;
    }

    .about-img {
        height: 400px !important;
    }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .parallax.m-parallax-bg {
        height: 400px !important;
        min-height: 400px !important;
    }

    .parallax.m-parallax-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header .navbar.navbar-expand-lg {
        padding: 28px 0;
    }

    .header .navbar-brand {
        top: 3px;
    }
    
        .benifits-listing{
        min-height: unset !important;
    }
    
    .gallery-image.video{
        height: 400px;
    }
}

@media(min-width:220px) and (max-width:767px) {
    .header .navbar-brand {
        position: relative;
    }

    .banner-content h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .button-group {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .button-group .btn1 {
        font-size: 15px;
        padding: 9px 18px;
    }

    .header .navbar.navbar-expand-lg {
        padding: 10px 0;
    }

    .sec-p {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-text-style-two {
        width: 95%;
    }

    .why-us-content {
        display: block;
    }

    .why-us-accordion {
        margin: 0 10px;
    }

    .accordion-flush>.accordion-item:first-child {
        border-top: 0 !important;
    }

    .why-us-content .image {
        height: auto;
    }

    .inner-banner h1 {
        font-size: 50px;
    }
    
    


}

@media(min-width:576px) and (max-width:767px) {
    .header .navbar-brand img {
        max-width: 150px;
    }
}

@media(min-width:220px) and (max-width:575px) {
    .service-text-style-two {
        padding: 20px 10px;
    }

    .service-text-content.style-two h4 {
        font-size: 15px;
    }

    .stat-box .count {
        font-size: 30px;
    }

    .stat-box {
        gap: 12px;
    }

    .service-box:hover .service-icon-thumb.style-two {
        display: none;
    }

    .service-box:hover .service-text-style-two {
        padding: 10px;
    }

    .service-text-content.style-two p {
        font-size: 12px;
        line-height: 21px;
    }

    .product-slider2-product .image {
        width: 100%;
    }

    .product-slider2-product .content {
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 10px;
    }

    .product-slider2 {
        padding: 0;
    }

    .slick-prev,
    .slick-next {
        top: 59% !important;
    }
    
     .product-slider2  .slick-prev,
    .product-slider2  .slick-next {
        top: 27% !important;
        opacity: 0.6;
    }

    .product-slider2-product .content {
        transform: none;
    }

    .header .navbar-brand img {
        max-width: 100px;
    }

    .video-section video {
        height: 189px;
    }

    /* .footer-logo img {
        max-width: 150px;
    } */

    .contact-icon {
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0f4267;
        color: #fff;
        font-size: 18px;
    }

    .hero-section {
        height: 60dvh;
    }

    .banner-content h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .sec-title,
    .heading-h2,
    .service-accordion .sec-title {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .subheading {
        font-size: 14px;
        line-height: 24px;
    }

    .product-slider2-product .content {
        box-shadow: unset;
    }

    .product-slider2 h2 {
        padding-bottom: 10px;
    }

    .product-slider2 ul {
        padding-bottom: 10px;
    }

    .inner-banner,
    .banner-video {
        height: 200px;
    }

    .service-accordion .sec-title {
        padding-bottom: 16px;
    }

    .map iframe {
        height: 350px;
    }

    .cephalopods-tabs ul {
        display: flex !important;
        flex-direction: column !important;
    }

    .cephalopods-tabs li {
        width: 100% !important;
    }

    .cephalopods-tabs li a {
        margin-right: 0 !important;
    }

    .benifits-listing .count {
        top: 16px;
    }

    .stat-box .label {
        font-size: 13px;
    }
    
      .parallax.m-parallax-bg {
        height: 300px !important;
        min-height: 300px !important;
    }

    .parallax.m-parallax-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .get-quote-bg{
        height: 260px !important;
    }
    
    .get-quote-content .heading-h2{
        padding-bottom: 0;
    }
    
     .get-quote-content p{
         padding-bottom: 0px !important;
     }
     
     .footer-logo{
         text-align: center;
     }
     
     .footer-logo a img {
    width: 180px;
}

.footer-content ul.social-icons {
    display: flex;
    align-items: center;
    gap: 0 16px;
    justify-content: center;
}

.footer-content h2{
    font-size: 20px;
    line-height:30px;
}

.footer-content ul li a, .footer-content ul li p {
    font-size: 14px;
    line-height: 24px;
    
}

.footer-content ul{
    margin-bottom:11px !important;
}

 .gallery-image .overlay h2{
        font-size: 20px;
        line-height: 30px;
    }
    
       .gallery-image-heading {
        font-size: 18px;
        line-height: 28px;
        padding-top: 16px;
        text-align: center;
    }
    
}